Shades of Dark Goldenrod #BB7110
Tints of Dark Goldenrod #BB7110
RGB
CMYK
RGB Variations
Color information
#BB7110 (or 0xBB7110) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 10. RGB value is (187,113,16). Sum of RGB (Red+Green+Blue) = 187+113+16=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7110 is #448EEF. Grayscale: #7C7C7C. Windows color (decimal): -4493040 or 1077691. OLE color: 1077691.
HSL color Cylindrical-coordinate representation of color #BB7110: hue angle of 34.04º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB7110 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 16 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.27 |
| HSL | 34.04º | 0.84% | 0.4% | - |
| HSV(B) | 34.04º | 0.91% | 0.73% | - |
| XYZ | 26.49 | 22.41 | 3.42 | - |
| YUV | 124.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 16 | 0 | 0.40 | 0.91 | 0.27 | 34.04 | 0.84 | 0.4 |
| Hex | BB | 71 | 10 | 0 | 28 | 5B | 1B | 22 | 54 | 28 |
| Octal | 273 | 161 | 20 | 0 | 50 | 133 | 33 | 42 | 124 | 50 |
| Binary | 10111011 | 1110001 | 10000 | 0 | 101000 | 1011011 | 11011 | 100010 | 1010100 | 101000 |
Color Harmonies of #BB7110
Complementary color
Monochromatic Colors of #BB7110
Black with #BB7110
Text Example
Text Example
White with #BB7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7110; }
p { color: rgb(187,113,16); }
H1.HeaderClassName
{
color: #BB7110;
}
.AnyTagClassName
{
color: #BB7110;
}
</style>
background-color css
<style>
a { background-color: #BB7110; }
a { background-color: rgb(187,113,16); }
div.DivClassName
{
background-color: #BB7110;
}
.BgClassName
{
background-color: #BB7110;
}
</style>
border-color css
<style>
span { border-color: #BB7110; }
span { border-color: rgb(187,113,16); }
td.TdClassName
{
border-color: #BB7110;
}
.TagClassName
{
border-color: #BB7110;
}
</style>