CSS named colour

Rosy Brown

#bc8f8f

A CSS named colour: rosybrown is valid anywhere a colour is expected.

RGB
rgb(188 143 143)
HSL
0°, 25%, 65%
OKLCh
69.3% 0.055 18.6

Open in the picker

Rosy Brown in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#bc8f8f
RGBrgb(188 143 143)
RGB legacyrgb(188, 143, 143)
RGB percentrgb(73.73% 56.08% 56.08%)
HSLhsl(0 25.1% 64.9%)
HSL legacyhsl(0, 25.1%, 64.9%)
HSV / HSBhsv(0, 23.9%, 73.7%)
HWBhwb(0 56.1% 26.3%)
Nearest namerosybrown
CMYKcmyk(0%, 23.9%, 23.9%, 26.3%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(69.274% 0.0548 18.565)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(69.274% 0.05194 0.01745)
CIE LChlch(63.791% 18.884 21.62)
CIE Lablab(63.791% 17.555 6.958)
Display P3color(display-p3 0.71 0.5678 0.5644)
Rec. 2020color(rec2020 0.643 0.5309 0.519)
srgb-linearcolor(srgb-linear 0.5029 0.2747 0.2747)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.3552 0.3232 0.3036)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.737, 0.561, 0.561)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.503, 0.275, 0.275)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.737, 0.561, 0.561, 1.0)
GLSL vec4 — linearvec4(0.503, 0.275, 0.275, 1.0)
GLSL ivec3ivec3(188, 143, 143)
HLSL float3 — sRGBfloat3(0.737, 0.561, 0.561)
HLSL float3 — linearfloat3(0.503, 0.275, 0.275)
HLSL float4 — sRGBfloat4(0.737, 0.561, 0.561, 1.0)
HLSL half4 — sRGBhalf4(0.737, 0.561, 0.561, 1.0)
WGSL vec3f — sRGBvec3f(0.737, 0.561, 0.561)
WGSL vec4f — sRGBvec4f(0.737, 0.561, 0.561, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.503, 0.275, 0.275)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.737f, 0.561f, 0.561f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(188, 143, 143, 255)
Unreal FLinearColorFLinearColor(0.5029f, 0.2747f, 0.2747f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(188, 143, 143, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.737, 0.561, 0.561, 1)
Flutter ColorColor(0xFFBC8F8F)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(188, 143, 143)
SwiftUI ColorColor(red: 0.737, green: 0.561, blue: 0.561)
UIKit UIColorUIColor(red: 0.737, green: 0.561, blue: 0.561, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xBC8F8F
0x hex (ARGB)0xFFBC8F8F
Array 0–1[0.737, 0.561, 0.561]
Array 0–255[188, 143, 143]
Decimal integer12357519

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Rosy Brown on white2.81:1FailLc 54Large headings only
Rosy Brown on black7.46:1AAALc 48Large headings only

Rosy Brown text on a white background

Rosy Brown text on a black background

White text on Rosy Brown

Black text on Rosy Brown

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#ffefef
  • 100#ffe3e2
  • 200#fad1d1
  • 300#e4bab9
  • 400#c99c9c
  • 500#aa7e7e
  • 600#8e6565
  • 700#754f50
  • 800#5f3d3e
  • 900#4c2f2f
  • 950#2f1818

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#c8a1a1
  • Tint 2#d3b3b3
  • Tint 3#dec6c6
  • Tint 4#e9d9d8
  • Tint 5#f4ecec
  • Shade 1#936f6f
  • Shade 2#6c5151
  • Shade 3#473434
  • Shade 4#251a1a
  • Shade 5#080404

Colours that work with Rosy Brown

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #73a7a9
  • #8ca584
  • #889ebf
  • #b78fa2
  • #b9937f

Closest CSS names

  • rosybrownexact match
  • darkgrayΔEok 0.069
  • darksalmonΔEok 0.084
  • palevioletredΔEok 0.089
  • lightcoralΔEok 0.089
  • peruΔEok 0.092