Shades of Tussock #BA9048
Tints of Tussock #BA9048
RGB
CMYK
RGB Variations
Color information
#BA9048 (or 0xBA9048) is known color: Tussock. HEX triplet: BA, 90 and 48. RGB value is (186,144,72). Sum of RGB (Red+Green+Blue) = 186+144+72=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9048 is #456FB7. Grayscale: #949494. Windows color (decimal): -4550584 or 4755642. OLE color: 4755642.
HSL color Cylindrical-coordinate representation of color #BA9048: hue angle of 37.89º 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 #BA9048 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 72 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.27 |
| HSL | 37.89º | 0.45% | 0.51% | - |
| HSV(B) | 37.89º | 0.61% | 0.73% | - |
| XYZ | 31.39 | 30.85 | 10.43 | - |
| YUV | 148.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 72 | 0 | 0.23 | 0.61 | 0.27 | 37.89 | 0.45 | 0.51 |
| Hex | BA | 90 | 48 | 0 | 17 | 3D | 1B | 26 | 2D | 33 |
| Octal | 272 | 220 | 110 | 0 | 27 | 75 | 33 | 46 | 55 | 63 |
| Binary | 10111010 | 10010000 | 1001000 | 0 | 10111 | 111101 | 11011 | 100110 | 101101 | 110011 |
Color Harmonies of #BA9048
Complementary color
Monochromatic Colors of #BA9048
Black with #BA9048
Text Example
Text Example
White with #BA9048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9048; }
p { color: rgb(186,144,72); }
H1.HeaderClassName
{
color: #BA9048;
}
.AnyTagClassName
{
color: #BA9048;
}
</style>
background-color css
<style>
a { background-color: #BA9048; }
a { background-color: rgb(186,144,72); }
div.DivClassName
{
background-color: #BA9048;
}
.BgClassName
{
background-color: #BA9048;
}
</style>
border-color css
<style>
span { border-color: #BA9048; }
span { border-color: rgb(186,144,72); }
td.TdClassName
{
border-color: #BA9048;
}
.TagClassName
{
border-color: #BA9048;
}
</style>