Shades of Pale Taupe #BA957E
Tints of Pale Taupe #BA957E
RGB
CMYK
RGB Variations
Color information
#BA957E (or 0xBA957E) is known color: Pale Taupe. HEX triplet: BA, 95 and 7E. RGB value is (186,149,126). Sum of RGB (Red+Green+Blue) = 186+149+126=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA957E is #456A81. Grayscale: #9D9D9D. Windows color (decimal): -4549250 or 8295866. OLE color: 8295866.
HSL color Cylindrical-coordinate representation of color #BA957E: hue angle of 23º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA957E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 126 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.27 |
| HSL | 23º | 0.3% | 0.61% | - |
| HSV(B) | 23º | 0.32% | 0.73% | - |
| XYZ | 34.76 | 33.44 | 24.36 | - |
| YUV | 157.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 126 | 0 | 0.20 | 0.32 | 0.27 | 23 | 0.3 | 0.61 |
| Hex | BA | 95 | 7E | 0 | 14 | 20 | 1B | 17 | 1E | 3D |
| Octal | 272 | 225 | 176 | 0 | 24 | 40 | 33 | 27 | 36 | 75 |
| Binary | 10111010 | 10010101 | 1111110 | 0 | 10100 | 100000 | 11011 | 10111 | 11110 | 111101 |
Color Harmonies of #BA957E
Complementary color
Monochromatic Colors of #BA957E
Black with #BA957E
Text Example
Text Example
White with #BA957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA957E; }
p { color: rgb(186,149,126); }
H1.HeaderClassName
{
color: #BA957E;
}
.AnyTagClassName
{
color: #BA957E;
}
</style>
background-color css
<style>
a { background-color: #BA957E; }
a { background-color: rgb(186,149,126); }
div.DivClassName
{
background-color: #BA957E;
}
.BgClassName
{
background-color: #BA957E;
}
</style>
border-color css
<style>
span { border-color: #BA957E; }
span { border-color: rgb(186,149,126); }
td.TdClassName
{
border-color: #BA957E;
}
.TagClassName
{
border-color: #BA957E;
}
</style>