Shades of Fallow #BA9C65
Tints of Fallow #BA9C65
RGB
CMYK
RGB Variations
Color information
#BA9C65 (or 0xBA9C65) is known color: Fallow. HEX triplet: BA, 9C and 65. RGB value is (186,156,101). Sum of RGB (Red+Green+Blue) = 186+156+101=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C65 is #45639A. Grayscale: #9E9E9E. Windows color (decimal): -4547483 or 6659258. OLE color: 6659258.
HSL color Cylindrical-coordinate representation of color #BA9C65: hue angle of 38.82º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA9C65 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 101 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.27 |
| HSL | 38.82º | 0.38% | 0.56% | - |
| HSV(B) | 38.82º | 0.46% | 0.73% | - |
| XYZ | 34.49 | 35.16 | 17.28 | - |
| YUV | 158.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 101 | 0 | 0.16 | 0.46 | 0.27 | 38.82 | 0.38 | 0.56 |
| Hex | BA | 9C | 65 | 0 | 10 | 2E | 1B | 27 | 26 | 38 |
| Octal | 272 | 234 | 145 | 0 | 20 | 56 | 33 | 47 | 46 | 70 |
| Binary | 10111010 | 10011100 | 1100101 | 0 | 10000 | 101110 | 11011 | 100111 | 100110 | 111000 |
Color Harmonies of #BA9C65
Complementary color
Monochromatic Colors of #BA9C65
Black with #BA9C65
Text Example
Text Example
White with #BA9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C65; }
p { color: rgb(186,156,101); }
H1.HeaderClassName
{
color: #BA9C65;
}
.AnyTagClassName
{
color: #BA9C65;
}
</style>
background-color css
<style>
a { background-color: #BA9C65; }
a { background-color: rgb(186,156,101); }
div.DivClassName
{
background-color: #BA9C65;
}
.BgClassName
{
background-color: #BA9C65;
}
</style>
border-color css
<style>
span { border-color: #BA9C65; }
span { border-color: rgb(186,156,101); }
td.TdClassName
{
border-color: #BA9C65;
}
.TagClassName
{
border-color: #BA9C65;
}
</style>