#BD7C49
A medium, moderate orange closely aligning with Peru.
About #BD7C49
At its core, #BD7C49 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Peru. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 124, and 73.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 34% magenta, 61% yellow, and 26% black. With a hue angle of 26.4 degrees, it sits comfortably in the orange spectrum.
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#BD7C49
RGB189, 124, 73
HSL26.4°, 46.8%, 51.4%
CMYK0%, 34%, 61%, 26%
HSV26.4°, 61.4%, 74.1%
LAB57.8, 20.2, 37.8
XYZ29.4, 25.7, 9.7
Decimal12418121
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7C49;
}
.text-color {
color: #BD7C49;
}
.border-color {
border: 2px solid #BD7C49;
}