Shades of Tussock #BB884A
Tints of Tussock #BB884A
RGB
CMYK
RGB Variations
Color information
#BB884A (or 0xBB884A) is known color: Tussock. HEX triplet: BB, 88 and 4A. RGB value is (187,136,74). Sum of RGB (Red+Green+Blue) = 187+136+74=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB884A is #4477B5. Grayscale: #909090. Windows color (decimal): -4487094 or 4884667. OLE color: 4884667.
HSL color Cylindrical-coordinate representation of color #BB884A: hue angle of 32.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB884A is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 74 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.27 |
| HSL | 32.92º | 0.45% | 0.51% | - |
| HSV(B) | 32.92º | 0.6% | 0.73% | - |
| XYZ | 30.53 | 28.67 | 10.4 | - |
| YUV | 144.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 74 | 0 | 0.27 | 0.60 | 0.27 | 32.92 | 0.45 | 0.51 |
| Hex | BB | 88 | 4A | 0 | 1B | 3C | 1B | 21 | 2D | 33 |
| Octal | 273 | 210 | 112 | 0 | 33 | 74 | 33 | 41 | 55 | 63 |
| Binary | 10111011 | 10001000 | 1001010 | 0 | 11011 | 111100 | 11011 | 100001 | 101101 | 110011 |
Color Harmonies of #BB884A
Complementary color
Monochromatic Colors of #BB884A
Black with #BB884A
Text Example
Text Example
White with #BB884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB884A; }
p { color: rgb(187,136,74); }
H1.HeaderClassName
{
color: #BB884A;
}
.AnyTagClassName
{
color: #BB884A;
}
</style>
background-color css
<style>
a { background-color: #BB884A; }
a { background-color: rgb(187,136,74); }
div.DivClassName
{
background-color: #BB884A;
}
.BgClassName
{
background-color: #BB884A;
}
</style>
border-color css
<style>
span { border-color: #BB884A; }
span { border-color: rgb(187,136,74); }
td.TdClassName
{
border-color: #BB884A;
}
.TagClassName
{
border-color: #BB884A;
}
</style>