Shades of Dark Goldenrod #B08F0E
Tints of Dark Goldenrod #B08F0E
RGB
CMYK
RGB Variations
Color information
#B08F0E (or 0xB08F0E) is known color: Dark Goldenrod. HEX triplet: B0, 8F and 0E. RGB value is (176,143,14). Sum of RGB (Red+Green+Blue) = 176+143+14=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08F0E is #4F70F1. Grayscale: #8A8A8A. Windows color (decimal): -5206258 or 954288. OLE color: 954288.
HSL color Cylindrical-coordinate representation of color #B08F0E: hue angle of 47.78º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B08F0E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 14 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.31 |
| HSL | 47.78º | 0.85% | 0.37% | - |
| HSV(B) | 47.78º | 0.92% | 0.69% | - |
| XYZ | 27.81 | 28.91 | 4.53 | - |
| YUV | 138.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 14 | 0 | 0.19 | 0.92 | 0.31 | 47.78 | 0.85 | 0.37 |
| Hex | B0 | 8F | E | 0 | 13 | 5C | 1F | 30 | 55 | 25 |
| Octal | 260 | 217 | 16 | 0 | 23 | 134 | 37 | 60 | 125 | 45 |
| Binary | 10110000 | 10001111 | 1110 | 0 | 10011 | 1011100 | 11111 | 110000 | 1010101 | 100101 |
Color Harmonies of #B08F0E
Complementary color
Monochromatic Colors of #B08F0E
Black with #B08F0E
Text Example
Text Example
White with #B08F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F0E; }
p { color: rgb(176,143,14); }
H1.HeaderClassName
{
color: #B08F0E;
}
.AnyTagClassName
{
color: #B08F0E;
}
</style>
background-color css
<style>
a { background-color: #B08F0E; }
a { background-color: rgb(176,143,14); }
div.DivClassName
{
background-color: #B08F0E;
}
.BgClassName
{
background-color: #B08F0E;
}
</style>
border-color css
<style>
span { border-color: #B08F0E; }
span { border-color: rgb(176,143,14); }
td.TdClassName
{
border-color: #B08F0E;
}
.TagClassName
{
border-color: #B08F0E;
}
</style>