Shades of Pale Taupe #BA957A
Tints of Pale Taupe #BA957A
RGB
CMYK
RGB Variations
Color information
#BA957A (or 0xBA957A) is known color: Pale Taupe. HEX triplet: BA, 95 and 7A. RGB value is (186,149,122). Sum of RGB (Red+Green+Blue) = 186+149+122=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA957A is #456A85. Grayscale: #9D9D9D. Windows color (decimal): -4549254 or 8033722. OLE color: 8033722.
HSL color Cylindrical-coordinate representation of color #BA957A: hue angle of 25.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA957A is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 122 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.27 |
| HSL | 25.31º | 0.32% | 0.6% | - |
| HSV(B) | 25.31º | 0.34% | 0.73% | - |
| XYZ | 34.51 | 33.34 | 23.03 | - |
| YUV | 156.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 122 | 0 | 0.20 | 0.34 | 0.27 | 25.31 | 0.32 | 0.6 |
| Hex | BA | 95 | 7A | 0 | 14 | 22 | 1B | 19 | 20 | 3C |
| Octal | 272 | 225 | 172 | 0 | 24 | 42 | 33 | 31 | 40 | 74 |
| Binary | 10111010 | 10010101 | 1111010 | 0 | 10100 | 100010 | 11011 | 11001 | 100000 | 111100 |
Color Harmonies of #BA957A
Complementary color
Monochromatic Colors of #BA957A
Black with #BA957A
Text Example
Text Example
White with #BA957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA957A; }
p { color: rgb(186,149,122); }
H1.HeaderClassName
{
color: #BA957A;
}
.AnyTagClassName
{
color: #BA957A;
}
</style>
background-color css
<style>
a { background-color: #BA957A; }
a { background-color: rgb(186,149,122); }
div.DivClassName
{
background-color: #BA957A;
}
.BgClassName
{
background-color: #BA957A;
}
</style>
border-color css
<style>
span { border-color: #BA957A; }
span { border-color: rgb(186,149,122); }
td.TdClassName
{
border-color: #BA957A;
}
.TagClassName
{
border-color: #BA957A;
}
</style>