Shades of Pale Taupe #BA9584
Tints of Pale Taupe #BA9584
RGB
CMYK
RGB Variations
Color information
#BA9584 (or 0xBA9584) is known color: Pale Taupe. HEX triplet: BA, 95 and 84. RGB value is (186,149,132). Sum of RGB (Red+Green+Blue) = 186+149+132=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9584 is #456A7B. Grayscale: #9E9E9E. Windows color (decimal): -4549244 or 8689082. OLE color: 8689082.
HSL color Cylindrical-coordinate representation of color #BA9584: hue angle of 18.89º 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 #BA9584 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 132 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.27 |
| HSL | 18.89º | 0.28% | 0.62% | - |
| HSV(B) | 18.89º | 0.29% | 0.73% | - |
| XYZ | 35.16 | 33.6 | 26.46 | - |
| YUV | 158.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 132 | 0 | 0.20 | 0.29 | 0.27 | 18.89 | 0.28 | 0.62 |
| Hex | BA | 95 | 84 | 0 | 14 | 1D | 1B | 13 | 1C | 3E |
| Octal | 272 | 225 | 204 | 0 | 24 | 35 | 33 | 23 | 34 | 76 |
| Binary | 10111010 | 10010101 | 10000100 | 0 | 10100 | 11101 | 11011 | 10011 | 11100 | 111110 |
Color Harmonies of #BA9584
Complementary color
Monochromatic Colors of #BA9584
Black with #BA9584
Text Example
Text Example
White with #BA9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9584; }
p { color: rgb(186,149,132); }
H1.HeaderClassName
{
color: #BA9584;
}
.AnyTagClassName
{
color: #BA9584;
}
</style>
background-color css
<style>
a { background-color: #BA9584; }
a { background-color: rgb(186,149,132); }
div.DivClassName
{
background-color: #BA9584;
}
.BgClassName
{
background-color: #BA9584;
}
</style>
border-color css
<style>
span { border-color: #BA9584; }
span { border-color: rgb(186,149,132); }
td.TdClassName
{
border-color: #BA9584;
}
.TagClassName
{
border-color: #BA9584;
}
</style>