#B6A042
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6A042
Visually, #B6A042 is defined as a moderate yellow. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(182, 160, 66).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 12% magenta, 64% yellow, and 29% black. With a hue angle of 48.6 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#B6A042
RGB182, 160, 66
HSL48.6°, 46.8%, 48.6%
CMYK0%, 12%, 64%, 29%
HSV48.6°, 63.7%, 71.4%
LAB66.1, -3.1, 50.5
XYZ32.8, 35.5, 10.3
Decimal11968578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6A042;
}
.text-color {
color: #B6A042;
}
.border-color {
border: 2px solid #B6A042;
}