Shades of Dark Goldenrod #BB9302
Tints of Dark Goldenrod #BB9302
RGB
CMYK
RGB Variations
Color information
#BB9302 (or 0xBB9302) is known color: Dark Goldenrod. HEX triplet: BB, 93 and 02. RGB value is (187,147,2). Sum of RGB (Red+Green+Blue) = 187+147+2=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9302 is #446CFD. Grayscale: #8F8F8F. Windows color (decimal): -4484350 or 168891. OLE color: 168891.
HSL color Cylindrical-coordinate representation of color #BB9302: hue angle of 47.03º degrees, saturation: 0.98, 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 #BB9302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.27 |
| HSL | 47.03º | 0.98% | 0.37% | - |
| HSV(B) | 47.03º | 0.99% | 0.73% | - |
| XYZ | 30.94 | 31.44 | 4.49 | - |
| YUV | 142.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 2 | 0 | 0.21 | 0.99 | 0.27 | 47.03 | 0.98 | 0.37 |
| Hex | BB | 93 | 2 | 0 | 15 | 63 | 1B | 2F | 62 | 25 |
| Octal | 273 | 223 | 2 | 0 | 25 | 143 | 33 | 57 | 142 | 45 |
| Binary | 10111011 | 10010011 | 10 | 0 | 10101 | 1100011 | 11011 | 101111 | 1100010 | 100101 |
Color Harmonies of #BB9302
Complementary color
Monochromatic Colors of #BB9302
Black with #BB9302
Text Example
Text Example
White with #BB9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9302; }
p { color: rgb(187,147,2); }
H1.HeaderClassName
{
color: #BB9302;
}
.AnyTagClassName
{
color: #BB9302;
}
</style>
background-color css
<style>
a { background-color: #BB9302; }
a { background-color: rgb(187,147,2); }
div.DivClassName
{
background-color: #BB9302;
}
.BgClassName
{
background-color: #BB9302;
}
</style>
border-color css
<style>
span { border-color: #BB9302; }
span { border-color: rgb(187,147,2); }
td.TdClassName
{
border-color: #BB9302;
}
.TagClassName
{
border-color: #BB9302;
}
</style>