Shades of Dark Goldenrod #BB9B02
Tints of Dark Goldenrod #BB9B02
RGB
CMYK
RGB Variations
Color information
#BB9B02 (or 0xBB9B02) is known color: Dark Goldenrod. HEX triplet: BB, 9B and 02. RGB value is (187,155,2). Sum of RGB (Red+Green+Blue) = 187+155+2=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9B02 is #4464FD. Grayscale: #939393. Windows color (decimal): -4482302 or 170939. OLE color: 170939.
HSL color Cylindrical-coordinate representation of color #BB9B02: hue angle of 49.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 #BB9B02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.27 |
| HSL | 49.62º | 0.98% | 0.37% | - |
| HSV(B) | 49.62º | 0.99% | 0.73% | - |
| XYZ | 32.23 | 34.01 | 4.92 | - |
| YUV | 147.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 2 | 0 | 0.17 | 0.99 | 0.27 | 49.62 | 0.98 | 0.37 |
| Hex | BB | 9B | 2 | 0 | 11 | 63 | 1B | 32 | 62 | 25 |
| Octal | 273 | 233 | 2 | 0 | 21 | 143 | 33 | 62 | 142 | 45 |
| Binary | 10111011 | 10011011 | 10 | 0 | 10001 | 1100011 | 11011 | 110010 | 1100010 | 100101 |
Color Harmonies of #BB9B02
Complementary color
Monochromatic Colors of #BB9B02
Black with #BB9B02
Text Example
Text Example
White with #BB9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B02; }
p { color: rgb(187,155,2); }
H1.HeaderClassName
{
color: #BB9B02;
}
.AnyTagClassName
{
color: #BB9B02;
}
</style>
background-color css
<style>
a { background-color: #BB9B02; }
a { background-color: rgb(187,155,2); }
div.DivClassName
{
background-color: #BB9B02;
}
.BgClassName
{
background-color: #BB9B02;
}
</style>
border-color css
<style>
span { border-color: #BB9B02; }
span { border-color: rgb(187,155,2); }
td.TdClassName
{
border-color: #BB9B02;
}
.TagClassName
{
border-color: #BB9B02;
}
</style>