Shades of Pale Taupe #BA9F88
Tints of Pale Taupe #BA9F88
RGB
CMYK
RGB Variations
Color information
#BA9F88 (or 0xBA9F88) is known color: Pale Taupe. HEX triplet: BA, 9F and 88. RGB value is (186,159,136). Sum of RGB (Red+Green+Blue) = 186+159+136=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F88 is #456077. Grayscale: #A4A4A4. Windows color (decimal): -4546680 or 8953786. OLE color: 8953786.
HSL color Cylindrical-coordinate representation of color #BA9F88: hue angle of 27.6º 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 #BA9F88 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 136 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.27 |
| HSL | 27.6º | 0.27% | 0.63% | - |
| HSV(B) | 27.6º | 0.27% | 0.73% | - |
| XYZ | 37.09 | 37.01 | 28.48 | - |
| YUV | 164.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 136 | 0 | 0.15 | 0.27 | 0.27 | 27.6 | 0.27 | 0.63 |
| Hex | BA | 9F | 88 | 0 | F | 1B | 1B | 1C | 1B | 3F |
| Octal | 272 | 237 | 210 | 0 | 17 | 33 | 33 | 34 | 33 | 77 |
| Binary | 10111010 | 10011111 | 10001000 | 0 | 1111 | 11011 | 11011 | 11100 | 11011 | 111111 |
Color Harmonies of #BA9F88
Complementary color
Monochromatic Colors of #BA9F88
Black with #BA9F88
Text Example
Text Example
White with #BA9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F88; }
p { color: rgb(186,159,136); }
H1.HeaderClassName
{
color: #BA9F88;
}
.AnyTagClassName
{
color: #BA9F88;
}
</style>
background-color css
<style>
a { background-color: #BA9F88; }
a { background-color: rgb(186,159,136); }
div.DivClassName
{
background-color: #BA9F88;
}
.BgClassName
{
background-color: #BA9F88;
}
</style>
border-color css
<style>
span { border-color: #BA9F88; }
span { border-color: rgb(186,159,136); }
td.TdClassName
{
border-color: #BA9F88;
}
.TagClassName
{
border-color: #BA9F88;
}
</style>