Shades of Tussock #BA904B
Tints of Tussock #BA904B
RGB
CMYK
RGB Variations
Color information
#BA904B (or 0xBA904B) is known color: Tussock. HEX triplet: BA, 90 and 4B. RGB value is (186,144,75). Sum of RGB (Red+Green+Blue) = 186+144+75=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA904B is #456FB4. Grayscale: #959595. Windows color (decimal): -4550581 or 4952250. OLE color: 4952250.
HSL color Cylindrical-coordinate representation of color #BA904B: hue angle of 37.3º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA904B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 75 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.27 |
| HSL | 37.3º | 0.45% | 0.51% | - |
| HSV(B) | 37.3º | 0.6% | 0.73% | - |
| XYZ | 31.49 | 30.89 | 10.96 | - |
| YUV | 148.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 75 | 0 | 0.23 | 0.60 | 0.27 | 37.3 | 0.45 | 0.51 |
| Hex | BA | 90 | 4B | 0 | 17 | 3C | 1B | 25 | 2D | 33 |
| Octal | 272 | 220 | 113 | 0 | 27 | 74 | 33 | 45 | 55 | 63 |
| Binary | 10111010 | 10010000 | 1001011 | 0 | 10111 | 111100 | 11011 | 100101 | 101101 | 110011 |
Color Harmonies of #BA904B
Complementary color
Monochromatic Colors of #BA904B
Black with #BA904B
Text Example
Text Example
White with #BA904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA904B; }
p { color: rgb(186,144,75); }
H1.HeaderClassName
{
color: #BA904B;
}
.AnyTagClassName
{
color: #BA904B;
}
</style>
background-color css
<style>
a { background-color: #BA904B; }
a { background-color: rgb(186,144,75); }
div.DivClassName
{
background-color: #BA904B;
}
.BgClassName
{
background-color: #BA904B;
}
</style>
border-color css
<style>
span { border-color: #BA904B; }
span { border-color: rgb(186,144,75); }
td.TdClassName
{
border-color: #BA904B;
}
.TagClassName
{
border-color: #BA904B;
}
</style>