Shades of Dark Goldenrod #BB9B00
Tints of Dark Goldenrod #BB9B00
RGB
CMYK
RGB Variations
Color information
#BB9B00 (or 0xBB9B00) is known color: Dark Goldenrod. HEX triplet: BB, 9B and 00. RGB value is (187,155,0). Sum of RGB (Red+Green+Blue) = 187+155+0=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9B00 is #4464FF. Grayscale: #939393. Windows color (decimal): -4482304 or 39867. OLE color: 39867.
HSL color Cylindrical-coordinate representation of color #BB9B00: hue angle of 49.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB9B00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.27 |
| HSL | 49.73º | 1% | 0.37% | - |
| HSV(B) | 49.73º | 1% | 0.73% | - |
| XYZ | 32.21 | 34.01 | 4.87 | - |
| YUV | 146.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 0 | 0 | 0.17 | 1 | 0.27 | 49.73 | 1 | 0.37 |
| Hex | BB | 9B | 0 | 0 | 11 | 64 | 1B | 32 | 64 | 25 |
| Octal | 273 | 233 | 0 | 0 | 21 | 144 | 33 | 62 | 144 | 45 |
| Binary | 10111011 | 10011011 | 0 | 0 | 10001 | 1100100 | 11011 | 110010 | 1100100 | 100101 |
Color Harmonies of #BB9B00
Complementary color
Monochromatic Colors of #BB9B00
Black with #BB9B00
Text Example
Text Example
White with #BB9B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B00; }
p { color: rgb(187,155,0); }
H1.HeaderClassName
{
color: #BB9B00;
}
.AnyTagClassName
{
color: #BB9B00;
}
</style>
background-color css
<style>
a { background-color: #BB9B00; }
a { background-color: rgb(187,155,0); }
div.DivClassName
{
background-color: #BB9B00;
}
.BgClassName
{
background-color: #BB9B00;
}
</style>
border-color css
<style>
span { border-color: #BB9B00; }
span { border-color: rgb(187,155,0); }
td.TdClassName
{
border-color: #BB9B00;
}
.TagClassName
{
border-color: #BB9B00;
}
</style>