Shades of Dark Goldenrod #B98501
Tints of Dark Goldenrod #B98501
RGB
CMYK
RGB Variations
Color information
#B98501 (or 0xB98501) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 01. RGB value is (185,133,1). Sum of RGB (Red+Green+Blue) = 185+133+1=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B98501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98501 is #467AFE. Grayscale: #868686. Windows color (decimal): -4619007 or 99769. OLE color: 99769.
HSL color Cylindrical-coordinate representation of color #B98501: hue angle of 43.04º 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 #B98501 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.27 |
| HSL | 43.04º | 0.99% | 0.36% | - |
| HSV(B) | 43.04º | 0.99% | 0.73% | - |
| XYZ | 28.4 | 27.09 | 3.76 | - |
| YUV | 133.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 1 | 0 | 0.28 | 0.99 | 0.27 | 43.04 | 0.99 | 0.36 |
| Hex | B9 | 85 | 1 | 0 | 1C | 63 | 1B | 2B | 63 | 24 |
| Octal | 271 | 205 | 1 | 0 | 34 | 143 | 33 | 53 | 143 | 44 |
| Binary | 10111001 | 10000101 | 1 | 0 | 11100 | 1100011 | 11011 | 101011 | 1100011 | 100100 |
Color Harmonies of #B98501
Complementary color
Monochromatic Colors of #B98501
Black with #B98501
Text Example
Text Example
White with #B98501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98501; }
p { color: rgb(185,133,1); }
H1.HeaderClassName
{
color: #B98501;
}
.AnyTagClassName
{
color: #B98501;
}
</style>
background-color css
<style>
a { background-color: #B98501; }
a { background-color: rgb(185,133,1); }
div.DivClassName
{
background-color: #B98501;
}
.BgClassName
{
background-color: #B98501;
}
</style>
border-color css
<style>
span { border-color: #B98501; }
span { border-color: rgb(185,133,1); }
td.TdClassName
{
border-color: #B98501;
}
.TagClassName
{
border-color: #B98501;
}
</style>