Shades of Fallow #BA8F6D
Tints of Fallow #BA8F6D
RGB
CMYK
RGB Variations
Color information
#BA8F6D (or 0xBA8F6D) is known color: Fallow. HEX triplet: BA, 8F and 6D. RGB value is (186,143,109). Sum of RGB (Red+Green+Blue) = 186+143+109=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F6D is #457092. Grayscale: #989898. Windows color (decimal): -4550803 or 7180218. OLE color: 7180218.
HSL color Cylindrical-coordinate representation of color #BA8F6D: hue angle of 26.49º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8F6D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 109 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.27 |
| HSL | 26.49º | 0.36% | 0.58% | - |
| HSV(B) | 26.49º | 0.41% | 0.73% | - |
| XYZ | 32.83 | 31.19 | 18.76 | - |
| YUV | 151.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 109 | 0 | 0.23 | 0.41 | 0.27 | 26.49 | 0.36 | 0.58 |
| Hex | BA | 8F | 6D | 0 | 17 | 29 | 1B | 1A | 24 | 3A |
| Octal | 272 | 217 | 155 | 0 | 27 | 51 | 33 | 32 | 44 | 72 |
| Binary | 10111010 | 10001111 | 1101101 | 0 | 10111 | 101001 | 11011 | 11010 | 100100 | 111010 |
Color Harmonies of #BA8F6D
Complementary color
Monochromatic Colors of #BA8F6D
Black with #BA8F6D
Text Example
Text Example
White with #BA8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F6D; }
p { color: rgb(186,143,109); }
H1.HeaderClassName
{
color: #BA8F6D;
}
.AnyTagClassName
{
color: #BA8F6D;
}
</style>
background-color css
<style>
a { background-color: #BA8F6D; }
a { background-color: rgb(186,143,109); }
div.DivClassName
{
background-color: #BA8F6D;
}
.BgClassName
{
background-color: #BA8F6D;
}
</style>
border-color css
<style>
span { border-color: #BA8F6D; }
span { border-color: rgb(186,143,109); }
td.TdClassName
{
border-color: #BA8F6D;
}
.TagClassName
{
border-color: #BA8F6D;
}
</style>