Shades of Dark Goldenrod #B58A16
Tints of Dark Goldenrod #B58A16
RGB
CMYK
RGB Variations
Color information
#B58A16 (or 0xB58A16) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 16. RGB value is (181,138,22). Sum of RGB (Red+Green+Blue) = 181+138+22=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A16 is #4A75E9. Grayscale: #8A8A8A. Windows color (decimal): -4879850 or 1477301. OLE color: 1477301.
HSL color Cylindrical-coordinate representation of color #B58A16: hue angle of 43.77º 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 #B58A16 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 22 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.29 |
| HSL | 43.77º | 0.78% | 0.4% | - |
| HSV(B) | 43.77º | 0.88% | 0.71% | - |
| XYZ | 28.29 | 28.06 | 4.68 | - |
| YUV | 137.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 22 | 0 | 0.24 | 0.88 | 0.29 | 43.77 | 0.78 | 0.4 |
| Hex | B5 | 8A | 16 | 0 | 18 | 58 | 1D | 2C | 4E | 28 |
| Octal | 265 | 212 | 26 | 0 | 30 | 130 | 35 | 54 | 116 | 50 |
| Binary | 10110101 | 10001010 | 10110 | 0 | 11000 | 1011000 | 11101 | 101100 | 1001110 | 101000 |
Color Harmonies of #B58A16
Complementary color
Monochromatic Colors of #B58A16
Black with #B58A16
Text Example
Text Example
White with #B58A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A16; }
p { color: rgb(181,138,22); }
H1.HeaderClassName
{
color: #B58A16;
}
.AnyTagClassName
{
color: #B58A16;
}
</style>
background-color css
<style>
a { background-color: #B58A16; }
a { background-color: rgb(181,138,22); }
div.DivClassName
{
background-color: #B58A16;
}
.BgClassName
{
background-color: #B58A16;
}
</style>
border-color css
<style>
span { border-color: #B58A16; }
span { border-color: rgb(181,138,22); }
td.TdClassName
{
border-color: #B58A16;
}
.TagClassName
{
border-color: #B58A16;
}
</style>