Shades of Tussock #BA8B4D
Tints of Tussock #BA8B4D
RGB
CMYK
RGB Variations
Color information
#BA8B4D (or 0xBA8B4D) is known color: Tussock. HEX triplet: BA, 8B and 4D. RGB value is (186,139,77). Sum of RGB (Red+Green+Blue) = 186+139+77=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B4D is #4574B2. Grayscale: #929292. Windows color (decimal): -4551859 or 5082042. OLE color: 5082042.
HSL color Cylindrical-coordinate representation of color #BA8B4D: hue angle of 34.13º 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 #BA8B4D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 77 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.27 |
| HSL | 34.13º | 0.44% | 0.52% | - |
| HSV(B) | 34.13º | 0.59% | 0.73% | - |
| XYZ | 30.82 | 29.44 | 11.08 | - |
| YUV | 145.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 77 | 0 | 0.25 | 0.59 | 0.27 | 34.13 | 0.44 | 0.52 |
| Hex | BA | 8B | 4D | 0 | 19 | 3B | 1B | 22 | 2C | 34 |
| Octal | 272 | 213 | 115 | 0 | 31 | 73 | 33 | 42 | 54 | 64 |
| Binary | 10111010 | 10001011 | 1001101 | 0 | 11001 | 111011 | 11011 | 100010 | 101100 | 110100 |
Color Harmonies of #BA8B4D
Complementary color
Monochromatic Colors of #BA8B4D
Black with #BA8B4D
Text Example
Text Example
White with #BA8B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B4D; }
p { color: rgb(186,139,77); }
H1.HeaderClassName
{
color: #BA8B4D;
}
.AnyTagClassName
{
color: #BA8B4D;
}
</style>
background-color css
<style>
a { background-color: #BA8B4D; }
a { background-color: rgb(186,139,77); }
div.DivClassName
{
background-color: #BA8B4D;
}
.BgClassName
{
background-color: #BA8B4D;
}
</style>
border-color css
<style>
span { border-color: #BA8B4D; }
span { border-color: rgb(186,139,77); }
td.TdClassName
{
border-color: #BA8B4D;
}
.TagClassName
{
border-color: #BA8B4D;
}
</style>