Shades of Fallow #BA9069
Tints of Fallow #BA9069
RGB
CMYK
RGB Variations
Color information
#BA9069 (or 0xBA9069) is known color: Fallow. HEX triplet: BA, 90 and 69. RGB value is (186,144,105). Sum of RGB (Red+Green+Blue) = 186+144+105=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9069 is #456F96. Grayscale: #989898. Windows color (decimal): -4550551 or 6918330. OLE color: 6918330.
HSL color Cylindrical-coordinate representation of color #BA9069: hue angle of 28.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA9069 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 105 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.27 |
| HSL | 28.89º | 0.37% | 0.57% | - |
| HSV(B) | 28.89º | 0.44% | 0.73% | - |
| XYZ | 32.77 | 31.41 | 17.7 | - |
| YUV | 152.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 105 | 0 | 0.23 | 0.44 | 0.27 | 28.89 | 0.37 | 0.57 |
| Hex | BA | 90 | 69 | 0 | 17 | 2C | 1B | 1D | 25 | 39 |
| Octal | 272 | 220 | 151 | 0 | 27 | 54 | 33 | 35 | 45 | 71 |
| Binary | 10111010 | 10010000 | 1101001 | 0 | 10111 | 101100 | 11011 | 11101 | 100101 | 111001 |
Color Harmonies of #BA9069
Complementary color
Monochromatic Colors of #BA9069
Black with #BA9069
Text Example
Text Example
White with #BA9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9069; }
p { color: rgb(186,144,105); }
H1.HeaderClassName
{
color: #BA9069;
}
.AnyTagClassName
{
color: #BA9069;
}
</style>
background-color css
<style>
a { background-color: #BA9069; }
a { background-color: rgb(186,144,105); }
div.DivClassName
{
background-color: #BA9069;
}
.BgClassName
{
background-color: #BA9069;
}
</style>
border-color css
<style>
span { border-color: #BA9069; }
span { border-color: rgb(186,144,105); }
td.TdClassName
{
border-color: #BA9069;
}
.TagClassName
{
border-color: #BA9069;
}
</style>