Shades of Fallow #BA8B68
Tints of Fallow #BA8B68
RGB
CMYK
RGB Variations
Color information
#BA8B68 (or 0xBA8B68) is known color: Fallow. HEX triplet: BA, 8B and 68. RGB value is (186,139,104). Sum of RGB (Red+Green+Blue) = 186+139+104=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B68 is #457497. Grayscale: #959595. Windows color (decimal): -4551832 or 6851514. OLE color: 6851514.
HSL color Cylindrical-coordinate representation of color #BA8B68: hue angle of 25.61º 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 #BA8B68 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 104 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.27 |
| HSL | 25.61º | 0.37% | 0.57% | - |
| HSV(B) | 25.61º | 0.44% | 0.73% | - |
| XYZ | 31.98 | 29.9 | 17.18 | - |
| YUV | 149.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 104 | 0 | 0.25 | 0.44 | 0.27 | 25.61 | 0.37 | 0.57 |
| Hex | BA | 8B | 68 | 0 | 19 | 2C | 1B | 1A | 25 | 39 |
| Octal | 272 | 213 | 150 | 0 | 31 | 54 | 33 | 32 | 45 | 71 |
| Binary | 10111010 | 10001011 | 1101000 | 0 | 11001 | 101100 | 11011 | 11010 | 100101 | 111001 |
Color Harmonies of #BA8B68
Complementary color
Monochromatic Colors of #BA8B68
Black with #BA8B68
Text Example
Text Example
White with #BA8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B68; }
p { color: rgb(186,139,104); }
H1.HeaderClassName
{
color: #BA8B68;
}
.AnyTagClassName
{
color: #BA8B68;
}
</style>
background-color css
<style>
a { background-color: #BA8B68; }
a { background-color: rgb(186,139,104); }
div.DivClassName
{
background-color: #BA8B68;
}
.BgClassName
{
background-color: #BA8B68;
}
</style>
border-color css
<style>
span { border-color: #BA8B68; }
span { border-color: rgb(186,139,104); }
td.TdClassName
{
border-color: #BA8B68;
}
.TagClassName
{
border-color: #BA8B68;
}
</style>