Shades of Pale Taupe #BA9F86
Tints of Pale Taupe #BA9F86
RGB
CMYK
RGB Variations
Color information
#BA9F86 (or 0xBA9F86) is known color: Pale Taupe. HEX triplet: BA, 9F and 86. RGB value is (186,159,134). Sum of RGB (Red+Green+Blue) = 186+159+134=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F86 is #456079. Grayscale: #A4A4A4. Windows color (decimal): -4546682 or 8822714. OLE color: 8822714.
HSL color Cylindrical-coordinate representation of color #BA9F86: hue angle of 28.85º 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 #BA9F86 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 134 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.27 |
| HSL | 28.85º | 0.27% | 0.63% | - |
| HSV(B) | 28.85º | 0.28% | 0.73% | - |
| XYZ | 36.95 | 36.96 | 27.74 | - |
| YUV | 164.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 134 | 0 | 0.15 | 0.28 | 0.27 | 28.85 | 0.27 | 0.63 |
| Hex | BA | 9F | 86 | 0 | F | 1C | 1B | 1D | 1B | 3F |
| Octal | 272 | 237 | 206 | 0 | 17 | 34 | 33 | 35 | 33 | 77 |
| Binary | 10111010 | 10011111 | 10000110 | 0 | 1111 | 11100 | 11011 | 11101 | 11011 | 111111 |
Color Harmonies of #BA9F86
Complementary color
Monochromatic Colors of #BA9F86
Black with #BA9F86
Text Example
Text Example
White with #BA9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F86; }
p { color: rgb(186,159,134); }
H1.HeaderClassName
{
color: #BA9F86;
}
.AnyTagClassName
{
color: #BA9F86;
}
</style>
background-color css
<style>
a { background-color: #BA9F86; }
a { background-color: rgb(186,159,134); }
div.DivClassName
{
background-color: #BA9F86;
}
.BgClassName
{
background-color: #BA9F86;
}
</style>
border-color css
<style>
span { border-color: #BA9F86; }
span { border-color: rgb(186,159,134); }
td.TdClassName
{
border-color: #BA9F86;
}
.TagClassName
{
border-color: #BA9F86;
}
</style>