#BD8342
A medium, moderate orange closely aligning with Peru.
About #BD8342
At its core, #BD8342 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(189, 131, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 31% M, 65% Y, and 26% K. With a hue angle of 31.7 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD8342
RGB189, 131, 66
HSL31.7°, 48.2%, 50.0%
CMYK0%, 31%, 65%, 26%
HSV31.7°, 65.1%, 74.1%
LAB59.4, 15.8, 43.3
XYZ30.1, 27.4, 8.9
Decimal12419906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8342;
}
.text-color {
color: #BD8342;
}
.border-color {
border: 2px solid #BD8342;
}