Shades of Dark Goldenrod #BB800B
Tints of Dark Goldenrod #BB800B
RGB
CMYK
RGB Variations
Color information
#BB800B (or 0xBB800B) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 0B. RGB value is (187,128,11). Sum of RGB (Red+Green+Blue) = 187+128+11=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB800B is #447FF4. Grayscale: #848484. Windows color (decimal): -4489205 or 753851. OLE color: 753851.
HSL color Cylindrical-coordinate representation of color #BB800B: hue angle of 39.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB800B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.27 |
| HSL | 39.89º | 0.89% | 0.39% | - |
| HSV(B) | 39.89º | 0.94% | 0.73% | - |
| XYZ | 28.27 | 26.03 | 3.85 | - |
| YUV | 132.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 11 | 0 | 0.32 | 0.94 | 0.27 | 39.89 | 0.89 | 0.39 |
| Hex | BB | 80 | B | 0 | 20 | 5E | 1B | 28 | 59 | 27 |
| Octal | 273 | 200 | 13 | 0 | 40 | 136 | 33 | 50 | 131 | 47 |
| Binary | 10111011 | 10000000 | 1011 | 0 | 100000 | 1011110 | 11011 | 101000 | 1011001 | 100111 |
Color Harmonies of #BB800B
Complementary color
Monochromatic Colors of #BB800B
Black with #BB800B
Text Example
Text Example
White with #BB800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB800B; }
p { color: rgb(187,128,11); }
H1.HeaderClassName
{
color: #BB800B;
}
.AnyTagClassName
{
color: #BB800B;
}
</style>
background-color css
<style>
a { background-color: #BB800B; }
a { background-color: rgb(187,128,11); }
div.DivClassName
{
background-color: #BB800B;
}
.BgClassName
{
background-color: #BB800B;
}
</style>
border-color css
<style>
span { border-color: #BB800B; }
span { border-color: rgb(187,128,11); }
td.TdClassName
{
border-color: #BB800B;
}
.TagClassName
{
border-color: #BB800B;
}
</style>