Shades of Dark Goldenrod #B58204
Tints of Dark Goldenrod #B58204
RGB
CMYK
RGB Variations
Color information
#B58204 (or 0xB58204) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 04. RGB value is (181,130,4). Sum of RGB (Red+Green+Blue) = 181+130+4=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B58204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58204 is #4A7DFB. Grayscale: #838383. Windows color (decimal): -4881916 or 295605. OLE color: 295605.
HSL color Cylindrical-coordinate representation of color #B58204: hue angle of 42.71º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B58204 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.29 |
| HSL | 42.71º | 0.96% | 0.36% | - |
| HSV(B) | 42.71º | 0.98% | 0.71% | - |
| XYZ | 27.06 | 25.8 | 3.67 | - |
| YUV | 130.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 4 | 0 | 0.28 | 0.98 | 0.29 | 42.71 | 0.96 | 0.36 |
| Hex | B5 | 82 | 4 | 0 | 1C | 62 | 1D | 2B | 60 | 24 |
| Octal | 265 | 202 | 4 | 0 | 34 | 142 | 35 | 53 | 140 | 44 |
| Binary | 10110101 | 10000010 | 100 | 0 | 11100 | 1100010 | 11101 | 101011 | 1100000 | 100100 |
Color Harmonies of #B58204
Complementary color
Monochromatic Colors of #B58204
Black with #B58204
Text Example
Text Example
White with #B58204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58204; }
p { color: rgb(181,130,4); }
H1.HeaderClassName
{
color: #B58204;
}
.AnyTagClassName
{
color: #B58204;
}
</style>
background-color css
<style>
a { background-color: #B58204; }
a { background-color: rgb(181,130,4); }
div.DivClassName
{
background-color: #B58204;
}
.BgClassName
{
background-color: #B58204;
}
</style>
border-color css
<style>
span { border-color: #B58204; }
span { border-color: rgb(181,130,4); }
td.TdClassName
{
border-color: #B58204;
}
.TagClassName
{
border-color: #B58204;
}
</style>