Shades of Pale Taupe #BA9D7E
Tints of Pale Taupe #BA9D7E
RGB
CMYK
RGB Variations
Color information
#BA9D7E (or 0xBA9D7E) is known color: Pale Taupe. HEX triplet: BA, 9D and 7E. RGB value is (186,157,126). Sum of RGB (Red+Green+Blue) = 186+157+126=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D7E is #456281. Grayscale: #A2A2A2. Windows color (decimal): -4547202 or 8297914. OLE color: 8297914.
HSL color Cylindrical-coordinate representation of color #BA9D7E: hue angle of 31º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9D7E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 126 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.27 |
| HSL | 31º | 0.3% | 0.61% | - |
| HSV(B) | 31º | 0.32% | 0.73% | - |
| XYZ | 36.07 | 36.06 | 24.8 | - |
| YUV | 162.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 126 | 0 | 0.16 | 0.32 | 0.27 | 31 | 0.3 | 0.61 |
| Hex | BA | 9D | 7E | 0 | 10 | 20 | 1B | 1F | 1E | 3D |
| Octal | 272 | 235 | 176 | 0 | 20 | 40 | 33 | 37 | 36 | 75 |
| Binary | 10111010 | 10011101 | 1111110 | 0 | 10000 | 100000 | 11011 | 11111 | 11110 | 111101 |
Color Harmonies of #BA9D7E
Complementary color
Monochromatic Colors of #BA9D7E
Black with #BA9D7E
Text Example
Text Example
White with #BA9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D7E; }
p { color: rgb(186,157,126); }
H1.HeaderClassName
{
color: #BA9D7E;
}
.AnyTagClassName
{
color: #BA9D7E;
}
</style>
background-color css
<style>
a { background-color: #BA9D7E; }
a { background-color: rgb(186,157,126); }
div.DivClassName
{
background-color: #BA9D7E;
}
.BgClassName
{
background-color: #BA9D7E;
}
</style>
border-color css
<style>
span { border-color: #BA9D7E; }
span { border-color: rgb(186,157,126); }
td.TdClassName
{
border-color: #BA9D7E;
}
.TagClassName
{
border-color: #BA9D7E;
}
</style>