Shades of Pale Taupe #BA9E85
Tints of Pale Taupe #BA9E85
RGB
CMYK
RGB Variations
Color information
#BA9E85 (or 0xBA9E85) is known color: Pale Taupe. HEX triplet: BA, 9E and 85. RGB value is (186,158,133). Sum of RGB (Red+Green+Blue) = 186+158+133=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E85 is #45617A. Grayscale: #A3A3A3. Windows color (decimal): -4546939 or 8756922. OLE color: 8756922.
HSL color Cylindrical-coordinate representation of color #BA9E85: hue angle of 28.3º degrees, saturation: 0.28, 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 #BA9E85 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 133 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.27 |
| HSL | 28.3º | 0.28% | 0.63% | - |
| HSV(B) | 28.3º | 0.28% | 0.73% | - |
| XYZ | 36.71 | 36.59 | 27.32 | - |
| YUV | 163.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 133 | 0 | 0.15 | 0.28 | 0.27 | 28.3 | 0.28 | 0.63 |
| Hex | BA | 9E | 85 | 0 | F | 1C | 1B | 1C | 1C | 3F |
| Octal | 272 | 236 | 205 | 0 | 17 | 34 | 33 | 34 | 34 | 77 |
| Binary | 10111010 | 10011110 | 10000101 | 0 | 1111 | 11100 | 11011 | 11100 | 11100 | 111111 |
Color Harmonies of #BA9E85
Complementary color
Monochromatic Colors of #BA9E85
Black with #BA9E85
Text Example
Text Example
White with #BA9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E85; }
p { color: rgb(186,158,133); }
H1.HeaderClassName
{
color: #BA9E85;
}
.AnyTagClassName
{
color: #BA9E85;
}
</style>
background-color css
<style>
a { background-color: #BA9E85; }
a { background-color: rgb(186,158,133); }
div.DivClassName
{
background-color: #BA9E85;
}
.BgClassName
{
background-color: #BA9E85;
}
</style>
border-color css
<style>
span { border-color: #BA9E85; }
span { border-color: rgb(186,158,133); }
td.TdClassName
{
border-color: #BA9E85;
}
.TagClassName
{
border-color: #BA9E85;
}
</style>