#B6A050
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6A050
At its core, #B6A050 is a medium and moderate hue. Designers often compare it to the standard color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 160, and 80.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 56% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6A050
RGB182, 160, 80
HSL47.1°, 41.1%, 51.4%
CMYK0%, 12%, 56%, 29%
HSV47.1°, 56.0%, 71.4%
LAB66.3, -2.1, 44.1
XYZ33.3, 35.7, 12.7
Decimal11968592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6A050;
}
.text-color {
color: #B6A050;
}
.border-color {
border: 2px solid #B6A050;
}