Shades of Dark Goldenrod #BB9602
Tints of Dark Goldenrod #BB9602
RGB
CMYK
RGB Variations
Color information
#BB9602 (or 0xBB9602) is known color: Dark Goldenrod. HEX triplet: BB, 96 and 02. RGB value is (187,150,2). Sum of RGB (Red+Green+Blue) = 187+150+2=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9602 is #4469FD. Grayscale: #909090. Windows color (decimal): -4483582 or 169659. OLE color: 169659.
HSL color Cylindrical-coordinate representation of color #BB9602: hue angle of 48º 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 #BB9602 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.27 |
| HSL | 48º | 0.98% | 0.37% | - |
| HSV(B) | 48º | 0.99% | 0.73% | - |
| XYZ | 31.41 | 32.38 | 4.65 | - |
| YUV | 144.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 2 | 0 | 0.20 | 0.99 | 0.27 | 48 | 0.98 | 0.37 |
| Hex | BB | 96 | 2 | 0 | 14 | 63 | 1B | 30 | 62 | 25 |
| Octal | 273 | 226 | 2 | 0 | 24 | 143 | 33 | 60 | 142 | 45 |
| Binary | 10111011 | 10010110 | 10 | 0 | 10100 | 1100011 | 11011 | 110000 | 1100010 | 100101 |
Color Harmonies of #BB9602
Complementary color
Monochromatic Colors of #BB9602
Black with #BB9602
Text Example
Text Example
White with #BB9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9602; }
p { color: rgb(187,150,2); }
H1.HeaderClassName
{
color: #BB9602;
}
.AnyTagClassName
{
color: #BB9602;
}
</style>
background-color css
<style>
a { background-color: #BB9602; }
a { background-color: rgb(187,150,2); }
div.DivClassName
{
background-color: #BB9602;
}
.BgClassName
{
background-color: #BB9602;
}
</style>
border-color css
<style>
span { border-color: #BB9602; }
span { border-color: rgb(187,150,2); }
td.TdClassName
{
border-color: #BB9602;
}
.TagClassName
{
border-color: #BB9602;
}
</style>