Shades of Fallow #BA8B6B
Tints of Fallow #BA8B6B
RGB
CMYK
RGB Variations
Color information
#BA8B6B (or 0xBA8B6B) is known color: Fallow. HEX triplet: BA, 8B and 6B. RGB value is (186,139,107). Sum of RGB (Red+Green+Blue) = 186+139+107=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B6B is #457494. Grayscale: #959595. Windows color (decimal): -4551829 or 7048122. OLE color: 7048122.
HSL color Cylindrical-coordinate representation of color #BA8B6B: hue angle of 24.3º 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 #BA8B6B is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 107 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.27 |
| HSL | 24.3º | 0.36% | 0.57% | - |
| HSV(B) | 24.3º | 0.42% | 0.73% | - |
| XYZ | 32.14 | 29.97 | 18 | - |
| YUV | 149.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 107 | 0 | 0.25 | 0.42 | 0.27 | 24.3 | 0.36 | 0.57 |
| Hex | BA | 8B | 6B | 0 | 19 | 2A | 1B | 18 | 24 | 39 |
| Octal | 272 | 213 | 153 | 0 | 31 | 52 | 33 | 30 | 44 | 71 |
| Binary | 10111010 | 10001011 | 1101011 | 0 | 11001 | 101010 | 11011 | 11000 | 100100 | 111001 |
Color Harmonies of #BA8B6B
Complementary color
Monochromatic Colors of #BA8B6B
Black with #BA8B6B
Text Example
Text Example
White with #BA8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B6B; }
p { color: rgb(186,139,107); }
H1.HeaderClassName
{
color: #BA8B6B;
}
.AnyTagClassName
{
color: #BA8B6B;
}
</style>
background-color css
<style>
a { background-color: #BA8B6B; }
a { background-color: rgb(186,139,107); }
div.DivClassName
{
background-color: #BA8B6B;
}
.BgClassName
{
background-color: #BA8B6B;
}
</style>
border-color css
<style>
span { border-color: #BA8B6B; }
span { border-color: rgb(186,139,107); }
td.TdClassName
{
border-color: #BA8B6B;
}
.TagClassName
{
border-color: #BA8B6B;
}
</style>