#B68A3A
A medium, moderate orange closely aligning with Peru.
About #B68A3A
At its core, #B68A3A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Peru. In the RGB color space, it consists of 182 red, 138 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 24% M, 68% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B68A3A
RGB182, 138, 58
HSL38.7°, 51.7%, 47.1%
CMYK0%, 24%, 68%, 29%
HSV38.7°, 68.1%, 71.4%
LAB60.3, 8.4, 47.9
XYZ29.1, 28.4, 8.0
Decimal11962938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68A3A;
}
.text-color {
color: #B68A3A;
}
.border-color {
border: 2px solid #B68A3A;
}