Shades of Dark Goldenrod #B58E16
Tints of Dark Goldenrod #B58E16
RGB
CMYK
RGB Variations
Color information
#B58E16 (or 0xB58E16) is known color: Dark Goldenrod. HEX triplet: B5, 8E and 16. RGB value is (181,142,22). Sum of RGB (Red+Green+Blue) = 181+142+22=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58E16 is #4A71E9. Grayscale: #8C8C8C. Windows color (decimal): -4878826 or 1478325. OLE color: 1478325.
HSL color Cylindrical-coordinate representation of color #B58E16: hue angle of 45.28º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B58E16 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 22 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.29 |
| HSL | 45.28º | 0.78% | 0.4% | - |
| HSV(B) | 45.28º | 0.88% | 0.71% | - |
| XYZ | 28.87 | 29.23 | 4.88 | - |
| YUV | 139.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 22 | 0 | 0.22 | 0.88 | 0.29 | 45.28 | 0.78 | 0.4 |
| Hex | B5 | 8E | 16 | 0 | 16 | 58 | 1D | 2D | 4E | 28 |
| Octal | 265 | 216 | 26 | 0 | 26 | 130 | 35 | 55 | 116 | 50 |
| Binary | 10110101 | 10001110 | 10110 | 0 | 10110 | 1011000 | 11101 | 101101 | 1001110 | 101000 |
Color Harmonies of #B58E16
Complementary color
Monochromatic Colors of #B58E16
Black with #B58E16
Text Example
Text Example
White with #B58E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E16; }
p { color: rgb(181,142,22); }
H1.HeaderClassName
{
color: #B58E16;
}
.AnyTagClassName
{
color: #B58E16;
}
</style>
background-color css
<style>
a { background-color: #B58E16; }
a { background-color: rgb(181,142,22); }
div.DivClassName
{
background-color: #B58E16;
}
.BgClassName
{
background-color: #B58E16;
}
</style>
border-color css
<style>
span { border-color: #B58E16; }
span { border-color: rgb(181,142,22); }
td.TdClassName
{
border-color: #B58E16;
}
.TagClassName
{
border-color: #B58E16;
}
</style>