Shades of Pale Taupe #BA9D86
Tints of Pale Taupe #BA9D86
RGB
CMYK
RGB Variations
Color information
#BA9D86 (or 0xBA9D86) is known color: Pale Taupe. HEX triplet: BA, 9D and 86. RGB value is (186,157,134). Sum of RGB (Red+Green+Blue) = 186+157+134=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D86 is #456279. Grayscale: #A3A3A3. Windows color (decimal): -4547194 or 8822202. OLE color: 8822202.
HSL color Cylindrical-coordinate representation of color #BA9D86: hue angle of 26.54º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9D86 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 134 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.27 |
| HSL | 26.54º | 0.27% | 0.63% | - |
| HSV(B) | 26.54º | 0.28% | 0.73% | - |
| XYZ | 36.61 | 36.27 | 27.63 | - |
| YUV | 163.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 134 | 0 | 0.16 | 0.28 | 0.27 | 26.54 | 0.27 | 0.63 |
| Hex | BA | 9D | 86 | 0 | 10 | 1C | 1B | 1B | 1B | 3F |
| Octal | 272 | 235 | 206 | 0 | 20 | 34 | 33 | 33 | 33 | 77 |
| Binary | 10111010 | 10011101 | 10000110 | 0 | 10000 | 11100 | 11011 | 11011 | 11011 | 111111 |
Color Harmonies of #BA9D86
Complementary color
Monochromatic Colors of #BA9D86
Black with #BA9D86
Text Example
Text Example
White with #BA9D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D86; }
p { color: rgb(186,157,134); }
H1.HeaderClassName
{
color: #BA9D86;
}
.AnyTagClassName
{
color: #BA9D86;
}
</style>
background-color css
<style>
a { background-color: #BA9D86; }
a { background-color: rgb(186,157,134); }
div.DivClassName
{
background-color: #BA9D86;
}
.BgClassName
{
background-color: #BA9D86;
}
</style>
border-color css
<style>
span { border-color: #BA9D86; }
span { border-color: rgb(186,157,134); }
td.TdClassName
{
border-color: #BA9D86;
}
.TagClassName
{
border-color: #BA9D86;
}
</style>