Shades of Pale Taupe #BA9981
Tints of Pale Taupe #BA9981
RGB
CMYK
RGB Variations
Color information
#BA9981 (or 0xBA9981) is known color: Pale Taupe. HEX triplet: BA, 99 and 81. RGB value is (186,153,129). Sum of RGB (Red+Green+Blue) = 186+153+129=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9981 is #45667E. Grayscale: #A0A0A0. Windows color (decimal): -4548223 or 8493498. OLE color: 8493498.
HSL color Cylindrical-coordinate representation of color #BA9981: hue angle of 25.26º 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 #BA9981 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 129 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.27 |
| HSL | 25.26º | 0.29% | 0.62% | - |
| HSV(B) | 25.26º | 0.31% | 0.73% | - |
| XYZ | 35.6 | 34.81 | 25.61 | - |
| YUV | 160.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 129 | 0 | 0.18 | 0.31 | 0.27 | 25.26 | 0.29 | 0.62 |
| Hex | BA | 99 | 81 | 0 | 12 | 1F | 1B | 19 | 1D | 3E |
| Octal | 272 | 231 | 201 | 0 | 22 | 37 | 33 | 31 | 35 | 76 |
| Binary | 10111010 | 10011001 | 10000001 | 0 | 10010 | 11111 | 11011 | 11001 | 11101 | 111110 |
Color Harmonies of #BA9981
Complementary color
Monochromatic Colors of #BA9981
Black with #BA9981
Text Example
Text Example
White with #BA9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9981; }
p { color: rgb(186,153,129); }
H1.HeaderClassName
{
color: #BA9981;
}
.AnyTagClassName
{
color: #BA9981;
}
</style>
background-color css
<style>
a { background-color: #BA9981; }
a { background-color: rgb(186,153,129); }
div.DivClassName
{
background-color: #BA9981;
}
.BgClassName
{
background-color: #BA9981;
}
</style>
border-color css
<style>
span { border-color: #BA9981; }
span { border-color: rgb(186,153,129); }
td.TdClassName
{
border-color: #BA9981;
}
.TagClassName
{
border-color: #BA9981;
}
</style>