Shades of Tussock #BA8F50
Tints of Tussock #BA8F50
RGB
CMYK
RGB Variations
Color information
#BA8F50 (or 0xBA8F50) is known color: Tussock. HEX triplet: BA, 8F and 50. RGB value is (186,143,80). Sum of RGB (Red+Green+Blue) = 186+143+80=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F50 is #4570AF. Grayscale: #949494. Windows color (decimal): -4550832 or 5279674. OLE color: 5279674.
HSL color Cylindrical-coordinate representation of color #BA8F50: hue angle of 35.66º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA8F50 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 80 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.27 |
| HSL | 35.66º | 0.43% | 0.52% | - |
| HSV(B) | 35.66º | 0.57% | 0.73% | - |
| XYZ | 31.52 | 30.66 | 11.85 | - |
| YUV | 148.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 80 | 0 | 0.23 | 0.57 | 0.27 | 35.66 | 0.43 | 0.52 |
| Hex | BA | 8F | 50 | 0 | 17 | 39 | 1B | 24 | 2B | 34 |
| Octal | 272 | 217 | 120 | 0 | 27 | 71 | 33 | 44 | 53 | 64 |
| Binary | 10111010 | 10001111 | 1010000 | 0 | 10111 | 111001 | 11011 | 100100 | 101011 | 110100 |
Color Harmonies of #BA8F50
Complementary color
Monochromatic Colors of #BA8F50
Black with #BA8F50
Text Example
Text Example
White with #BA8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F50; }
p { color: rgb(186,143,80); }
H1.HeaderClassName
{
color: #BA8F50;
}
.AnyTagClassName
{
color: #BA8F50;
}
</style>
background-color css
<style>
a { background-color: #BA8F50; }
a { background-color: rgb(186,143,80); }
div.DivClassName
{
background-color: #BA8F50;
}
.BgClassName
{
background-color: #BA8F50;
}
</style>
border-color css
<style>
span { border-color: #BA8F50; }
span { border-color: rgb(186,143,80); }
td.TdClassName
{
border-color: #BA8F50;
}
.TagClassName
{
border-color: #BA8F50;
}
</style>