Shades of Tussock #B8884D
Tints of Tussock #B8884D
RGB
CMYK
RGB Variations
Color information
#B8884D (or 0xB8884D) is known color: Tussock. HEX triplet: B8, 88 and 4D. RGB value is (184,136,77). Sum of RGB (Red+Green+Blue) = 184+136+77=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8884D is #4777B2. Grayscale: #8F8F8F. Windows color (decimal): -4683699 or 5081272. OLE color: 5081272.
HSL color Cylindrical-coordinate representation of color #B8884D: hue angle of 33.08º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8884D is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 77 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.28 |
| HSL | 33.08º | 0.43% | 0.51% | - |
| HSV(B) | 33.08º | 0.58% | 0.72% | - |
| XYZ | 29.91 | 28.33 | 10.91 | - |
| YUV | 143.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 77 | 0 | 0.26 | 0.58 | 0.28 | 33.08 | 0.43 | 0.51 |
| Hex | B8 | 88 | 4D | 0 | 1A | 3A | 1C | 21 | 2B | 33 |
| Octal | 270 | 210 | 115 | 0 | 32 | 72 | 34 | 41 | 53 | 63 |
| Binary | 10111000 | 10001000 | 1001101 | 0 | 11010 | 111010 | 11100 | 100001 | 101011 | 110011 |
Color Harmonies of #B8884D
Complementary color
Monochromatic Colors of #B8884D
Black with #B8884D
Text Example
Text Example
White with #B8884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8884D; }
p { color: rgb(184,136,77); }
H1.HeaderClassName
{
color: #B8884D;
}
.AnyTagClassName
{
color: #B8884D;
}
</style>
background-color css
<style>
a { background-color: #B8884D; }
a { background-color: rgb(184,136,77); }
div.DivClassName
{
background-color: #B8884D;
}
.BgClassName
{
background-color: #B8884D;
}
</style>
border-color css
<style>
span { border-color: #B8884D; }
span { border-color: rgb(184,136,77); }
td.TdClassName
{
border-color: #B8884D;
}
.TagClassName
{
border-color: #B8884D;
}
</style>