Shades of Dark Goldenrod #B99504
Tints of Dark Goldenrod #B99504
RGB
CMYK
RGB Variations
Color information
#B99504 (or 0xB99504) is known color: Dark Goldenrod. HEX triplet: B9, 95 and 04. RGB value is (185,149,4). Sum of RGB (Red+Green+Blue) = 185+149+4=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99504 is #466AFB. Grayscale: #8F8F8F. Windows color (decimal): -4614908 or 300473. OLE color: 300473.
HSL color Cylindrical-coordinate representation of color #B99504: hue angle of 48.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B99504 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.27 |
| HSL | 48.07º | 0.96% | 0.37% | - |
| HSV(B) | 48.07º | 0.98% | 0.73% | - |
| XYZ | 30.78 | 31.82 | 4.63 | - |
| YUV | 143.23 | 49.43 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 4 | 0 | 0.19 | 0.98 | 0.27 | 48.07 | 0.96 | 0.37 |
| Hex | B9 | 95 | 4 | 0 | 13 | 62 | 1B | 30 | 60 | 25 |
| Octal | 271 | 225 | 4 | 0 | 23 | 142 | 33 | 60 | 140 | 45 |
| Binary | 10111001 | 10010101 | 100 | 0 | 10011 | 1100010 | 11011 | 110000 | 1100000 | 100101 |
Color Harmonies of #B99504
Complementary color
Monochromatic Colors of #B99504
Black with #B99504
Text Example
Text Example
White with #B99504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99504; }
p { color: rgb(185,149,4); }
H1.HeaderClassName
{
color: #B99504;
}
.AnyTagClassName
{
color: #B99504;
}
</style>
background-color css
<style>
a { background-color: #B99504; }
a { background-color: rgb(185,149,4); }
div.DivClassName
{
background-color: #B99504;
}
.BgClassName
{
background-color: #B99504;
}
</style>
border-color css
<style>
span { border-color: #B99504; }
span { border-color: rgb(185,149,4); }
td.TdClassName
{
border-color: #B99504;
}
.TagClassName
{
border-color: #B99504;
}
</style>