Shades of Tussock #BB884E
Tints of Tussock #BB884E
RGB
CMYK
RGB Variations
Color information
#BB884E (or 0xBB884E) is known color: Tussock. HEX triplet: BB, 88 and 4E. RGB value is (187,136,78). Sum of RGB (Red+Green+Blue) = 187+136+78=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB884E is #4477B1. Grayscale: #909090. Windows color (decimal): -4487090 or 5146811. OLE color: 5146811.
HSL color Cylindrical-coordinate representation of color #BB884E: hue angle of 31.93º 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 #BB884E is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 78 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.27 |
| HSL | 31.93º | 0.44% | 0.52% | - |
| HSV(B) | 31.93º | 0.58% | 0.73% | - |
| XYZ | 30.67 | 28.72 | 11.14 | - |
| YUV | 144.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 78 | 0 | 0.27 | 0.58 | 0.27 | 31.93 | 0.44 | 0.52 |
| Hex | BB | 88 | 4E | 0 | 1B | 3A | 1B | 20 | 2C | 34 |
| Octal | 273 | 210 | 116 | 0 | 33 | 72 | 33 | 40 | 54 | 64 |
| Binary | 10111011 | 10001000 | 1001110 | 0 | 11011 | 111010 | 11011 | 100000 | 101100 | 110100 |
Color Harmonies of #BB884E
Complementary color
Monochromatic Colors of #BB884E
Black with #BB884E
Text Example
Text Example
White with #BB884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB884E; }
p { color: rgb(187,136,78); }
H1.HeaderClassName
{
color: #BB884E;
}
.AnyTagClassName
{
color: #BB884E;
}
</style>
background-color css
<style>
a { background-color: #BB884E; }
a { background-color: rgb(187,136,78); }
div.DivClassName
{
background-color: #BB884E;
}
.BgClassName
{
background-color: #BB884E;
}
</style>
border-color css
<style>
span { border-color: #BB884E; }
span { border-color: rgb(187,136,78); }
td.TdClassName
{
border-color: #BB884E;
}
.TagClassName
{
border-color: #BB884E;
}
</style>