Shades of Pale Taupe #BA9575
Tints of Pale Taupe #BA9575
RGB
CMYK
RGB Variations
Color information
#BA9575 (or 0xBA9575) is known color: Pale Taupe. HEX triplet: BA, 95 and 75. RGB value is (186,149,117). Sum of RGB (Red+Green+Blue) = 186+149+117=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9575 is #456A8A. Grayscale: #9C9C9C. Windows color (decimal): -4549259 or 7706042. OLE color: 7706042.
HSL color Cylindrical-coordinate representation of color #BA9575: hue angle of 27.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9575 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 117 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.27 |
| HSL | 27.83º | 0.33% | 0.59% | - |
| HSV(B) | 27.83º | 0.37% | 0.73% | - |
| XYZ | 34.21 | 33.22 | 21.44 | - |
| YUV | 156.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 117 | 0 | 0.20 | 0.37 | 0.27 | 27.83 | 0.33 | 0.59 |
| Hex | BA | 95 | 75 | 0 | 14 | 25 | 1B | 1C | 21 | 3B |
| Octal | 272 | 225 | 165 | 0 | 24 | 45 | 33 | 34 | 41 | 73 |
| Binary | 10111010 | 10010101 | 1110101 | 0 | 10100 | 100101 | 11011 | 11100 | 100001 | 111011 |
Color Harmonies of #BA9575
Complementary color
Monochromatic Colors of #BA9575
Black with #BA9575
Text Example
Text Example
White with #BA9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9575; }
p { color: rgb(186,149,117); }
H1.HeaderClassName
{
color: #BA9575;
}
.AnyTagClassName
{
color: #BA9575;
}
</style>
background-color css
<style>
a { background-color: #BA9575; }
a { background-color: rgb(186,149,117); }
div.DivClassName
{
background-color: #BA9575;
}
.BgClassName
{
background-color: #BA9575;
}
</style>
border-color css
<style>
span { border-color: #BA9575; }
span { border-color: rgb(186,149,117); }
td.TdClassName
{
border-color: #BA9575;
}
.TagClassName
{
border-color: #BA9575;
}
</style>