#BD7516
A medium, vivid orange closely aligning with Peru.
About #BD7516
At its core, #BD7516 is a medium and vivid 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, 117, and 22.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 38% magenta, 88% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
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#BD7516
RGB189, 117, 22
HSL34.1°, 79.1%, 41.4%
CMYK0%, 38%, 88%, 26%
HSV34.1°, 88.4%, 74.1%
LAB55.7, 21.7, 57.9
XYZ27.5, 23.6, 3.9
Decimal12416278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7516;
}
.text-color {
color: #BD7516;
}
.border-color {
border: 2px solid #BD7516;
}