Shades of Fallow #BA8F66
Tints of Fallow #BA8F66
RGB
CMYK
RGB Variations
Color information
#BA8F66 (or 0xBA8F66) is known color: Fallow. HEX triplet: BA, 8F and 66. RGB value is (186,143,102). Sum of RGB (Red+Green+Blue) = 186+143+102=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F66 is #457099. Grayscale: #979797. Windows color (decimal): -4550810 or 6721466. OLE color: 6721466.
HSL color Cylindrical-coordinate representation of color #BA8F66: hue angle of 29.29º 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 #BA8F66 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 102 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.27 |
| HSL | 29.29º | 0.38% | 0.56% | - |
| HSV(B) | 29.29º | 0.45% | 0.73% | - |
| XYZ | 32.47 | 31.04 | 16.85 | - |
| YUV | 151.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 102 | 0 | 0.23 | 0.45 | 0.27 | 29.29 | 0.38 | 0.56 |
| Hex | BA | 8F | 66 | 0 | 17 | 2D | 1B | 1D | 26 | 38 |
| Octal | 272 | 217 | 146 | 0 | 27 | 55 | 33 | 35 | 46 | 70 |
| Binary | 10111010 | 10001111 | 1100110 | 0 | 10111 | 101101 | 11011 | 11101 | 100110 | 111000 |
Color Harmonies of #BA8F66
Complementary color
Monochromatic Colors of #BA8F66
Black with #BA8F66
Text Example
Text Example
White with #BA8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F66; }
p { color: rgb(186,143,102); }
H1.HeaderClassName
{
color: #BA8F66;
}
.AnyTagClassName
{
color: #BA8F66;
}
</style>
background-color css
<style>
a { background-color: #BA8F66; }
a { background-color: rgb(186,143,102); }
div.DivClassName
{
background-color: #BA8F66;
}
.BgClassName
{
background-color: #BA8F66;
}
</style>
border-color css
<style>
span { border-color: #BA8F66; }
span { border-color: rgb(186,143,102); }
td.TdClassName
{
border-color: #BA8F66;
}
.TagClassName
{
border-color: #BA8F66;
}
</style>