Shades of Fallow #BA9969
Tints of Fallow #BA9969
RGB
CMYK
RGB Variations
Color information
#BA9969 (or 0xBA9969) is known color: Fallow. HEX triplet: BA, 99 and 69. RGB value is (186,153,105). Sum of RGB (Red+Green+Blue) = 186+153+105=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9969 is #456696. Grayscale: #9D9D9D. Windows color (decimal): -4548247 or 6920634. OLE color: 6920634.
HSL color Cylindrical-coordinate representation of color #BA9969: hue angle of 35.56º 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 #BA9969 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 105 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.27 |
| HSL | 35.56º | 0.37% | 0.57% | - |
| HSV(B) | 35.56º | 0.44% | 0.73% | - |
| XYZ | 34.19 | 34.24 | 18.17 | - |
| YUV | 157.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 105 | 0 | 0.18 | 0.44 | 0.27 | 35.56 | 0.37 | 0.57 |
| Hex | BA | 99 | 69 | 0 | 12 | 2C | 1B | 24 | 25 | 39 |
| Octal | 272 | 231 | 151 | 0 | 22 | 54 | 33 | 44 | 45 | 71 |
| Binary | 10111010 | 10011001 | 1101001 | 0 | 10010 | 101100 | 11011 | 100100 | 100101 | 111001 |
Color Harmonies of #BA9969
Complementary color
Monochromatic Colors of #BA9969
Black with #BA9969
Text Example
Text Example
White with #BA9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9969; }
p { color: rgb(186,153,105); }
H1.HeaderClassName
{
color: #BA9969;
}
.AnyTagClassName
{
color: #BA9969;
}
</style>
background-color css
<style>
a { background-color: #BA9969; }
a { background-color: rgb(186,153,105); }
div.DivClassName
{
background-color: #BA9969;
}
.BgClassName
{
background-color: #BA9969;
}
</style>
border-color css
<style>
span { border-color: #BA9969; }
span { border-color: rgb(186,153,105); }
td.TdClassName
{
border-color: #BA9969;
}
.TagClassName
{
border-color: #BA9969;
}
</style>