#B6A049
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6A049
When working with digital screens, the color #B6A049 is rendered by mixing light. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(182, 160, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 12% Magenta, 60% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6A049
RGB182, 160, 73
HSL47.9°, 42.7%, 50.0%
CMYK0%, 12%, 60%, 29%
HSV47.9°, 59.9%, 71.4%
LAB66.2, -2.6, 47.4
XYZ33.1, 35.6, 11.4
Decimal11968585
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6A049;
}
.text-color {
color: #B6A049;
}
.border-color {
border: 2px solid #B6A049;
}