Shades of Tussock #B8864D
Tints of Tussock #B8864D
RGB
CMYK
RGB Variations
Color information
#B8864D (or 0xB8864D) is known color: Tussock. HEX triplet: B8, 86 and 4D. RGB value is (184,134,77). Sum of RGB (Red+Green+Blue) = 184+134+77=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8864D is #4779B2. Grayscale: #8E8E8E. Windows color (decimal): -4684211 or 5080760. OLE color: 5080760.
HSL color Cylindrical-coordinate representation of color #B8864D: hue angle of 31.96º 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 #B8864D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 77 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.28 |
| HSL | 31.96º | 0.43% | 0.51% | - |
| HSV(B) | 31.96º | 0.58% | 0.72% | - |
| XYZ | 29.63 | 27.78 | 10.82 | - |
| YUV | 142.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 77 | 0 | 0.27 | 0.58 | 0.28 | 31.96 | 0.43 | 0.51 |
| Hex | B8 | 86 | 4D | 0 | 1B | 3A | 1C | 20 | 2B | 33 |
| Octal | 270 | 206 | 115 | 0 | 33 | 72 | 34 | 40 | 53 | 63 |
| Binary | 10111000 | 10000110 | 1001101 | 0 | 11011 | 111010 | 11100 | 100000 | 101011 | 110011 |
Color Harmonies of #B8864D
Complementary color
Monochromatic Colors of #B8864D
Black with #B8864D
Text Example
Text Example
White with #B8864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8864D; }
p { color: rgb(184,134,77); }
H1.HeaderClassName
{
color: #B8864D;
}
.AnyTagClassName
{
color: #B8864D;
}
</style>
background-color css
<style>
a { background-color: #B8864D; }
a { background-color: rgb(184,134,77); }
div.DivClassName
{
background-color: #B8864D;
}
.BgClassName
{
background-color: #B8864D;
}
</style>
border-color css
<style>
span { border-color: #B8864D; }
span { border-color: rgb(184,134,77); }
td.TdClassName
{
border-color: #B8864D;
}
.TagClassName
{
border-color: #B8864D;
}
</style>