#BD7C33
A medium, moderate orange closely aligning with Peru.
About #BD7C33
At its core, #BD7C33 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, 124, 51).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 34% M, 73% Y, and 26% K. The HSL representation is 31.7° hue, 57.5% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD7C33
RGB189, 124, 51
HSL31.7°, 57.5%, 47.1%
CMYK0%, 34%, 73%, 26%
HSV31.7°, 73.0%, 74.1%
LAB57.5, 18.8, 48.5
XYZ28.8, 25.5, 6.5
Decimal12418099
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7C33;
}
.text-color {
color: #BD7C33;
}
.border-color {
border: 2px solid #BD7C33;
}