Shades of Dark Goldenrod #B99501
Tints of Dark Goldenrod #B99501
RGB
CMYK
RGB Variations
Color information
#B99501 (or 0xB99501) is known color: Dark Goldenrod. HEX triplet: B9, 95 and 01. RGB value is (185,149,1). Sum of RGB (Red+Green+Blue) = 185+149+1=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B99501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99501 is #466AFE. Grayscale: #8F8F8F. Windows color (decimal): -4614911 or 103865. OLE color: 103865.
HSL color Cylindrical-coordinate representation of color #B99501: hue angle of 48.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99501 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.27 |
| HSL | 48.26º | 0.99% | 0.36% | - |
| HSV(B) | 48.26º | 0.99% | 0.73% | - |
| XYZ | 30.76 | 31.81 | 4.55 | - |
| YUV | 142.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 1 | 0 | 0.19 | 0.99 | 0.27 | 48.26 | 0.99 | 0.36 |
| Hex | B9 | 95 | 1 | 0 | 13 | 63 | 1B | 30 | 63 | 24 |
| Octal | 271 | 225 | 1 | 0 | 23 | 143 | 33 | 60 | 143 | 44 |
| Binary | 10111001 | 10010101 | 1 | 0 | 10011 | 1100011 | 11011 | 110000 | 1100011 | 100100 |
Color Harmonies of #B99501
Complementary color
Monochromatic Colors of #B99501
Black with #B99501
Text Example
Text Example
White with #B99501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99501; }
p { color: rgb(185,149,1); }
H1.HeaderClassName
{
color: #B99501;
}
.AnyTagClassName
{
color: #B99501;
}
</style>
background-color css
<style>
a { background-color: #B99501; }
a { background-color: rgb(185,149,1); }
div.DivClassName
{
background-color: #B99501;
}
.BgClassName
{
background-color: #B99501;
}
</style>
border-color css
<style>
span { border-color: #B99501; }
span { border-color: rgb(185,149,1); }
td.TdClassName
{
border-color: #B99501;
}
.TagClassName
{
border-color: #B99501;
}
</style>