Shades of Dark Goldenrod #B59504
Tints of Dark Goldenrod #B59504
RGB
CMYK
RGB Variations
Color information
#B59504 (or 0xB59504) is known color: Dark Goldenrod. HEX triplet: B5, 95 and 04. RGB value is (181,149,4). Sum of RGB (Red+Green+Blue) = 181+149+4=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B59504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59504 is #4A6AFB. Grayscale: #8E8E8E. Windows color (decimal): -4877052 or 300469. OLE color: 300469.
HSL color Cylindrical-coordinate representation of color #B59504: hue angle of 49.15º 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 #B59504 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.29 |
| HSL | 49.15º | 0.96% | 0.36% | - |
| HSV(B) | 49.15º | 0.98% | 0.71% | - |
| XYZ | 29.83 | 31.33 | 4.59 | - |
| YUV | 142.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 4 | 0 | 0.18 | 0.98 | 0.29 | 49.15 | 0.96 | 0.36 |
| Hex | B5 | 95 | 4 | 0 | 12 | 62 | 1D | 31 | 60 | 24 |
| Octal | 265 | 225 | 4 | 0 | 22 | 142 | 35 | 61 | 140 | 44 |
| Binary | 10110101 | 10010101 | 100 | 0 | 10010 | 1100010 | 11101 | 110001 | 1100000 | 100100 |
Color Harmonies of #B59504
Complementary color
Monochromatic Colors of #B59504
Black with #B59504
Text Example
Text Example
White with #B59504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59504; }
p { color: rgb(181,149,4); }
H1.HeaderClassName
{
color: #B59504;
}
.AnyTagClassName
{
color: #B59504;
}
</style>
background-color css
<style>
a { background-color: #B59504; }
a { background-color: rgb(181,149,4); }
div.DivClassName
{
background-color: #B59504;
}
.BgClassName
{
background-color: #B59504;
}
</style>
border-color css
<style>
span { border-color: #B59504; }
span { border-color: rgb(181,149,4); }
td.TdClassName
{
border-color: #B59504;
}
.TagClassName
{
border-color: #B59504;
}
</style>