Shades of Tussock #BA854C
Tints of Tussock #BA854C
RGB
CMYK
RGB Variations
Color information
#BA854C (or 0xBA854C) is known color: Tussock. HEX triplet: BA, 85 and 4C. RGB value is (186,133,76). Sum of RGB (Red+Green+Blue) = 186+133+76=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA854C is #457AB3. Grayscale: #8E8E8E. Windows color (decimal): -4553396 or 5014970. OLE color: 5014970.
HSL color Cylindrical-coordinate representation of color #BA854C: hue angle of 31.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA854C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 76 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.27 |
| HSL | 31.09º | 0.44% | 0.51% | - |
| HSV(B) | 31.09º | 0.59% | 0.73% | - |
| XYZ | 29.94 | 27.74 | 10.61 | - |
| YUV | 142.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 76 | 0 | 0.28 | 0.59 | 0.27 | 31.09 | 0.44 | 0.51 |
| Hex | BA | 85 | 4C | 0 | 1C | 3B | 1B | 1F | 2C | 33 |
| Octal | 272 | 205 | 114 | 0 | 34 | 73 | 33 | 37 | 54 | 63 |
| Binary | 10111010 | 10000101 | 1001100 | 0 | 11100 | 111011 | 11011 | 11111 | 101100 | 110011 |
Color Harmonies of #BA854C
Complementary color
Monochromatic Colors of #BA854C
Black with #BA854C
Text Example
Text Example
White with #BA854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA854C; }
p { color: rgb(186,133,76); }
H1.HeaderClassName
{
color: #BA854C;
}
.AnyTagClassName
{
color: #BA854C;
}
</style>
background-color css
<style>
a { background-color: #BA854C; }
a { background-color: rgb(186,133,76); }
div.DivClassName
{
background-color: #BA854C;
}
.BgClassName
{
background-color: #BA854C;
}
</style>
border-color css
<style>
span { border-color: #BA854C; }
span { border-color: rgb(186,133,76); }
td.TdClassName
{
border-color: #BA854C;
}
.TagClassName
{
border-color: #BA854C;
}
</style>