Colour reference

Golden Brown

#bc6c25

RGB
rgb(188 108 37)
HSL
28°, 67%, 44%
OKLCh
60.9% 0.130 57.3

Open in the picker

Golden Brown in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#bc6c25
RGBrgb(188 108 37)
RGB legacyrgb(188, 108, 37)
RGB percentrgb(73.73% 42.35% 14.51%)
HSLhsl(28.2 67.1% 44.1%)
HSL legacyhsl(28.2, 67.1%, 44.1%)
HSV / HSBhsv(28.2, 80.3%, 73.7%)
HWBhwb(28.2 14.5% 26.3%)
Nearest namechocolate (approx.)
CMYKcmyk(0%, 42.6%, 80.3%, 26.3%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(60.94% 0.13021 57.347)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(60.94% 0.07026 0.10963)
CIE LChlch(54.082% 58.82 60.573)
CIE Lablab(54.082% 28.899 51.232)
Display P3color(display-p3 0.6945 0.4388 0.21)
Rec. 2020color(rec2020 0.5998 0.3997 0.1531)
srgb-linearcolor(srgb-linear 0.5029 0.15 0.0185)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.2643 0.2155 0.0452)

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

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

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

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

Raw valuesPacked integers and plain arrays.

0x hex0xBC6C25
0x hex (ARGB)0xFFBC6C25
Array 0–1[0.737, 0.424, 0.145]
Array 0–255[188, 108, 37]
Decimal integer12348453

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
Golden Brown on white3.95:1AA LargeLc 67Headings and large text
Golden Brown on black5.31:1AALc 35Non-text elements only

Golden Brown text on a white background

Golden Brown text on a black background

White text on Golden Brown

Black text on Golden Brown

Tonal scale

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

  • 50#fff1de
  • 100#ffe4c8
  • 200#ffcda0
  • 300#ffb277
  • 400#e49454
  • 500#c5742f
  • 600#a75b11
  • 700#8b4600
  • 800#723400
  • 900#5d2500
  • 950#391100

Tints and shades

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

  • Tint 1#c98550
  • Tint 2#d59d74
  • Tint 3#e0b596
  • Tint 4#ebceb9
  • Tint 5#f5e6dc
  • Shade 1#93531b
  • Shade 2#6c3b11
  • Shade 3#472508
  • Shade 4#251102
  • Shade 5#080200

Colours that work with Golden Brown

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

  • #108dc7
  • #009b82
  • #8c70c7
  • #c56157
  • #a47d00

Closest CSS names

  • chocolateΔEok 0.039
  • darkgoldenrodΔEok 0.070
  • peruΔEok 0.070
  • indianredΔEok 0.084
  • siennaΔEok 0.089
  • oliveΔEok 0.117