#BD750F
A medium, vivid orange closely aligning with Darkgoldenrod.
About #BD750F
Visually, #BD750F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 117, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD750F
RGB189, 117, 15
HSL35.2°, 85.3%, 40.0%
CMYK0%, 38%, 92%, 26%
HSV35.2°, 92.1%, 74.1%
LAB55.7, 21.6, 59.6
XYZ27.4, 23.6, 3.6
Decimal12416271
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: #BD750F;
}
.text-color {
color: #BD750F;
}
.border-color {
border: 2px solid #BD750F;
}