Shades of Tussock #BA8C48
Tints of Tussock #BA8C48
RGB
CMYK
RGB Variations
Color information
#BA8C48 (or 0xBA8C48) is known color: Tussock. HEX triplet: BA, 8C and 48. RGB value is (186,140,72). Sum of RGB (Red+Green+Blue) = 186+140+72=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C48 is #4573B7. Grayscale: #929292. Windows color (decimal): -4551608 or 4754618. OLE color: 4754618.
HSL color Cylindrical-coordinate representation of color #BA8C48: hue angle of 35.79º 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 #BA8C48 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 72 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.27 |
| HSL | 35.79º | 0.45% | 0.51% | - |
| HSV(B) | 35.79º | 0.61% | 0.73% | - |
| XYZ | 30.8 | 29.66 | 10.23 | - |
| YUV | 146 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 72 | 0 | 0.25 | 0.61 | 0.27 | 35.79 | 0.45 | 0.51 |
| Hex | BA | 8C | 48 | 0 | 19 | 3D | 1B | 24 | 2D | 33 |
| Octal | 272 | 214 | 110 | 0 | 31 | 75 | 33 | 44 | 55 | 63 |
| Binary | 10111010 | 10001100 | 1001000 | 0 | 11001 | 111101 | 11011 | 100100 | 101101 | 110011 |
Color Harmonies of #BA8C48
Complementary color
Monochromatic Colors of #BA8C48
Black with #BA8C48
Text Example
Text Example
White with #BA8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C48; }
p { color: rgb(186,140,72); }
H1.HeaderClassName
{
color: #BA8C48;
}
.AnyTagClassName
{
color: #BA8C48;
}
</style>
background-color css
<style>
a { background-color: #BA8C48; }
a { background-color: rgb(186,140,72); }
div.DivClassName
{
background-color: #BA8C48;
}
.BgClassName
{
background-color: #BA8C48;
}
</style>
border-color css
<style>
span { border-color: #BA8C48; }
span { border-color: rgb(186,140,72); }
td.TdClassName
{
border-color: #BA8C48;
}
.TagClassName
{
border-color: #BA8C48;
}
</style>