Shades of Tussock #BA8B48
Tints of Tussock #BA8B48
RGB
CMYK
RGB Variations
Color information
#BA8B48 (or 0xBA8B48) is known color: Tussock. HEX triplet: BA, 8B and 48. RGB value is (186,139,72). Sum of RGB (Red+Green+Blue) = 186+139+72=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B48 is #4574B7. Grayscale: #919191. Windows color (decimal): -4551864 or 4754362. OLE color: 4754362.
HSL color Cylindrical-coordinate representation of color #BA8B48: hue angle of 35.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8B48 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 72 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.27 |
| HSL | 35.26º | 0.45% | 0.51% | - |
| HSV(B) | 35.26º | 0.61% | 0.73% | - |
| XYZ | 30.65 | 29.37 | 10.18 | - |
| YUV | 145.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 72 | 0 | 0.25 | 0.61 | 0.27 | 35.26 | 0.45 | 0.51 |
| Hex | BA | 8B | 48 | 0 | 19 | 3D | 1B | 23 | 2D | 33 |
| Octal | 272 | 213 | 110 | 0 | 31 | 75 | 33 | 43 | 55 | 63 |
| Binary | 10111010 | 10001011 | 1001000 | 0 | 11001 | 111101 | 11011 | 100011 | 101101 | 110011 |
Color Harmonies of #BA8B48
Complementary color
Monochromatic Colors of #BA8B48
Black with #BA8B48
Text Example
Text Example
White with #BA8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B48; }
p { color: rgb(186,139,72); }
H1.HeaderClassName
{
color: #BA8B48;
}
.AnyTagClassName
{
color: #BA8B48;
}
</style>
background-color css
<style>
a { background-color: #BA8B48; }
a { background-color: rgb(186,139,72); }
div.DivClassName
{
background-color: #BA8B48;
}
.BgClassName
{
background-color: #BA8B48;
}
</style>
border-color css
<style>
span { border-color: #BA8B48; }
span { border-color: rgb(186,139,72); }
td.TdClassName
{
border-color: #BA8B48;
}
.TagClassName
{
border-color: #BA8B48;
}
</style>