Shades of Pale Taupe #BA9578
Tints of Pale Taupe #BA9578
RGB
CMYK
RGB Variations
Color information
#BA9578 (or 0xBA9578) is known color: Pale Taupe. HEX triplet: BA, 95 and 78. RGB value is (186,149,120). Sum of RGB (Red+Green+Blue) = 186+149+120=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9578 is #456A87. Grayscale: #9C9C9C. Windows color (decimal): -4549256 or 7902650. OLE color: 7902650.
HSL color Cylindrical-coordinate representation of color #BA9578: hue angle of 26.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9578 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 120 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.27 |
| HSL | 26.36º | 0.32% | 0.6% | - |
| HSV(B) | 26.36º | 0.35% | 0.73% | - |
| XYZ | 34.39 | 33.29 | 22.38 | - |
| YUV | 156.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 120 | 0 | 0.20 | 0.35 | 0.27 | 26.36 | 0.32 | 0.6 |
| Hex | BA | 95 | 78 | 0 | 14 | 23 | 1B | 1A | 20 | 3C |
| Octal | 272 | 225 | 170 | 0 | 24 | 43 | 33 | 32 | 40 | 74 |
| Binary | 10111010 | 10010101 | 1111000 | 0 | 10100 | 100011 | 11011 | 11010 | 100000 | 111100 |
Color Harmonies of #BA9578
Complementary color
Monochromatic Colors of #BA9578
Black with #BA9578
Text Example
Text Example
White with #BA9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9578; }
p { color: rgb(186,149,120); }
H1.HeaderClassName
{
color: #BA9578;
}
.AnyTagClassName
{
color: #BA9578;
}
</style>
background-color css
<style>
a { background-color: #BA9578; }
a { background-color: rgb(186,149,120); }
div.DivClassName
{
background-color: #BA9578;
}
.BgClassName
{
background-color: #BA9578;
}
</style>
border-color css
<style>
span { border-color: #BA9578; }
span { border-color: rgb(186,149,120); }
td.TdClassName
{
border-color: #BA9578;
}
.TagClassName
{
border-color: #BA9578;
}
</style>