Shades of Pale Taupe #BA9481
Tints of Pale Taupe #BA9481
RGB
CMYK
RGB Variations
Color information
#BA9481 (or 0xBA9481) is known color: Pale Taupe. HEX triplet: BA, 94 and 81. RGB value is (186,148,129). Sum of RGB (Red+Green+Blue) = 186+148+129=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9481 is #456B7E. Grayscale: #9D9D9D. Windows color (decimal): -4549503 or 8492218. OLE color: 8492218.
HSL color Cylindrical-coordinate representation of color #BA9481: hue angle of 20º 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 #BA9481 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 129 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.27 |
| HSL | 20º | 0.29% | 0.62% | - |
| HSV(B) | 20º | 0.31% | 0.73% | - |
| XYZ | 34.8 | 33.2 | 25.34 | - |
| YUV | 157.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 129 | 0 | 0.20 | 0.31 | 0.27 | 20 | 0.29 | 0.62 |
| Hex | BA | 94 | 81 | 0 | 14 | 1F | 1B | 14 | 1D | 3E |
| Octal | 272 | 224 | 201 | 0 | 24 | 37 | 33 | 24 | 35 | 76 |
| Binary | 10111010 | 10010100 | 10000001 | 0 | 10100 | 11111 | 11011 | 10100 | 11101 | 111110 |
Color Harmonies of #BA9481
Complementary color
Monochromatic Colors of #BA9481
Black with #BA9481
Text Example
Text Example
White with #BA9481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9481; }
p { color: rgb(186,148,129); }
H1.HeaderClassName
{
color: #BA9481;
}
.AnyTagClassName
{
color: #BA9481;
}
</style>
background-color css
<style>
a { background-color: #BA9481; }
a { background-color: rgb(186,148,129); }
div.DivClassName
{
background-color: #BA9481;
}
.BgClassName
{
background-color: #BA9481;
}
</style>
border-color css
<style>
span { border-color: #BA9481; }
span { border-color: rgb(186,148,129); }
td.TdClassName
{
border-color: #BA9481;
}
.TagClassName
{
border-color: #BA9481;
}
</style>