Shades of Pale Taupe #BA9E7A
Tints of Pale Taupe #BA9E7A
RGB
CMYK
RGB Variations
Color information
#BA9E7A (or 0xBA9E7A) is known color: Pale Taupe. HEX triplet: BA, 9E and 7A. RGB value is (186,158,122). Sum of RGB (Red+Green+Blue) = 186+158+122=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7A is #456185. Grayscale: #A2A2A2. Windows color (decimal): -4546950 or 8036026. OLE color: 8036026.
HSL color Cylindrical-coordinate representation of color #BA9E7A: hue angle of 33.75º 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 #BA9E7A is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 122 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.27 |
| HSL | 33.75º | 0.32% | 0.6% | - |
| HSV(B) | 33.75º | 0.34% | 0.73% | - |
| XYZ | 35.99 | 36.3 | 23.52 | - |
| YUV | 162.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 122 | 0 | 0.15 | 0.34 | 0.27 | 33.75 | 0.32 | 0.6 |
| Hex | BA | 9E | 7A | 0 | F | 22 | 1B | 22 | 20 | 3C |
| Octal | 272 | 236 | 172 | 0 | 17 | 42 | 33 | 42 | 40 | 74 |
| Binary | 10111010 | 10011110 | 1111010 | 0 | 1111 | 100010 | 11011 | 100010 | 100000 | 111100 |
Color Harmonies of #BA9E7A
Complementary color
Monochromatic Colors of #BA9E7A
Black with #BA9E7A
Text Example
Text Example
White with #BA9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E7A; }
p { color: rgb(186,158,122); }
H1.HeaderClassName
{
color: #BA9E7A;
}
.AnyTagClassName
{
color: #BA9E7A;
}
</style>
background-color css
<style>
a { background-color: #BA9E7A; }
a { background-color: rgb(186,158,122); }
div.DivClassName
{
background-color: #BA9E7A;
}
.BgClassName
{
background-color: #BA9E7A;
}
</style>
border-color css
<style>
span { border-color: #BA9E7A; }
span { border-color: rgb(186,158,122); }
td.TdClassName
{
border-color: #BA9E7A;
}
.TagClassName
{
border-color: #BA9E7A;
}
</style>