Shades of Tussock #BA8847
Tints of Tussock #BA8847
RGB
CMYK
RGB Variations
Color information
#BA8847 (or 0xBA8847) is known color: Tussock. HEX triplet: BA, 88 and 47. RGB value is (186,136,71). Sum of RGB (Red+Green+Blue) = 186+136+71=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8847 is #4577B8. Grayscale: #8F8F8F. Windows color (decimal): -4552633 or 4688058. OLE color: 4688058.
HSL color Cylindrical-coordinate representation of color #BA8847: hue angle of 33.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA8847 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 71 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.27 |
| HSL | 33.91º | 0.45% | 0.5% | - |
| HSV(B) | 33.91º | 0.62% | 0.73% | - |
| XYZ | 30.19 | 28.5 | 9.87 | - |
| YUV | 143.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 71 | 0 | 0.27 | 0.62 | 0.27 | 33.91 | 0.45 | 0.5 |
| Hex | BA | 88 | 47 | 0 | 1B | 3E | 1B | 22 | 2D | 32 |
| Octal | 272 | 210 | 107 | 0 | 33 | 76 | 33 | 42 | 55 | 62 |
| Binary | 10111010 | 10001000 | 1000111 | 0 | 11011 | 111110 | 11011 | 100010 | 101101 | 110010 |
Color Harmonies of #BA8847
Complementary color
Monochromatic Colors of #BA8847
Black with #BA8847
Text Example
Text Example
White with #BA8847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8847; }
p { color: rgb(186,136,71); }
H1.HeaderClassName
{
color: #BA8847;
}
.AnyTagClassName
{
color: #BA8847;
}
</style>
background-color css
<style>
a { background-color: #BA8847; }
a { background-color: rgb(186,136,71); }
div.DivClassName
{
background-color: #BA8847;
}
.BgClassName
{
background-color: #BA8847;
}
</style>
border-color css
<style>
span { border-color: #BA8847; }
span { border-color: rgb(186,136,71); }
td.TdClassName
{
border-color: #BA8847;
}
.TagClassName
{
border-color: #BA8847;
}
</style>