Shades of Dark Goldenrod #BB920E
Tints of Dark Goldenrod #BB920E
RGB
CMYK
RGB Variations
Color information
#BB920E (or 0xBB920E) is known color: Dark Goldenrod. HEX triplet: BB, 92 and 0E. RGB value is (187,146,14). Sum of RGB (Red+Green+Blue) = 187+146+14=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB920E is #446DF1. Grayscale: #8F8F8F. Windows color (decimal): -4484594 or 955067. OLE color: 955067.
HSL color Cylindrical-coordinate representation of color #BB920E: hue angle of 45.78º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB920E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.27 |
| HSL | 45.78º | 0.86% | 0.39% | - |
| HSV(B) | 45.78º | 0.93% | 0.73% | - |
| XYZ | 30.85 | 31.15 | 4.8 | - |
| YUV | 143.21 | 55.08 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 14 | 0 | 0.22 | 0.93 | 0.27 | 45.78 | 0.86 | 0.39 |
| Hex | BB | 92 | E | 0 | 16 | 5D | 1B | 2E | 56 | 27 |
| Octal | 273 | 222 | 16 | 0 | 26 | 135 | 33 | 56 | 126 | 47 |
| Binary | 10111011 | 10010010 | 1110 | 0 | 10110 | 1011101 | 11011 | 101110 | 1010110 | 100111 |
Color Harmonies of #BB920E
Complementary color
Monochromatic Colors of #BB920E
Black with #BB920E
Text Example
Text Example
White with #BB920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB920E; }
p { color: rgb(187,146,14); }
H1.HeaderClassName
{
color: #BB920E;
}
.AnyTagClassName
{
color: #BB920E;
}
</style>
background-color css
<style>
a { background-color: #BB920E; }
a { background-color: rgb(187,146,14); }
div.DivClassName
{
background-color: #BB920E;
}
.BgClassName
{
background-color: #BB920E;
}
</style>
border-color css
<style>
span { border-color: #BB920E; }
span { border-color: rgb(187,146,14); }
td.TdClassName
{
border-color: #BB920E;
}
.TagClassName
{
border-color: #BB920E;
}
</style>