Shades of Tussock #BA8F4C
Tints of Tussock #BA8F4C
RGB
CMYK
RGB Variations
Color information
#BA8F4C (or 0xBA8F4C) is known color: Tussock. HEX triplet: BA, 8F and 4C. RGB value is (186,143,76). Sum of RGB (Red+Green+Blue) = 186+143+76=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F4C is #4570B3. Grayscale: #949494. Windows color (decimal): -4550836 or 5017530. OLE color: 5017530.
HSL color Cylindrical-coordinate representation of color #BA8F4C: hue angle of 36.55º 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 #BA8F4C is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 76 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.27 |
| HSL | 36.55º | 0.44% | 0.51% | - |
| HSV(B) | 36.55º | 0.59% | 0.73% | - |
| XYZ | 31.38 | 30.61 | 11.09 | - |
| YUV | 148.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 76 | 0 | 0.23 | 0.59 | 0.27 | 36.55 | 0.44 | 0.51 |
| Hex | BA | 8F | 4C | 0 | 17 | 3B | 1B | 25 | 2C | 33 |
| Octal | 272 | 217 | 114 | 0 | 27 | 73 | 33 | 45 | 54 | 63 |
| Binary | 10111010 | 10001111 | 1001100 | 0 | 10111 | 111011 | 11011 | 100101 | 101100 | 110011 |
Color Harmonies of #BA8F4C
Complementary color
Monochromatic Colors of #BA8F4C
Black with #BA8F4C
Text Example
Text Example
White with #BA8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F4C; }
p { color: rgb(186,143,76); }
H1.HeaderClassName
{
color: #BA8F4C;
}
.AnyTagClassName
{
color: #BA8F4C;
}
</style>
background-color css
<style>
a { background-color: #BA8F4C; }
a { background-color: rgb(186,143,76); }
div.DivClassName
{
background-color: #BA8F4C;
}
.BgClassName
{
background-color: #BA8F4C;
}
</style>
border-color css
<style>
span { border-color: #BA8F4C; }
span { border-color: rgb(186,143,76); }
td.TdClassName
{
border-color: #BA8F4C;
}
.TagClassName
{
border-color: #BA8F4C;
}
</style>