Shades of Pale Taupe #BA9E88
Tints of Pale Taupe #BA9E88
RGB
CMYK
RGB Variations
Color information
#BA9E88 (or 0xBA9E88) is known color: Pale Taupe. HEX triplet: BA, 9E and 88. RGB value is (186,158,136). Sum of RGB (Red+Green+Blue) = 186+158+136=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E88 is #456177. Grayscale: #A3A3A3. Windows color (decimal): -4546936 or 8953530. OLE color: 8953530.
HSL color Cylindrical-coordinate representation of color #BA9E88: hue angle of 26.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9E88 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 136 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.27 |
| HSL | 26.4º | 0.27% | 0.63% | - |
| HSV(B) | 26.4º | 0.27% | 0.73% | - |
| XYZ | 36.92 | 36.67 | 28.42 | - |
| YUV | 163.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 136 | 0 | 0.15 | 0.27 | 0.27 | 26.4 | 0.27 | 0.63 |
| Hex | BA | 9E | 88 | 0 | F | 1B | 1B | 1A | 1B | 3F |
| Octal | 272 | 236 | 210 | 0 | 17 | 33 | 33 | 32 | 33 | 77 |
| Binary | 10111010 | 10011110 | 10001000 | 0 | 1111 | 11011 | 11011 | 11010 | 11011 | 111111 |
Color Harmonies of #BA9E88
Complementary color
Monochromatic Colors of #BA9E88
Black with #BA9E88
Text Example
Text Example
White with #BA9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E88; }
p { color: rgb(186,158,136); }
H1.HeaderClassName
{
color: #BA9E88;
}
.AnyTagClassName
{
color: #BA9E88;
}
</style>
background-color css
<style>
a { background-color: #BA9E88; }
a { background-color: rgb(186,158,136); }
div.DivClassName
{
background-color: #BA9E88;
}
.BgClassName
{
background-color: #BA9E88;
}
</style>
border-color css
<style>
span { border-color: #BA9E88; }
span { border-color: rgb(186,158,136); }
td.TdClassName
{
border-color: #BA9E88;
}
.TagClassName
{
border-color: #BA9E88;
}
</style>