Shades of Dark Goldenrod #BD870E
Tints of Dark Goldenrod #BD870E
RGB
CMYK
RGB Variations
Color information
#BD870E (or 0xBD870E) is known color: Dark Goldenrod. HEX triplet: BD, 87 and 0E. RGB value is (189,135,14). Sum of RGB (Red+Green+Blue) = 189+135+14=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD870E is #4278F1. Grayscale: #898989. Windows color (decimal): -4356338 or 952253. OLE color: 952253.
HSL color Cylindrical-coordinate representation of color #BD870E: hue angle of 41.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD870E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.26 |
| HSL | 41.49º | 0.86% | 0.4% | - |
| HSV(B) | 41.49º | 0.93% | 0.74% | - |
| XYZ | 29.73 | 28.18 | 4.29 | - |
| YUV | 137.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 14 | 0 | 0.29 | 0.93 | 0.26 | 41.49 | 0.86 | 0.4 |
| Hex | BD | 87 | E | 0 | 1D | 5D | 1A | 29 | 56 | 28 |
| Octal | 275 | 207 | 16 | 0 | 35 | 135 | 32 | 51 | 126 | 50 |
| Binary | 10111101 | 10000111 | 1110 | 0 | 11101 | 1011101 | 11010 | 101001 | 1010110 | 101000 |
Color Harmonies of #BD870E
Complementary color
Monochromatic Colors of #BD870E
Black with #BD870E
Text Example
Text Example
White with #BD870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD870E; }
p { color: rgb(189,135,14); }
H1.HeaderClassName
{
color: #BD870E;
}
.AnyTagClassName
{
color: #BD870E;
}
</style>
background-color css
<style>
a { background-color: #BD870E; }
a { background-color: rgb(189,135,14); }
div.DivClassName
{
background-color: #BD870E;
}
.BgClassName
{
background-color: #BD870E;
}
</style>
border-color css
<style>
span { border-color: #BD870E; }
span { border-color: rgb(189,135,14); }
td.TdClassName
{
border-color: #BD870E;
}
.TagClassName
{
border-color: #BD870E;
}
</style>