Shades of Dark Goldenrod #BB9900
Tints of Dark Goldenrod #BB9900
RGB
CMYK
RGB Variations
Color information
#BB9900 (or 0xBB9900) is known color: Dark Goldenrod. HEX triplet: BB, 99 and 00. RGB value is (187,153,0). Sum of RGB (Red+Green+Blue) = 187+153+0=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9900 is #4466FF. Grayscale: #929292. Windows color (decimal): -4482816 or 39355. OLE color: 39355.
HSL color Cylindrical-coordinate representation of color #BB9900: hue angle of 49.09º 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 #BB9900 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.27 |
| HSL | 49.09º | 1% | 0.37% | - |
| HSV(B) | 49.09º | 1% | 0.73% | - |
| XYZ | 31.88 | 33.35 | 4.76 | - |
| YUV | 145.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 0 | 0 | 0.18 | 1 | 0.27 | 49.09 | 1 | 0.37 |
| Hex | BB | 99 | 0 | 0 | 12 | 64 | 1B | 31 | 64 | 25 |
| Octal | 273 | 231 | 0 | 0 | 22 | 144 | 33 | 61 | 144 | 45 |
| Binary | 10111011 | 10011001 | 0 | 0 | 10010 | 1100100 | 11011 | 110001 | 1100100 | 100101 |
Color Harmonies of #BB9900
Complementary color
Monochromatic Colors of #BB9900
Black with #BB9900
Text Example
Text Example
White with #BB9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9900; }
p { color: rgb(187,153,0); }
H1.HeaderClassName
{
color: #BB9900;
}
.AnyTagClassName
{
color: #BB9900;
}
</style>
background-color css
<style>
a { background-color: #BB9900; }
a { background-color: rgb(187,153,0); }
div.DivClassName
{
background-color: #BB9900;
}
.BgClassName
{
background-color: #BB9900;
}
</style>
border-color css
<style>
span { border-color: #BB9900; }
span { border-color: rgb(187,153,0); }
td.TdClassName
{
border-color: #BB9900;
}
.TagClassName
{
border-color: #BB9900;
}
</style>