Shades of Dark Goldenrod #B98402
Tints of Dark Goldenrod #B98402
RGB
CMYK
RGB Variations
Color information
#B98402 (or 0xB98402) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 02. RGB value is (185,132,2). Sum of RGB (Red+Green+Blue) = 185+132+2=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B98402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98402 is #467BFD. Grayscale: #858585. Windows color (decimal): -4619262 or 165049. OLE color: 165049.
HSL color Cylindrical-coordinate representation of color #B98402: hue angle of 42.62º 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 #B98402 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.27 |
| HSL | 42.62º | 0.98% | 0.37% | - |
| HSV(B) | 42.62º | 0.99% | 0.73% | - |
| XYZ | 28.27 | 26.82 | 3.74 | - |
| YUV | 133.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 2 | 0 | 0.29 | 0.99 | 0.27 | 42.62 | 0.98 | 0.37 |
| Hex | B9 | 84 | 2 | 0 | 1D | 63 | 1B | 2B | 62 | 25 |
| Octal | 271 | 204 | 2 | 0 | 35 | 143 | 33 | 53 | 142 | 45 |
| Binary | 10111001 | 10000100 | 10 | 0 | 11101 | 1100011 | 11011 | 101011 | 1100010 | 100101 |
Color Harmonies of #B98402
Complementary color
Monochromatic Colors of #B98402
Black with #B98402
Text Example
Text Example
White with #B98402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98402; }
p { color: rgb(185,132,2); }
H1.HeaderClassName
{
color: #B98402;
}
.AnyTagClassName
{
color: #B98402;
}
</style>
background-color css
<style>
a { background-color: #B98402; }
a { background-color: rgb(185,132,2); }
div.DivClassName
{
background-color: #B98402;
}
.BgClassName
{
background-color: #B98402;
}
</style>
border-color css
<style>
span { border-color: #B98402; }
span { border-color: rgb(185,132,2); }
td.TdClassName
{
border-color: #B98402;
}
.TagClassName
{
border-color: #B98402;
}
</style>