Shades of Tussock #BA8F47
Tints of Tussock #BA8F47
RGB
CMYK
RGB Variations
Color information
#BA8F47 (or 0xBA8F47) is known color: Tussock. HEX triplet: BA, 8F and 47. RGB value is (186,143,71). Sum of RGB (Red+Green+Blue) = 186+143+71=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F47 is #4570B8. Grayscale: #939393. Windows color (decimal): -4550841 or 4689850. OLE color: 4689850.
HSL color Cylindrical-coordinate representation of color #BA8F47: hue angle of 37.57º 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 #BA8F47 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 71 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.27 |
| HSL | 37.57º | 0.45% | 0.5% | - |
| HSV(B) | 37.57º | 0.62% | 0.73% | - |
| XYZ | 31.21 | 30.54 | 10.21 | - |
| YUV | 147.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 71 | 0 | 0.23 | 0.62 | 0.27 | 37.57 | 0.45 | 0.5 |
| Hex | BA | 8F | 47 | 0 | 17 | 3E | 1B | 26 | 2D | 32 |
| Octal | 272 | 217 | 107 | 0 | 27 | 76 | 33 | 46 | 55 | 62 |
| Binary | 10111010 | 10001111 | 1000111 | 0 | 10111 | 111110 | 11011 | 100110 | 101101 | 110010 |
Color Harmonies of #BA8F47
Complementary color
Monochromatic Colors of #BA8F47
Black with #BA8F47
Text Example
Text Example
White with #BA8F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F47; }
p { color: rgb(186,143,71); }
H1.HeaderClassName
{
color: #BA8F47;
}
.AnyTagClassName
{
color: #BA8F47;
}
</style>
background-color css
<style>
a { background-color: #BA8F47; }
a { background-color: rgb(186,143,71); }
div.DivClassName
{
background-color: #BA8F47;
}
.BgClassName
{
background-color: #BA8F47;
}
</style>
border-color css
<style>
span { border-color: #BA8F47; }
span { border-color: rgb(186,143,71); }
td.TdClassName
{
border-color: #BA8F47;
}
.TagClassName
{
border-color: #BA8F47;
}
</style>