Shades of Tussock #BB884F
Tints of Tussock #BB884F
RGB
CMYK
RGB Variations
Color information
#BB884F (or 0xBB884F) is known color: Tussock. HEX triplet: BB, 88 and 4F. RGB value is (187,136,79). Sum of RGB (Red+Green+Blue) = 187+136+79=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB884F is #4477B0. Grayscale: #919191. Windows color (decimal): -4487089 or 5212347. OLE color: 5212347.
HSL color Cylindrical-coordinate representation of color #BB884F: hue angle of 31.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB884F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 79 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.27 |
| HSL | 31.67º | 0.44% | 0.52% | - |
| HSV(B) | 31.67º | 0.58% | 0.73% | - |
| XYZ | 30.71 | 28.74 | 11.33 | - |
| YUV | 144.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 79 | 0 | 0.27 | 0.58 | 0.27 | 31.67 | 0.44 | 0.52 |
| Hex | BB | 88 | 4F | 0 | 1B | 3A | 1B | 20 | 2C | 34 |
| Octal | 273 | 210 | 117 | 0 | 33 | 72 | 33 | 40 | 54 | 64 |
| Binary | 10111011 | 10001000 | 1001111 | 0 | 11011 | 111010 | 11011 | 100000 | 101100 | 110100 |
Color Harmonies of #BB884F
Complementary color
Monochromatic Colors of #BB884F
Black with #BB884F
Text Example
Text Example
White with #BB884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB884F; }
p { color: rgb(187,136,79); }
H1.HeaderClassName
{
color: #BB884F;
}
.AnyTagClassName
{
color: #BB884F;
}
</style>
background-color css
<style>
a { background-color: #BB884F; }
a { background-color: rgb(187,136,79); }
div.DivClassName
{
background-color: #BB884F;
}
.BgClassName
{
background-color: #BB884F;
}
</style>
border-color css
<style>
span { border-color: #BB884F; }
span { border-color: rgb(187,136,79); }
td.TdClassName
{
border-color: #BB884F;
}
.TagClassName
{
border-color: #BB884F;
}
</style>