Shades of Pale Taupe #BA9881
Tints of Pale Taupe #BA9881
RGB
CMYK
RGB Variations
Color information
#BA9881 (or 0xBA9881) is known color: Pale Taupe. HEX triplet: BA, 98 and 81. RGB value is (186,152,129). Sum of RGB (Red+Green+Blue) = 186+152+129=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9881 is #45677E. Grayscale: #9F9F9F. Windows color (decimal): -4548479 or 8493242. OLE color: 8493242.
HSL color Cylindrical-coordinate representation of color #BA9881: hue angle of 24.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9881 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 129 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.27 |
| HSL | 24.21º | 0.29% | 0.62% | - |
| HSV(B) | 24.21º | 0.31% | 0.73% | - |
| XYZ | 35.44 | 34.48 | 25.56 | - |
| YUV | 159.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 129 | 0 | 0.18 | 0.31 | 0.27 | 24.21 | 0.29 | 0.62 |
| Hex | BA | 98 | 81 | 0 | 12 | 1F | 1B | 18 | 1D | 3E |
| Octal | 272 | 230 | 201 | 0 | 22 | 37 | 33 | 30 | 35 | 76 |
| Binary | 10111010 | 10011000 | 10000001 | 0 | 10010 | 11111 | 11011 | 11000 | 11101 | 111110 |
Color Harmonies of #BA9881
Complementary color
Monochromatic Colors of #BA9881
Black with #BA9881
Text Example
Text Example
White with #BA9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9881; }
p { color: rgb(186,152,129); }
H1.HeaderClassName
{
color: #BA9881;
}
.AnyTagClassName
{
color: #BA9881;
}
</style>
background-color css
<style>
a { background-color: #BA9881; }
a { background-color: rgb(186,152,129); }
div.DivClassName
{
background-color: #BA9881;
}
.BgClassName
{
background-color: #BA9881;
}
</style>
border-color css
<style>
span { border-color: #BA9881; }
span { border-color: rgb(186,152,129); }
td.TdClassName
{
border-color: #BA9881;
}
.TagClassName
{
border-color: #BA9881;
}
</style>