Shades of Dark Goldenrod #BB9010
Tints of Dark Goldenrod #BB9010
RGB
CMYK
RGB Variations
Color information
#BB9010 (or 0xBB9010) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 10. RGB value is (187,144,16). Sum of RGB (Red+Green+Blue) = 187+144+16=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9010 is #446FEF. Grayscale: #8E8E8E. Windows color (decimal): -4485104 or 1085627. OLE color: 1085627.
HSL color Cylindrical-coordinate representation of color #BB9010: hue angle of 44.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB9010 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.27 |
| HSL | 44.91º | 0.84% | 0.4% | - |
| HSV(B) | 44.91º | 0.91% | 0.73% | - |
| XYZ | 30.56 | 30.55 | 4.78 | - |
| YUV | 142.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 16 | 0 | 0.23 | 0.91 | 0.27 | 44.91 | 0.84 | 0.4 |
| Hex | BB | 90 | 10 | 0 | 17 | 5B | 1B | 2D | 54 | 28 |
| Octal | 273 | 220 | 20 | 0 | 27 | 133 | 33 | 55 | 124 | 50 |
| Binary | 10111011 | 10010000 | 10000 | 0 | 10111 | 1011011 | 11011 | 101101 | 1010100 | 101000 |
Color Harmonies of #BB9010
Complementary color
Monochromatic Colors of #BB9010
Black with #BB9010
Text Example
Text Example
White with #BB9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9010; }
p { color: rgb(187,144,16); }
H1.HeaderClassName
{
color: #BB9010;
}
.AnyTagClassName
{
color: #BB9010;
}
</style>
background-color css
<style>
a { background-color: #BB9010; }
a { background-color: rgb(187,144,16); }
div.DivClassName
{
background-color: #BB9010;
}
.BgClassName
{
background-color: #BB9010;
}
</style>
border-color css
<style>
span { border-color: #BB9010; }
span { border-color: rgb(187,144,16); }
td.TdClassName
{
border-color: #BB9010;
}
.TagClassName
{
border-color: #BB9010;
}
</style>