Shades of Fallow #BA906C
Tints of Fallow #BA906C
RGB
CMYK
RGB Variations
Color information
#BA906C (or 0xBA906C) is known color: Fallow. HEX triplet: BA, 90 and 6C. RGB value is (186,144,108). Sum of RGB (Red+Green+Blue) = 186+144+108=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA906C is #456F93. Grayscale: #989898. Windows color (decimal): -4550548 or 7114938. OLE color: 7114938.
HSL color Cylindrical-coordinate representation of color #BA906C: hue angle of 27.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA906C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 108 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.27 |
| HSL | 27.69º | 0.36% | 0.58% | - |
| HSV(B) | 27.69º | 0.42% | 0.73% | - |
| XYZ | 32.93 | 31.47 | 18.53 | - |
| YUV | 152.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 108 | 0 | 0.23 | 0.42 | 0.27 | 27.69 | 0.36 | 0.58 |
| Hex | BA | 90 | 6C | 0 | 17 | 2A | 1B | 1C | 24 | 3A |
| Octal | 272 | 220 | 154 | 0 | 27 | 52 | 33 | 34 | 44 | 72 |
| Binary | 10111010 | 10010000 | 1101100 | 0 | 10111 | 101010 | 11011 | 11100 | 100100 | 111010 |
Color Harmonies of #BA906C
Complementary color
Monochromatic Colors of #BA906C
Black with #BA906C
Text Example
Text Example
White with #BA906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA906C; }
p { color: rgb(186,144,108); }
H1.HeaderClassName
{
color: #BA906C;
}
.AnyTagClassName
{
color: #BA906C;
}
</style>
background-color css
<style>
a { background-color: #BA906C; }
a { background-color: rgb(186,144,108); }
div.DivClassName
{
background-color: #BA906C;
}
.BgClassName
{
background-color: #BA906C;
}
</style>
border-color css
<style>
span { border-color: #BA906C; }
span { border-color: rgb(186,144,108); }
td.TdClassName
{
border-color: #BA906C;
}
.TagClassName
{
border-color: #BA906C;
}
</style>