Shades of Tussock #BA864D
Tints of Tussock #BA864D
RGB
CMYK
RGB Variations
Color information
#BA864D (or 0xBA864D) is known color: Tussock. HEX triplet: BA, 86 and 4D. RGB value is (186,134,77). Sum of RGB (Red+Green+Blue) = 186+134+77=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA864D is #4579B2. Grayscale: #8F8F8F. Windows color (decimal): -4553139 or 5080762. OLE color: 5080762.
HSL color Cylindrical-coordinate representation of color #BA864D: hue angle of 31.38º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA864D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 77 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.27 |
| HSL | 31.38º | 0.44% | 0.52% | - |
| HSV(B) | 31.38º | 0.59% | 0.73% | - |
| XYZ | 30.11 | 28.03 | 10.84 | - |
| YUV | 143.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 77 | 0 | 0.28 | 0.59 | 0.27 | 31.38 | 0.44 | 0.52 |
| Hex | BA | 86 | 4D | 0 | 1C | 3B | 1B | 1F | 2C | 34 |
| Octal | 272 | 206 | 115 | 0 | 34 | 73 | 33 | 37 | 54 | 64 |
| Binary | 10111010 | 10000110 | 1001101 | 0 | 11100 | 111011 | 11011 | 11111 | 101100 | 110100 |
Color Harmonies of #BA864D
Complementary color
Monochromatic Colors of #BA864D
Black with #BA864D
Text Example
Text Example
White with #BA864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA864D; }
p { color: rgb(186,134,77); }
H1.HeaderClassName
{
color: #BA864D;
}
.AnyTagClassName
{
color: #BA864D;
}
</style>
background-color css
<style>
a { background-color: #BA864D; }
a { background-color: rgb(186,134,77); }
div.DivClassName
{
background-color: #BA864D;
}
.BgClassName
{
background-color: #BA864D;
}
</style>
border-color css
<style>
span { border-color: #BA864D; }
span { border-color: rgb(186,134,77); }
td.TdClassName
{
border-color: #BA864D;
}
.TagClassName
{
border-color: #BA864D;
}
</style>