Shades of Pale Taupe #BA9178
Tints of Pale Taupe #BA9178
RGB
CMYK
RGB Variations
Color information
#BA9178 (or 0xBA9178) is known color: Pale Taupe. HEX triplet: BA, 91 and 78. RGB value is (186,145,120). Sum of RGB (Red+Green+Blue) = 186+145+120=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9178 is #456E87. Grayscale: #9A9A9A. Windows color (decimal): -4550280 or 7901626. OLE color: 7901626.
HSL color Cylindrical-coordinate representation of color #BA9178: hue angle of 22.73º 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 #BA9178 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 120 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.27 |
| HSL | 22.73º | 0.32% | 0.6% | - |
| HSV(B) | 22.73º | 0.35% | 0.73% | - |
| XYZ | 33.77 | 32.05 | 22.18 | - |
| YUV | 154.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 120 | 0 | 0.22 | 0.35 | 0.27 | 22.73 | 0.32 | 0.6 |
| Hex | BA | 91 | 78 | 0 | 16 | 23 | 1B | 17 | 20 | 3C |
| Octal | 272 | 221 | 170 | 0 | 26 | 43 | 33 | 27 | 40 | 74 |
| Binary | 10111010 | 10010001 | 1111000 | 0 | 10110 | 100011 | 11011 | 10111 | 100000 | 111100 |
Color Harmonies of #BA9178
Complementary color
Monochromatic Colors of #BA9178
Black with #BA9178
Text Example
Text Example
White with #BA9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9178; }
p { color: rgb(186,145,120); }
H1.HeaderClassName
{
color: #BA9178;
}
.AnyTagClassName
{
color: #BA9178;
}
</style>
background-color css
<style>
a { background-color: #BA9178; }
a { background-color: rgb(186,145,120); }
div.DivClassName
{
background-color: #BA9178;
}
.BgClassName
{
background-color: #BA9178;
}
</style>
border-color css
<style>
span { border-color: #BA9178; }
span { border-color: rgb(186,145,120); }
td.TdClassName
{
border-color: #BA9178;
}
.TagClassName
{
border-color: #BA9178;
}
</style>