Shades of Pale Taupe #BA957D
Tints of Pale Taupe #BA957D
RGB
CMYK
RGB Variations
Color information
#BA957D (or 0xBA957D) is known color: Pale Taupe. HEX triplet: BA, 95 and 7D. RGB value is (186,149,125). Sum of RGB (Red+Green+Blue) = 186+149+125=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA957D is #456A82. Grayscale: #9D9D9D. Windows color (decimal): -4549251 or 8230330. OLE color: 8230330.
HSL color Cylindrical-coordinate representation of color #BA957D: hue angle of 23.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA957D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 125 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.27 |
| HSL | 23.61º | 0.31% | 0.61% | - |
| HSV(B) | 23.61º | 0.33% | 0.73% | - |
| XYZ | 34.7 | 33.41 | 24.02 | - |
| YUV | 157.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 125 | 0 | 0.20 | 0.33 | 0.27 | 23.61 | 0.31 | 0.61 |
| Hex | BA | 95 | 7D | 0 | 14 | 21 | 1B | 18 | 1F | 3D |
| Octal | 272 | 225 | 175 | 0 | 24 | 41 | 33 | 30 | 37 | 75 |
| Binary | 10111010 | 10010101 | 1111101 | 0 | 10100 | 100001 | 11011 | 11000 | 11111 | 111101 |
Color Harmonies of #BA957D
Complementary color
Monochromatic Colors of #BA957D
Black with #BA957D
Text Example
Text Example
White with #BA957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA957D; }
p { color: rgb(186,149,125); }
H1.HeaderClassName
{
color: #BA957D;
}
.AnyTagClassName
{
color: #BA957D;
}
</style>
background-color css
<style>
a { background-color: #BA957D; }
a { background-color: rgb(186,149,125); }
div.DivClassName
{
background-color: #BA957D;
}
.BgClassName
{
background-color: #BA957D;
}
</style>
border-color css
<style>
span { border-color: #BA957D; }
span { border-color: rgb(186,149,125); }
td.TdClassName
{
border-color: #BA957D;
}
.TagClassName
{
border-color: #BA957D;
}
</style>