Shades of Dark Goldenrod #BB9003
Tints of Dark Goldenrod #BB9003
RGB
CMYK
RGB Variations
Color information
#BB9003 (or 0xBB9003) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 03. RGB value is (187,144,3). Sum of RGB (Red+Green+Blue) = 187+144+3=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9003 is #446FFC. Grayscale: #8D8D8D. Windows color (decimal): -4485117 or 233659. OLE color: 233659.
HSL color Cylindrical-coordinate representation of color #BB9003: hue angle of 45.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB9003 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.27 |
| HSL | 45.98º | 0.97% | 0.37% | - |
| HSV(B) | 45.98º | 0.98% | 0.73% | - |
| XYZ | 30.48 | 30.52 | 4.37 | - |
| YUV | 140.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 3 | 0 | 0.23 | 0.98 | 0.27 | 45.98 | 0.97 | 0.37 |
| Hex | BB | 90 | 3 | 0 | 17 | 62 | 1B | 2E | 61 | 25 |
| Octal | 273 | 220 | 3 | 0 | 27 | 142 | 33 | 56 | 141 | 45 |
| Binary | 10111011 | 10010000 | 11 | 0 | 10111 | 1100010 | 11011 | 101110 | 1100001 | 100101 |
Color Harmonies of #BB9003
Complementary color
Monochromatic Colors of #BB9003
Black with #BB9003
Text Example
Text Example
White with #BB9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9003; }
p { color: rgb(187,144,3); }
H1.HeaderClassName
{
color: #BB9003;
}
.AnyTagClassName
{
color: #BB9003;
}
</style>
background-color css
<style>
a { background-color: #BB9003; }
a { background-color: rgb(187,144,3); }
div.DivClassName
{
background-color: #BB9003;
}
.BgClassName
{
background-color: #BB9003;
}
</style>
border-color css
<style>
span { border-color: #BB9003; }
span { border-color: rgb(187,144,3); }
td.TdClassName
{
border-color: #BB9003;
}
.TagClassName
{
border-color: #BB9003;
}
</style>