Shades of Tussock #BA8F48
Tints of Tussock #BA8F48
RGB
CMYK
RGB Variations
Color information
#BA8F48 (or 0xBA8F48) is known color: Tussock. HEX triplet: BA, 8F and 48. RGB value is (186,143,72). Sum of RGB (Red+Green+Blue) = 186+143+72=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F48 is #4570B7. Grayscale: #949494. Windows color (decimal): -4550840 or 4755386. OLE color: 4755386.
HSL color Cylindrical-coordinate representation of color #BA8F48: hue angle of 37.37º 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 #BA8F48 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 72 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.27 |
| HSL | 37.37º | 0.45% | 0.51% | - |
| HSV(B) | 37.37º | 0.61% | 0.73% | - |
| XYZ | 31.24 | 30.55 | 10.38 | - |
| YUV | 147.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 72 | 0 | 0.23 | 0.61 | 0.27 | 37.37 | 0.45 | 0.51 |
| Hex | BA | 8F | 48 | 0 | 17 | 3D | 1B | 25 | 2D | 33 |
| Octal | 272 | 217 | 110 | 0 | 27 | 75 | 33 | 45 | 55 | 63 |
| Binary | 10111010 | 10001111 | 1001000 | 0 | 10111 | 111101 | 11011 | 100101 | 101101 | 110011 |
Color Harmonies of #BA8F48
Complementary color
Monochromatic Colors of #BA8F48
Black with #BA8F48
Text Example
Text Example
White with #BA8F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F48; }
p { color: rgb(186,143,72); }
H1.HeaderClassName
{
color: #BA8F48;
}
.AnyTagClassName
{
color: #BA8F48;
}
</style>
background-color css
<style>
a { background-color: #BA8F48; }
a { background-color: rgb(186,143,72); }
div.DivClassName
{
background-color: #BA8F48;
}
.BgClassName
{
background-color: #BA8F48;
}
</style>
border-color css
<style>
span { border-color: #BA8F48; }
span { border-color: rgb(186,143,72); }
td.TdClassName
{
border-color: #BA8F48;
}
.TagClassName
{
border-color: #BA8F48;
}
</style>