#bc9656
a balanced, soft orange · warm · closest name: Dark Goldenrod
At a glance
Every number on this page in one read: what #bc9656 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bc9656 |
| RGB | rgb(188, 150, 86) |
| HSL | hsl(38, 43%, 54%) |
| CMYK | cmyk(0%, 20%, 54%, 26%) |
| LAB | lab(64.3 6.4 38.9) |
| LCH | lch(64.3 39.4 80.6) |
| OKLCH | oklch(0.695 0.094 79.3) |
| Decimal | 12359254 |
| Display P3 | color(display-p3 0.737 0.588 0.337) |
Copy-ready code
/* CSS */
color: #bc9656;
background-color: #bc9656;
/* Tailwind (arbitrary) */
class="text-[#bc9656] bg-[#bc9656]"
/* SCSS */
$brand: #bc9656;
/* SwiftUI */
Color(red: 0.737, green: 0.588, blue: 0.337)
/* Android */
Color.parseColor("#bc9656")
/* Flutter */
Color(0xFFBC9656)
/* Python / OpenCV (BGR) */
(86, 150, 188)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bc9656 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF8F5;
--brand-100: #F5F1EB;
--brand-200: #EAE1D1;
--brand-300: #DFCDAF;
--brand-400: #CFB486;
--brand-500: #bc9656;
--brand-600: #AF8846;
--brand-700: #92713A;
--brand-800: #755B2E;
--brand-900: #564325;
--brand-950: #352A17;
--brand: #bc9656;
--brand-ink: #000000;
}Colors that work with #bc9656
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bc9656
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #567CBC | Directly opposite — maximum tension | |
| Analogous left | #BC6356 | Neighbour, quieter | |
| Analogous right | #AFBC56 | Neighbour, quieter | |
| Split-complement 1 | #56AFBC | Contrast without the clash | |
| Split-complement 2 | #6356BC | Contrast without the clash | |
| Triadic 1 | #56BC96 | Even thirds — balanced and loud | |
| Triadic 2 | #9656BC | Even thirds — balanced and loud | |
| Tetradic | #56BC63 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9656 text on a black background
contrast 7.64:1
#bc9656 text on a white background
contrast 2.75:1
CSS3 live lab
The quick brown fox
color: #bc9656;
background-color: #bc9656;
Glowing headline
text-shadow: 2px 2px 8px #bc9656;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 150, 86, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 150, 86, 0.45);
border: 3px solid #bc9656; background: linear-gradient(135deg, #bc9656, #9EBC56);
Monochromatic scale
Palettes built from #bc9656
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Butterscotch (#e3963e) — ΔE2000 9.9 away, with its history, psychology and brand usage.
#bc9656 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bc9656, answered
What color is #bc9656?
#bc9656 is a balanced soft orange, closest to Dark Goldenrod (ΔE2000 8.5). It sits at 38° on the hue wheel with 43% saturation and 54% lightness, which reads as warm.
What is the RGB value of #bc9656?
rgb(188, 150, 86) — 188 red, 150 green and 86 blue out of 255, or 73.7% / 58.8% / 33.7% by channel.
Is #bc9656 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3318 and perceived brightness is 62%, so black text on it reaches 7.64:1.
Should I use black or white text on #bc9656?
Black. It scores 7.64:1 against #bc9656, versus 2.75:1 for white — AAA at any size.
What is the complementary color of #bc9656?
#567CBC sits directly opposite on the wheel. Softer options are the split-complements #56AFBC and #6356BC, which give the same contrast with far less vibration.
What colors go well with #bc9656?
For interface work: #FAF8F4 as the surface, #E8DBC5 for borders, #9B7D4B for secondary text, #5197C1 as an accent and #5B4724 for hover and pressed states. For a palette, the analogous pair #BC6356 and #AFBC56 stays calm, while #567CBC is the loudest partner.
What is #bc9656 in CMYK for printing?
cmyk(0%, 20%, 54%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9656 warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC8856; nudged cooler, #BEBE54.