Shades of Fallow #BA9B66
Tints of Fallow #BA9B66
RGB
CMYK
RGB Variations
Color information
#BA9B66 (or 0xBA9B66) is known color: Fallow. HEX triplet: BA, 9B and 66. RGB value is (186,155,102). Sum of RGB (Red+Green+Blue) = 186+155+102=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B66 is #456499. Grayscale: #9E9E9E. Windows color (decimal): -4547738 or 6724538. OLE color: 6724538.
HSL color Cylindrical-coordinate representation of color #BA9B66: hue angle of 37.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA9B66 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 102 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.27 |
| HSL | 37.86º | 0.38% | 0.56% | - |
| HSV(B) | 37.86º | 0.45% | 0.73% | - |
| XYZ | 34.37 | 34.84 | 17.48 | - |
| YUV | 158.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 102 | 0 | 0.17 | 0.45 | 0.27 | 37.86 | 0.38 | 0.56 |
| Hex | BA | 9B | 66 | 0 | 11 | 2D | 1B | 26 | 26 | 38 |
| Octal | 272 | 233 | 146 | 0 | 21 | 55 | 33 | 46 | 46 | 70 |
| Binary | 10111010 | 10011011 | 1100110 | 0 | 10001 | 101101 | 11011 | 100110 | 100110 | 111000 |
Color Harmonies of #BA9B66
Complementary color
Monochromatic Colors of #BA9B66
Black with #BA9B66
Text Example
Text Example
White with #BA9B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B66; }
p { color: rgb(186,155,102); }
H1.HeaderClassName
{
color: #BA9B66;
}
.AnyTagClassName
{
color: #BA9B66;
}
</style>
background-color css
<style>
a { background-color: #BA9B66; }
a { background-color: rgb(186,155,102); }
div.DivClassName
{
background-color: #BA9B66;
}
.BgClassName
{
background-color: #BA9B66;
}
</style>
border-color css
<style>
span { border-color: #BA9B66; }
span { border-color: rgb(186,155,102); }
td.TdClassName
{
border-color: #BA9B66;
}
.TagClassName
{
border-color: #BA9B66;
}
</style>