Shades of Dark Goldenrod #B98201
Tints of Dark Goldenrod #B98201
RGB
CMYK
RGB Variations
Color information
#B98201 (or 0xB98201) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 01. RGB value is (185,130,1). Sum of RGB (Red+Green+Blue) = 185+130+1=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B98201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98201 is #467DFE. Grayscale: #848484. Windows color (decimal): -4619775 or 99001. OLE color: 99001.
HSL color Cylindrical-coordinate representation of color #B98201: hue angle of 42.07º 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 #B98201 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.27 |
| HSL | 42.07º | 0.99% | 0.36% | - |
| HSV(B) | 42.07º | 0.99% | 0.73% | - |
| XYZ | 28 | 26.28 | 3.63 | - |
| YUV | 131.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 1 | 0 | 0.30 | 0.99 | 0.27 | 42.07 | 0.99 | 0.36 |
| Hex | B9 | 82 | 1 | 0 | 1E | 63 | 1B | 2A | 63 | 24 |
| Octal | 271 | 202 | 1 | 0 | 36 | 143 | 33 | 52 | 143 | 44 |
| Binary | 10111001 | 10000010 | 1 | 0 | 11110 | 1100011 | 11011 | 101010 | 1100011 | 100100 |
Color Harmonies of #B98201
Complementary color
Monochromatic Colors of #B98201
Black with #B98201
Text Example
Text Example
White with #B98201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98201; }
p { color: rgb(185,130,1); }
H1.HeaderClassName
{
color: #B98201;
}
.AnyTagClassName
{
color: #B98201;
}
</style>
background-color css
<style>
a { background-color: #B98201; }
a { background-color: rgb(185,130,1); }
div.DivClassName
{
background-color: #B98201;
}
.BgClassName
{
background-color: #B98201;
}
</style>
border-color css
<style>
span { border-color: #B98201; }
span { border-color: rgb(185,130,1); }
td.TdClassName
{
border-color: #B98201;
}
.TagClassName
{
border-color: #B98201;
}
</style>