Shades of Dark Goldenrod #B58008
Tints of Dark Goldenrod #B58008
RGB
CMYK
RGB Variations
Color information
#B58008 (or 0xB58008) is known color: Dark Goldenrod. HEX triplet: B5, 80 and 08. RGB value is (181,128,8). Sum of RGB (Red+Green+Blue) = 181+128+8=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B58008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58008 is #4A7FF7. Grayscale: #828282. Windows color (decimal): -4882424 or 557237. OLE color: 557237.
HSL color Cylindrical-coordinate representation of color #B58008: hue angle of 41.62º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B58008 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.29 |
| HSL | 41.62º | 0.92% | 0.37% | - |
| HSV(B) | 41.62º | 0.96% | 0.71% | - |
| XYZ | 26.82 | 25.28 | 3.7 | - |
| YUV | 130.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 8 | 0 | 0.29 | 0.96 | 0.29 | 41.62 | 0.92 | 0.37 |
| Hex | B5 | 80 | 8 | 0 | 1D | 60 | 1D | 2A | 5C | 25 |
| Octal | 265 | 200 | 10 | 0 | 35 | 140 | 35 | 52 | 134 | 45 |
| Binary | 10110101 | 10000000 | 1000 | 0 | 11101 | 1100000 | 11101 | 101010 | 1011100 | 100101 |
Color Harmonies of #B58008
Complementary color
Monochromatic Colors of #B58008
Black with #B58008
Text Example
Text Example
White with #B58008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58008; }
p { color: rgb(181,128,8); }
H1.HeaderClassName
{
color: #B58008;
}
.AnyTagClassName
{
color: #B58008;
}
</style>
background-color css
<style>
a { background-color: #B58008; }
a { background-color: rgb(181,128,8); }
div.DivClassName
{
background-color: #B58008;
}
.BgClassName
{
background-color: #B58008;
}
</style>
border-color css
<style>
span { border-color: #B58008; }
span { border-color: rgb(181,128,8); }
td.TdClassName
{
border-color: #B58008;
}
.TagClassName
{
border-color: #B58008;
}
</style>