Shades of Dark Goldenrod #B58616
Tints of Dark Goldenrod #B58616
RGB
CMYK
RGB Variations
Color information
#B58616 (or 0xB58616) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 16. RGB value is (181,134,22). Sum of RGB (Red+Green+Blue) = 181+134+22=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B58616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58616 is #4A79E9. Grayscale: #878787. Windows color (decimal): -4880874 or 1476277. OLE color: 1476277.
HSL color Cylindrical-coordinate representation of color #B58616: hue angle of 42.26º 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 #B58616 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 22 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.29 |
| HSL | 42.26º | 0.78% | 0.4% | - |
| HSV(B) | 42.26º | 0.88% | 0.71% | - |
| XYZ | 27.73 | 26.93 | 4.5 | - |
| YUV | 135.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 22 | 0 | 0.26 | 0.88 | 0.29 | 42.26 | 0.78 | 0.4 |
| Hex | B5 | 86 | 16 | 0 | 1A | 58 | 1D | 2A | 4E | 28 |
| Octal | 265 | 206 | 26 | 0 | 32 | 130 | 35 | 52 | 116 | 50 |
| Binary | 10110101 | 10000110 | 10110 | 0 | 11010 | 1011000 | 11101 | 101010 | 1001110 | 101000 |
Color Harmonies of #B58616
Complementary color
Monochromatic Colors of #B58616
Black with #B58616
Text Example
Text Example
White with #B58616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58616; }
p { color: rgb(181,134,22); }
H1.HeaderClassName
{
color: #B58616;
}
.AnyTagClassName
{
color: #B58616;
}
</style>
background-color css
<style>
a { background-color: #B58616; }
a { background-color: rgb(181,134,22); }
div.DivClassName
{
background-color: #B58616;
}
.BgClassName
{
background-color: #B58616;
}
</style>
border-color css
<style>
span { border-color: #B58616; }
span { border-color: rgb(181,134,22); }
td.TdClassName
{
border-color: #B58616;
}
.TagClassName
{
border-color: #B58616;
}
</style>