Shades of Dark Goldenrod #BB9301
Tints of Dark Goldenrod #BB9301
RGB
CMYK
RGB Variations
Color information
#BB9301 (or 0xBB9301) is known color: Dark Goldenrod. HEX triplet: BB, 93 and 01. RGB value is (187,147,1). Sum of RGB (Red+Green+Blue) = 187+147+1=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9301 is #446CFE. Grayscale: #8E8E8E. Windows color (decimal): -4484351 or 103355. OLE color: 103355.
HSL color Cylindrical-coordinate representation of color #BB9301: hue angle of 47.1º 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 #BB9301 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.27 |
| HSL | 47.1º | 0.99% | 0.37% | - |
| HSV(B) | 47.1º | 0.99% | 0.73% | - |
| XYZ | 30.93 | 31.43 | 4.47 | - |
| YUV | 142.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 1 | 0 | 0.21 | 0.99 | 0.27 | 47.1 | 0.99 | 0.37 |
| Hex | BB | 93 | 1 | 0 | 15 | 63 | 1B | 2F | 63 | 25 |
| Octal | 273 | 223 | 1 | 0 | 25 | 143 | 33 | 57 | 143 | 45 |
| Binary | 10111011 | 10010011 | 1 | 0 | 10101 | 1100011 | 11011 | 101111 | 1100011 | 100101 |
Color Harmonies of #BB9301
Complementary color
Monochromatic Colors of #BB9301
Black with #BB9301
Text Example
Text Example
White with #BB9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9301; }
p { color: rgb(187,147,1); }
H1.HeaderClassName
{
color: #BB9301;
}
.AnyTagClassName
{
color: #BB9301;
}
</style>
background-color css
<style>
a { background-color: #BB9301; }
a { background-color: rgb(187,147,1); }
div.DivClassName
{
background-color: #BB9301;
}
.BgClassName
{
background-color: #BB9301;
}
</style>
border-color css
<style>
span { border-color: #BB9301; }
span { border-color: rgb(187,147,1); }
td.TdClassName
{
border-color: #BB9301;
}
.TagClassName
{
border-color: #BB9301;
}
</style>