Shades of Pale Taupe #BA9C77
Tints of Pale Taupe #BA9C77
RGB
CMYK
RGB Variations
Color information
#BA9C77 (or 0xBA9C77) is known color: Pale Taupe. HEX triplet: BA, 9C and 77. RGB value is (186,156,119). Sum of RGB (Red+Green+Blue) = 186+156+119=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C77 is #456388. Grayscale: #A0A0A0. Windows color (decimal): -4547465 or 7838906. OLE color: 7838906.
HSL color Cylindrical-coordinate representation of color #BA9C77: hue angle of 33.13º 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 #BA9C77 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 119 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.27 |
| HSL | 33.13º | 0.33% | 0.6% | - |
| HSV(B) | 33.13º | 0.36% | 0.73% | - |
| XYZ | 35.47 | 35.55 | 22.44 | - |
| YUV | 160.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 119 | 0 | 0.16 | 0.36 | 0.27 | 33.13 | 0.33 | 0.6 |
| Hex | BA | 9C | 77 | 0 | 10 | 24 | 1B | 21 | 21 | 3C |
| Octal | 272 | 234 | 167 | 0 | 20 | 44 | 33 | 41 | 41 | 74 |
| Binary | 10111010 | 10011100 | 1110111 | 0 | 10000 | 100100 | 11011 | 100001 | 100001 | 111100 |
Color Harmonies of #BA9C77
Complementary color
Monochromatic Colors of #BA9C77
Black with #BA9C77
Text Example
Text Example
White with #BA9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C77; }
p { color: rgb(186,156,119); }
H1.HeaderClassName
{
color: #BA9C77;
}
.AnyTagClassName
{
color: #BA9C77;
}
</style>
background-color css
<style>
a { background-color: #BA9C77; }
a { background-color: rgb(186,156,119); }
div.DivClassName
{
background-color: #BA9C77;
}
.BgClassName
{
background-color: #BA9C77;
}
</style>
border-color css
<style>
span { border-color: #BA9C77; }
span { border-color: rgb(186,156,119); }
td.TdClassName
{
border-color: #BA9C77;
}
.TagClassName
{
border-color: #BA9C77;
}
</style>