#B67C42
A medium, moderate orange closely aligning with Peru.
About #B67C42
The hex code #B67C42 represents a beautifully specific shade of orange. 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 182, 124, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 32% M, 64% Y, and 29% K. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B67C42
RGB182, 124, 66
HSL30.0°, 46.8%, 48.6%
CMYK0%, 32%, 64%, 29%
HSV30.0°, 63.7%, 71.4%
LAB56.8, 16.7, 40.2
XYZ27.5, 24.8, 8.5
Decimal11959362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.95:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67C42;
}
.text-color {
color: #B67C42;
}
.border-color {
border: 2px solid #B67C42;
}