Shades of Dark Goldenrod #B58808
Tints of Dark Goldenrod #B58808
RGB
CMYK
RGB Variations
Color information
#B58808 (or 0xB58808) is known color: Dark Goldenrod. HEX triplet: B5, 88 and 08. RGB value is (181,136,8). Sum of RGB (Red+Green+Blue) = 181+136+8=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B58808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58808 is #4A77F7. Grayscale: #878787. Windows color (decimal): -4880376 or 559285. OLE color: 559285.
HSL color Cylindrical-coordinate representation of color #B58808: hue angle of 44.39º 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 #B58808 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.29 |
| HSL | 44.39º | 0.92% | 0.37% | - |
| HSV(B) | 44.39º | 0.96% | 0.71% | - |
| XYZ | 27.9 | 27.45 | 4.06 | - |
| YUV | 134.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 8 | 0 | 0.25 | 0.96 | 0.29 | 44.39 | 0.92 | 0.37 |
| Hex | B5 | 88 | 8 | 0 | 19 | 60 | 1D | 2C | 5C | 25 |
| Octal | 265 | 210 | 10 | 0 | 31 | 140 | 35 | 54 | 134 | 45 |
| Binary | 10110101 | 10001000 | 1000 | 0 | 11001 | 1100000 | 11101 | 101100 | 1011100 | 100101 |
Color Harmonies of #B58808
Complementary color
Monochromatic Colors of #B58808
Black with #B58808
Text Example
Text Example
White with #B58808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58808; }
p { color: rgb(181,136,8); }
H1.HeaderClassName
{
color: #B58808;
}
.AnyTagClassName
{
color: #B58808;
}
</style>
background-color css
<style>
a { background-color: #B58808; }
a { background-color: rgb(181,136,8); }
div.DivClassName
{
background-color: #B58808;
}
.BgClassName
{
background-color: #B58808;
}
</style>
border-color css
<style>
span { border-color: #B58808; }
span { border-color: rgb(181,136,8); }
td.TdClassName
{
border-color: #B58808;
}
.TagClassName
{
border-color: #B58808;
}
</style>