Shades of Tussock #B8884A
Tints of Tussock #B8884A
RGB
CMYK
RGB Variations
Color information
#B8884A (or 0xB8884A) is known color: Tussock. HEX triplet: B8, 88 and 4A. RGB value is (184,136,74). Sum of RGB (Red+Green+Blue) = 184+136+74=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8884A is #4777B5. Grayscale: #8F8F8F. Windows color (decimal): -4683702 or 4884664. OLE color: 4884664.
HSL color Cylindrical-coordinate representation of color #B8884A: hue angle of 33.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8884A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 74 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.28 |
| HSL | 33.82º | 0.44% | 0.51% | - |
| HSV(B) | 33.82º | 0.6% | 0.72% | - |
| XYZ | 29.81 | 28.29 | 10.37 | - |
| YUV | 143.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 74 | 0 | 0.26 | 0.60 | 0.28 | 33.82 | 0.44 | 0.51 |
| Hex | B8 | 88 | 4A | 0 | 1A | 3C | 1C | 22 | 2C | 33 |
| Octal | 270 | 210 | 112 | 0 | 32 | 74 | 34 | 42 | 54 | 63 |
| Binary | 10111000 | 10001000 | 1001010 | 0 | 11010 | 111100 | 11100 | 100010 | 101100 | 110011 |
Color Harmonies of #B8884A
Complementary color
Monochromatic Colors of #B8884A
Black with #B8884A
Text Example
Text Example
White with #B8884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8884A; }
p { color: rgb(184,136,74); }
H1.HeaderClassName
{
color: #B8884A;
}
.AnyTagClassName
{
color: #B8884A;
}
</style>
background-color css
<style>
a { background-color: #B8884A; }
a { background-color: rgb(184,136,74); }
div.DivClassName
{
background-color: #B8884A;
}
.BgClassName
{
background-color: #B8884A;
}
</style>
border-color css
<style>
span { border-color: #B8884A; }
span { border-color: rgb(184,136,74); }
td.TdClassName
{
border-color: #B8884A;
}
.TagClassName
{
border-color: #B8884A;
}
</style>