Shades of Pale Taupe #BA9C7A
Tints of Pale Taupe #BA9C7A
RGB
CMYK
RGB Variations
Color information
#BA9C7A (or 0xBA9C7A) is known color: Pale Taupe. HEX triplet: BA, 9C and 7A. RGB value is (186,156,122). Sum of RGB (Red+Green+Blue) = 186+156+122=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C7A is #456385. Grayscale: #A1A1A1. Windows color (decimal): -4547462 or 8035514. OLE color: 8035514.
HSL color Cylindrical-coordinate representation of color #BA9C7A: hue angle of 31.88º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9C7A is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 122 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.27 |
| HSL | 31.88º | 0.32% | 0.6% | - |
| HSV(B) | 31.88º | 0.34% | 0.73% | - |
| XYZ | 35.65 | 35.62 | 23.41 | - |
| YUV | 161.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 122 | 0 | 0.16 | 0.34 | 0.27 | 31.88 | 0.32 | 0.6 |
| Hex | BA | 9C | 7A | 0 | 10 | 22 | 1B | 20 | 20 | 3C |
| Octal | 272 | 234 | 172 | 0 | 20 | 42 | 33 | 40 | 40 | 74 |
| Binary | 10111010 | 10011100 | 1111010 | 0 | 10000 | 100010 | 11011 | 100000 | 100000 | 111100 |
Color Harmonies of #BA9C7A
Complementary color
Monochromatic Colors of #BA9C7A
Black with #BA9C7A
Text Example
Text Example
White with #BA9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C7A; }
p { color: rgb(186,156,122); }
H1.HeaderClassName
{
color: #BA9C7A;
}
.AnyTagClassName
{
color: #BA9C7A;
}
</style>
background-color css
<style>
a { background-color: #BA9C7A; }
a { background-color: rgb(186,156,122); }
div.DivClassName
{
background-color: #BA9C7A;
}
.BgClassName
{
background-color: #BA9C7A;
}
</style>
border-color css
<style>
span { border-color: #BA9C7A; }
span { border-color: rgb(186,156,122); }
td.TdClassName
{
border-color: #BA9C7A;
}
.TagClassName
{
border-color: #BA9C7A;
}
</style>