Shades of Dark Goldenrod #BB7111
Tints of Dark Goldenrod #BB7111
RGB
CMYK
RGB Variations
Color information
#BB7111 (or 0xBB7111) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 11. RGB value is (187,113,17). Sum of RGB (Red+Green+Blue) = 187+113+17=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7111 is #448EEE. Grayscale: #7C7C7C. Windows color (decimal): -4493039 or 1143227. OLE color: 1143227.
HSL color Cylindrical-coordinate representation of color #BB7111: hue angle of 33.88º degrees, saturation: 0.83, 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 #BB7111 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.27 |
| HSL | 33.88º | 0.83% | 0.4% | - |
| HSV(B) | 33.88º | 0.91% | 0.73% | - |
| XYZ | 26.5 | 22.42 | 3.46 | - |
| YUV | 124.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 17 | 0 | 0.40 | 0.91 | 0.27 | 33.88 | 0.83 | 0.4 |
| Hex | BB | 71 | 11 | 0 | 28 | 5B | 1B | 22 | 53 | 28 |
| Octal | 273 | 161 | 21 | 0 | 50 | 133 | 33 | 42 | 123 | 50 |
| Binary | 10111011 | 1110001 | 10001 | 0 | 101000 | 1011011 | 11011 | 100010 | 1010011 | 101000 |
Color Harmonies of #BB7111
Complementary color
Monochromatic Colors of #BB7111
Black with #BB7111
Text Example
Text Example
White with #BB7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7111; }
p { color: rgb(187,113,17); }
H1.HeaderClassName
{
color: #BB7111;
}
.AnyTagClassName
{
color: #BB7111;
}
</style>
background-color css
<style>
a { background-color: #BB7111; }
a { background-color: rgb(187,113,17); }
div.DivClassName
{
background-color: #BB7111;
}
.BgClassName
{
background-color: #BB7111;
}
</style>
border-color css
<style>
span { border-color: #BB7111; }
span { border-color: rgb(187,113,17); }
td.TdClassName
{
border-color: #BB7111;
}
.TagClassName
{
border-color: #BB7111;
}
</style>