Shades of Dark Goldenrod #B99502
Tints of Dark Goldenrod #B99502
RGB
CMYK
RGB Variations
Color information
#B99502 (or 0xB99502) is known color: Dark Goldenrod. HEX triplet: B9, 95 and 02. RGB value is (185,149,2). Sum of RGB (Red+Green+Blue) = 185+149+2=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B99502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99502 is #466AFD. Grayscale: #8F8F8F. Windows color (decimal): -4614910 or 169401. OLE color: 169401.
HSL color Cylindrical-coordinate representation of color #B99502: hue angle of 48.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99502 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.27 |
| HSL | 48.2º | 0.98% | 0.37% | - |
| HSV(B) | 48.2º | 0.99% | 0.73% | - |
| XYZ | 30.77 | 31.81 | 4.58 | - |
| YUV | 143.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 2 | 0 | 0.19 | 0.99 | 0.27 | 48.2 | 0.98 | 0.37 |
| Hex | B9 | 95 | 2 | 0 | 13 | 63 | 1B | 30 | 62 | 25 |
| Octal | 271 | 225 | 2 | 0 | 23 | 143 | 33 | 60 | 142 | 45 |
| Binary | 10111001 | 10010101 | 10 | 0 | 10011 | 1100011 | 11011 | 110000 | 1100010 | 100101 |
Color Harmonies of #B99502
Complementary color
Monochromatic Colors of #B99502
Black with #B99502
Text Example
Text Example
White with #B99502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99502; }
p { color: rgb(185,149,2); }
H1.HeaderClassName
{
color: #B99502;
}
.AnyTagClassName
{
color: #B99502;
}
</style>
background-color css
<style>
a { background-color: #B99502; }
a { background-color: rgb(185,149,2); }
div.DivClassName
{
background-color: #B99502;
}
.BgClassName
{
background-color: #B99502;
}
</style>
border-color css
<style>
span { border-color: #B99502; }
span { border-color: rgb(185,149,2); }
td.TdClassName
{
border-color: #B99502;
}
.TagClassName
{
border-color: #B99502;
}
</style>