Shades of Fallow #BA8C6B
Tints of Fallow #BA8C6B
RGB
CMYK
RGB Variations
Color information
#BA8C6B (or 0xBA8C6B) is known color: Fallow. HEX triplet: BA, 8C and 6B. RGB value is (186,140,107). Sum of RGB (Red+Green+Blue) = 186+140+107=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C6B is #457394. Grayscale: #969696. Windows color (decimal): -4551573 or 7048378. OLE color: 7048378.
HSL color Cylindrical-coordinate representation of color #BA8C6B: hue angle of 25.06º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA8C6B is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 107 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.27 |
| HSL | 25.06º | 0.36% | 0.57% | - |
| HSV(B) | 25.06º | 0.42% | 0.73% | - |
| XYZ | 32.28 | 30.26 | 18.05 | - |
| YUV | 149.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 107 | 0 | 0.25 | 0.42 | 0.27 | 25.06 | 0.36 | 0.57 |
| Hex | BA | 8C | 6B | 0 | 19 | 2A | 1B | 19 | 24 | 39 |
| Octal | 272 | 214 | 153 | 0 | 31 | 52 | 33 | 31 | 44 | 71 |
| Binary | 10111010 | 10001100 | 1101011 | 0 | 11001 | 101010 | 11011 | 11001 | 100100 | 111001 |
Color Harmonies of #BA8C6B
Complementary color
Monochromatic Colors of #BA8C6B
Black with #BA8C6B
Text Example
Text Example
White with #BA8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C6B; }
p { color: rgb(186,140,107); }
H1.HeaderClassName
{
color: #BA8C6B;
}
.AnyTagClassName
{
color: #BA8C6B;
}
</style>
background-color css
<style>
a { background-color: #BA8C6B; }
a { background-color: rgb(186,140,107); }
div.DivClassName
{
background-color: #BA8C6B;
}
.BgClassName
{
background-color: #BA8C6B;
}
</style>
border-color css
<style>
span { border-color: #BA8C6B; }
span { border-color: rgb(186,140,107); }
td.TdClassName
{
border-color: #BA8C6B;
}
.TagClassName
{
border-color: #BA8C6B;
}
</style>