Shades of Pale Taupe #BA9684
Tints of Pale Taupe #BA9684
RGB
CMYK
RGB Variations
Color information
#BA9684 (or 0xBA9684) is known color: Pale Taupe. HEX triplet: BA, 96 and 84. RGB value is (186,150,132). Sum of RGB (Red+Green+Blue) = 186+150+132=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9684 is #45697B. Grayscale: #9E9E9E. Windows color (decimal): -4548988 or 8689338. OLE color: 8689338.
HSL color Cylindrical-coordinate representation of color #BA9684: hue angle of 20º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9684 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 132 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.27 |
| HSL | 20º | 0.28% | 0.62% | - |
| HSV(B) | 20º | 0.29% | 0.73% | - |
| XYZ | 35.32 | 33.92 | 26.51 | - |
| YUV | 158.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 132 | 0 | 0.19 | 0.29 | 0.27 | 20 | 0.28 | 0.62 |
| Hex | BA | 96 | 84 | 0 | 13 | 1D | 1B | 14 | 1C | 3E |
| Octal | 272 | 226 | 204 | 0 | 23 | 35 | 33 | 24 | 34 | 76 |
| Binary | 10111010 | 10010110 | 10000100 | 0 | 10011 | 11101 | 11011 | 10100 | 11100 | 111110 |
Color Harmonies of #BA9684
Complementary color
Monochromatic Colors of #BA9684
Black with #BA9684
Text Example
Text Example
White with #BA9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9684; }
p { color: rgb(186,150,132); }
H1.HeaderClassName
{
color: #BA9684;
}
.AnyTagClassName
{
color: #BA9684;
}
</style>
background-color css
<style>
a { background-color: #BA9684; }
a { background-color: rgb(186,150,132); }
div.DivClassName
{
background-color: #BA9684;
}
.BgClassName
{
background-color: #BA9684;
}
</style>
border-color css
<style>
span { border-color: #BA9684; }
span { border-color: rgb(186,150,132); }
td.TdClassName
{
border-color: #BA9684;
}
.TagClassName
{
border-color: #BA9684;
}
</style>