Shades of Dark Goldenrod #BB9401
Tints of Dark Goldenrod #BB9401
RGB
CMYK
RGB Variations
Color information
#BB9401 (or 0xBB9401) is known color: Dark Goldenrod. HEX triplet: BB, 94 and 01. RGB value is (187,148,1). Sum of RGB (Red+Green+Blue) = 187+148+1=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9401 is #446BFE. Grayscale: #8F8F8F. Windows color (decimal): -4484095 or 103611. OLE color: 103611.
HSL color Cylindrical-coordinate representation of color #BB9401: hue angle of 47.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB9401 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.27 |
| HSL | 47.42º | 0.99% | 0.37% | - |
| HSV(B) | 47.42º | 0.99% | 0.73% | - |
| XYZ | 31.09 | 31.75 | 4.52 | - |
| YUV | 142.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 1 | 0 | 0.21 | 0.99 | 0.27 | 47.42 | 0.99 | 0.37 |
| Hex | BB | 94 | 1 | 0 | 15 | 63 | 1B | 2F | 63 | 25 |
| Octal | 273 | 224 | 1 | 0 | 25 | 143 | 33 | 57 | 143 | 45 |
| Binary | 10111011 | 10010100 | 1 | 0 | 10101 | 1100011 | 11011 | 101111 | 1100011 | 100101 |
Color Harmonies of #BB9401
Complementary color
Monochromatic Colors of #BB9401
Black with #BB9401
Text Example
Text Example
White with #BB9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9401; }
p { color: rgb(187,148,1); }
H1.HeaderClassName
{
color: #BB9401;
}
.AnyTagClassName
{
color: #BB9401;
}
</style>
background-color css
<style>
a { background-color: #BB9401; }
a { background-color: rgb(187,148,1); }
div.DivClassName
{
background-color: #BB9401;
}
.BgClassName
{
background-color: #BB9401;
}
</style>
border-color css
<style>
span { border-color: #BB9401; }
span { border-color: rgb(187,148,1); }
td.TdClassName
{
border-color: #BB9401;
}
.TagClassName
{
border-color: #BB9401;
}
</style>