Shades of Tussock #B8884B
Tints of Tussock #B8884B
RGB
CMYK
RGB Variations
Color information
#B8884B (or 0xB8884B) is known color: Tussock. HEX triplet: B8, 88 and 4B. RGB value is (184,136,75). Sum of RGB (Red+Green+Blue) = 184+136+75=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8884B is #4777B4. Grayscale: #8F8F8F. Windows color (decimal): -4683701 or 4950200. OLE color: 4950200.
HSL color Cylindrical-coordinate representation of color #B8884B: hue angle of 33.58º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8884B is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 75 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.28 |
| HSL | 33.58º | 0.43% | 0.51% | - |
| HSV(B) | 33.58º | 0.59% | 0.72% | - |
| XYZ | 29.84 | 28.31 | 10.55 | - |
| YUV | 143.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 75 | 0 | 0.26 | 0.59 | 0.28 | 33.58 | 0.43 | 0.51 |
| Hex | B8 | 88 | 4B | 0 | 1A | 3B | 1C | 22 | 2B | 33 |
| Octal | 270 | 210 | 113 | 0 | 32 | 73 | 34 | 42 | 53 | 63 |
| Binary | 10111000 | 10001000 | 1001011 | 0 | 11010 | 111011 | 11100 | 100010 | 101011 | 110011 |
Color Harmonies of #B8884B
Complementary color
Monochromatic Colors of #B8884B
Black with #B8884B
Text Example
Text Example
White with #B8884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8884B; }
p { color: rgb(184,136,75); }
H1.HeaderClassName
{
color: #B8884B;
}
.AnyTagClassName
{
color: #B8884B;
}
</style>
background-color css
<style>
a { background-color: #B8884B; }
a { background-color: rgb(184,136,75); }
div.DivClassName
{
background-color: #B8884B;
}
.BgClassName
{
background-color: #B8884B;
}
</style>
border-color css
<style>
span { border-color: #B8884B; }
span { border-color: rgb(184,136,75); }
td.TdClassName
{
border-color: #B8884B;
}
.TagClassName
{
border-color: #B8884B;
}
</style>