Shades of Dark Goldenrod #BB9A00
Tints of Dark Goldenrod #BB9A00
RGB
CMYK
RGB Variations
Color information
#BB9A00 (or 0xBB9A00) is known color: Dark Goldenrod. HEX triplet: BB, 9A and 00. RGB value is (187,154,0). Sum of RGB (Red+Green+Blue) = 187+154+0=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9A00 is #4465FF. Grayscale: #929292. Windows color (decimal): -4482560 or 39611. OLE color: 39611.
HSL color Cylindrical-coordinate representation of color #BB9A00: hue angle of 49.41º 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 #BB9A00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.27 |
| HSL | 49.41º | 1% | 0.37% | - |
| HSV(B) | 49.41º | 1% | 0.73% | - |
| XYZ | 32.05 | 33.68 | 4.81 | - |
| YUV | 146.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 0 | 0 | 0.18 | 1 | 0.27 | 49.41 | 1 | 0.37 |
| Hex | BB | 9A | 0 | 0 | 12 | 64 | 1B | 31 | 64 | 25 |
| Octal | 273 | 232 | 0 | 0 | 22 | 144 | 33 | 61 | 144 | 45 |
| Binary | 10111011 | 10011010 | 0 | 0 | 10010 | 1100100 | 11011 | 110001 | 1100100 | 100101 |
Color Harmonies of #BB9A00
Complementary color
Monochromatic Colors of #BB9A00
Black with #BB9A00
Text Example
Text Example
White with #BB9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A00; }
p { color: rgb(187,154,0); }
H1.HeaderClassName
{
color: #BB9A00;
}
.AnyTagClassName
{
color: #BB9A00;
}
</style>
background-color css
<style>
a { background-color: #BB9A00; }
a { background-color: rgb(187,154,0); }
div.DivClassName
{
background-color: #BB9A00;
}
.BgClassName
{
background-color: #BB9A00;
}
</style>
border-color css
<style>
span { border-color: #BB9A00; }
span { border-color: rgb(187,154,0); }
td.TdClassName
{
border-color: #BB9A00;
}
.TagClassName
{
border-color: #BB9A00;
}
</style>