Shades of Pale Taupe #BA9984
Tints of Pale Taupe #BA9984
RGB
CMYK
RGB Variations
Color information
#BA9984 (or 0xBA9984) is known color: Pale Taupe. HEX triplet: BA, 99 and 84. RGB value is (186,153,132). Sum of RGB (Red+Green+Blue) = 186+153+132=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9984 is #45667B. Grayscale: #A0A0A0. Windows color (decimal): -4548220 or 8690106. OLE color: 8690106.
HSL color Cylindrical-coordinate representation of color #BA9984: hue angle of 23.33º 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 #BA9984 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 132 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.27 |
| HSL | 23.33º | 0.28% | 0.62% | - |
| HSV(B) | 23.33º | 0.29% | 0.73% | - |
| XYZ | 35.81 | 34.89 | 26.68 | - |
| YUV | 160.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 132 | 0 | 0.18 | 0.29 | 0.27 | 23.33 | 0.28 | 0.62 |
| Hex | BA | 99 | 84 | 0 | 12 | 1D | 1B | 17 | 1C | 3E |
| Octal | 272 | 231 | 204 | 0 | 22 | 35 | 33 | 27 | 34 | 76 |
| Binary | 10111010 | 10011001 | 10000100 | 0 | 10010 | 11101 | 11011 | 10111 | 11100 | 111110 |
Color Harmonies of #BA9984
Complementary color
Monochromatic Colors of #BA9984
Black with #BA9984
Text Example
Text Example
White with #BA9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9984; }
p { color: rgb(186,153,132); }
H1.HeaderClassName
{
color: #BA9984;
}
.AnyTagClassName
{
color: #BA9984;
}
</style>
background-color css
<style>
a { background-color: #BA9984; }
a { background-color: rgb(186,153,132); }
div.DivClassName
{
background-color: #BA9984;
}
.BgClassName
{
background-color: #BA9984;
}
</style>
border-color css
<style>
span { border-color: #BA9984; }
span { border-color: rgb(186,153,132); }
td.TdClassName
{
border-color: #BA9984;
}
.TagClassName
{
border-color: #BA9984;
}
</style>