Shades of Dark Goldenrod #B59204
Tints of Dark Goldenrod #B59204
RGB
CMYK
RGB Variations
Color information
#B59204 (or 0xB59204) is known color: Dark Goldenrod. HEX triplet: B5, 92 and 04. RGB value is (181,146,4). Sum of RGB (Red+Green+Blue) = 181+146+4=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B59204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59204 is #4A6DFB. Grayscale: #8C8C8C. Windows color (decimal): -4877820 or 299701. OLE color: 299701.
HSL color Cylindrical-coordinate representation of color #B59204: hue angle of 48.14º 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 #B59204 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.29 |
| HSL | 48.14º | 0.96% | 0.36% | - |
| HSV(B) | 48.14º | 0.98% | 0.71% | - |
| XYZ | 29.36 | 30.39 | 4.43 | - |
| YUV | 140.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 4 | 0 | 0.19 | 0.98 | 0.29 | 48.14 | 0.96 | 0.36 |
| Hex | B5 | 92 | 4 | 0 | 13 | 62 | 1D | 30 | 60 | 24 |
| Octal | 265 | 222 | 4 | 0 | 23 | 142 | 35 | 60 | 140 | 44 |
| Binary | 10110101 | 10010010 | 100 | 0 | 10011 | 1100010 | 11101 | 110000 | 1100000 | 100100 |
Color Harmonies of #B59204
Complementary color
Monochromatic Colors of #B59204
Black with #B59204
Text Example
Text Example
White with #B59204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59204; }
p { color: rgb(181,146,4); }
H1.HeaderClassName
{
color: #B59204;
}
.AnyTagClassName
{
color: #B59204;
}
</style>
background-color css
<style>
a { background-color: #B59204; }
a { background-color: rgb(181,146,4); }
div.DivClassName
{
background-color: #B59204;
}
.BgClassName
{
background-color: #B59204;
}
</style>
border-color css
<style>
span { border-color: #B59204; }
span { border-color: rgb(181,146,4); }
td.TdClassName
{
border-color: #B59204;
}
.TagClassName
{
border-color: #B59204;
}
</style>