Shades of Fallow #BA9569
Tints of Fallow #BA9569
RGB
CMYK
RGB Variations
Color information
#BA9569 (or 0xBA9569) is known color: Fallow. HEX triplet: BA, 95 and 69. RGB value is (186,149,105). Sum of RGB (Red+Green+Blue) = 186+149+105=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9569 is #456A96. Grayscale: #9B9B9B. Windows color (decimal): -4549271 or 6919610. OLE color: 6919610.
HSL color Cylindrical-coordinate representation of color #BA9569: hue angle of 32.59º 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 #BA9569 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 105 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.27 |
| HSL | 32.59º | 0.37% | 0.57% | - |
| HSV(B) | 32.59º | 0.44% | 0.73% | - |
| XYZ | 33.55 | 32.95 | 17.96 | - |
| YUV | 155.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 105 | 0 | 0.20 | 0.44 | 0.27 | 32.59 | 0.37 | 0.57 |
| Hex | BA | 95 | 69 | 0 | 14 | 2C | 1B | 21 | 25 | 39 |
| Octal | 272 | 225 | 151 | 0 | 24 | 54 | 33 | 41 | 45 | 71 |
| Binary | 10111010 | 10010101 | 1101001 | 0 | 10100 | 101100 | 11011 | 100001 | 100101 | 111001 |
Color Harmonies of #BA9569
Complementary color
Monochromatic Colors of #BA9569
Black with #BA9569
Text Example
Text Example
White with #BA9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9569; }
p { color: rgb(186,149,105); }
H1.HeaderClassName
{
color: #BA9569;
}
.AnyTagClassName
{
color: #BA9569;
}
</style>
background-color css
<style>
a { background-color: #BA9569; }
a { background-color: rgb(186,149,105); }
div.DivClassName
{
background-color: #BA9569;
}
.BgClassName
{
background-color: #BA9569;
}
</style>
border-color css
<style>
span { border-color: #BA9569; }
span { border-color: rgb(186,149,105); }
td.TdClassName
{
border-color: #BA9569;
}
.TagClassName
{
border-color: #BA9569;
}
</style>