Shades of Pale Taupe #BA9880
Tints of Pale Taupe #BA9880
RGB
CMYK
RGB Variations
Color information
#BA9880 (or 0xBA9880) is known color: Pale Taupe. HEX triplet: BA, 98 and 80. RGB value is (186,152,128). Sum of RGB (Red+Green+Blue) = 186+152+128=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9880 is #45677F. Grayscale: #9F9F9F. Windows color (decimal): -4548480 or 8427706. OLE color: 8427706.
HSL color Cylindrical-coordinate representation of color #BA9880: hue angle of 24.83º degrees, saturation: 0.3, 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 #BA9880 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 128 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.27 |
| HSL | 24.83º | 0.3% | 0.62% | - |
| HSV(B) | 24.83º | 0.31% | 0.73% | - |
| XYZ | 35.37 | 34.45 | 25.21 | - |
| YUV | 159.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 128 | 0 | 0.18 | 0.31 | 0.27 | 24.83 | 0.3 | 0.62 |
| Hex | BA | 98 | 80 | 0 | 12 | 1F | 1B | 19 | 1E | 3E |
| Octal | 272 | 230 | 200 | 0 | 22 | 37 | 33 | 31 | 36 | 76 |
| Binary | 10111010 | 10011000 | 10000000 | 0 | 10010 | 11111 | 11011 | 11001 | 11110 | 111110 |
Color Harmonies of #BA9880
Complementary color
Monochromatic Colors of #BA9880
Black with #BA9880
Text Example
Text Example
White with #BA9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9880; }
p { color: rgb(186,152,128); }
H1.HeaderClassName
{
color: #BA9880;
}
.AnyTagClassName
{
color: #BA9880;
}
</style>
background-color css
<style>
a { background-color: #BA9880; }
a { background-color: rgb(186,152,128); }
div.DivClassName
{
background-color: #BA9880;
}
.BgClassName
{
background-color: #BA9880;
}
</style>
border-color css
<style>
span { border-color: #BA9880; }
span { border-color: rgb(186,152,128); }
td.TdClassName
{
border-color: #BA9880;
}
.TagClassName
{
border-color: #BA9880;
}
</style>