Shades of Dark Goldenrod #BD860E
Tints of Dark Goldenrod #BD860E
RGB
CMYK
RGB Variations
Color information
#BD860E (or 0xBD860E) is known color: Dark Goldenrod. HEX triplet: BD, 86 and 0E. RGB value is (189,134,14). Sum of RGB (Red+Green+Blue) = 189+134+14=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD860E is #4279F1. Grayscale: #898989. Windows color (decimal): -4356594 or 951997. OLE color: 951997.
HSL color Cylindrical-coordinate representation of color #BD860E: hue angle of 41.14º 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 #BD860E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.26 |
| HSL | 41.14º | 0.86% | 0.4% | - |
| HSV(B) | 41.14º | 0.93% | 0.74% | - |
| XYZ | 29.59 | 27.9 | 4.24 | - |
| YUV | 136.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 14 | 0 | 0.29 | 0.93 | 0.26 | 41.14 | 0.86 | 0.4 |
| Hex | BD | 86 | E | 0 | 1D | 5D | 1A | 29 | 56 | 28 |
| Octal | 275 | 206 | 16 | 0 | 35 | 135 | 32 | 51 | 126 | 50 |
| Binary | 10111101 | 10000110 | 1110 | 0 | 11101 | 1011101 | 11010 | 101001 | 1010110 | 101000 |
Color Harmonies of #BD860E
Complementary color
Monochromatic Colors of #BD860E
Black with #BD860E
Text Example
Text Example
White with #BD860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD860E; }
p { color: rgb(189,134,14); }
H1.HeaderClassName
{
color: #BD860E;
}
.AnyTagClassName
{
color: #BD860E;
}
</style>
background-color css
<style>
a { background-color: #BD860E; }
a { background-color: rgb(189,134,14); }
div.DivClassName
{
background-color: #BD860E;
}
.BgClassName
{
background-color: #BD860E;
}
</style>
border-color css
<style>
span { border-color: #BD860E; }
span { border-color: rgb(189,134,14); }
td.TdClassName
{
border-color: #BD860E;
}
.TagClassName
{
border-color: #BD860E;
}
</style>