Shades of Pale Taupe #BA9177
Tints of Pale Taupe #BA9177
RGB
CMYK
RGB Variations
Color information
#BA9177 (or 0xBA9177) is known color: Pale Taupe. HEX triplet: BA, 91 and 77. RGB value is (186,145,119). Sum of RGB (Red+Green+Blue) = 186+145+119=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9177 is #456E88. Grayscale: #9A9A9A. Windows color (decimal): -4550281 or 7836090. OLE color: 7836090.
HSL color Cylindrical-coordinate representation of color #BA9177: hue angle of 23.28º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9177 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 119 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.27 |
| HSL | 23.28º | 0.33% | 0.6% | - |
| HSV(B) | 23.28º | 0.36% | 0.73% | - |
| XYZ | 33.7 | 32.02 | 21.86 | - |
| YUV | 154.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 119 | 0 | 0.22 | 0.36 | 0.27 | 23.28 | 0.33 | 0.6 |
| Hex | BA | 91 | 77 | 0 | 16 | 24 | 1B | 17 | 21 | 3C |
| Octal | 272 | 221 | 167 | 0 | 26 | 44 | 33 | 27 | 41 | 74 |
| Binary | 10111010 | 10010001 | 1110111 | 0 | 10110 | 100100 | 11011 | 10111 | 100001 | 111100 |
Color Harmonies of #BA9177
Complementary color
Monochromatic Colors of #BA9177
Black with #BA9177
Text Example
Text Example
White with #BA9177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9177; }
p { color: rgb(186,145,119); }
H1.HeaderClassName
{
color: #BA9177;
}
.AnyTagClassName
{
color: #BA9177;
}
</style>
background-color css
<style>
a { background-color: #BA9177; }
a { background-color: rgb(186,145,119); }
div.DivClassName
{
background-color: #BA9177;
}
.BgClassName
{
background-color: #BA9177;
}
</style>
border-color css
<style>
span { border-color: #BA9177; }
span { border-color: rgb(186,145,119); }
td.TdClassName
{
border-color: #BA9177;
}
.TagClassName
{
border-color: #BA9177;
}
</style>