Shades of Dark Goldenrod #BB9404
Tints of Dark Goldenrod #BB9404
RGB
CMYK
RGB Variations
Color information
#BB9404 (or 0xBB9404) is known color: Dark Goldenrod. HEX triplet: BB, 94 and 04. RGB value is (187,148,4). Sum of RGB (Red+Green+Blue) = 187+148+4=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9404 is #446BFB. Grayscale: #8F8F8F. Windows color (decimal): -4484092 or 300219. OLE color: 300219.
HSL color Cylindrical-coordinate representation of color #BB9404: hue angle of 47.21º degrees, saturation: 0.96, 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 #BB9404 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.27 |
| HSL | 47.21º | 0.96% | 0.37% | - |
| HSV(B) | 47.21º | 0.98% | 0.73% | - |
| XYZ | 31.11 | 31.75 | 4.6 | - |
| YUV | 143.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 4 | 0 | 0.21 | 0.98 | 0.27 | 47.21 | 0.96 | 0.37 |
| Hex | BB | 94 | 4 | 0 | 15 | 62 | 1B | 2F | 60 | 25 |
| Octal | 273 | 224 | 4 | 0 | 25 | 142 | 33 | 57 | 140 | 45 |
| Binary | 10111011 | 10010100 | 100 | 0 | 10101 | 1100010 | 11011 | 101111 | 1100000 | 100101 |
Color Harmonies of #BB9404
Complementary color
Monochromatic Colors of #BB9404
Black with #BB9404
Text Example
Text Example
White with #BB9404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9404; }
p { color: rgb(187,148,4); }
H1.HeaderClassName
{
color: #BB9404;
}
.AnyTagClassName
{
color: #BB9404;
}
</style>
background-color css
<style>
a { background-color: #BB9404; }
a { background-color: rgb(187,148,4); }
div.DivClassName
{
background-color: #BB9404;
}
.BgClassName
{
background-color: #BB9404;
}
</style>
border-color css
<style>
span { border-color: #BB9404; }
span { border-color: rgb(187,148,4); }
td.TdClassName
{
border-color: #BB9404;
}
.TagClassName
{
border-color: #BB9404;
}
</style>