Shades of Pale Taupe #BA9E79
Tints of Pale Taupe #BA9E79
RGB
CMYK
RGB Variations
Color information
#BA9E79 (or 0xBA9E79) is known color: Pale Taupe. HEX triplet: BA, 9E and 79. RGB value is (186,158,121). Sum of RGB (Red+Green+Blue) = 186+158+121=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E79 is #456186. Grayscale: #A2A2A2. Windows color (decimal): -4546951 or 7970490. OLE color: 7970490.
HSL color Cylindrical-coordinate representation of color #BA9E79: hue angle of 34.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9E79 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 121 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.27 |
| HSL | 34.15º | 0.32% | 0.6% | - |
| HSV(B) | 34.15º | 0.35% | 0.73% | - |
| XYZ | 35.93 | 36.27 | 23.2 | - |
| YUV | 162.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 121 | 0 | 0.15 | 0.35 | 0.27 | 34.15 | 0.32 | 0.6 |
| Hex | BA | 9E | 79 | 0 | F | 23 | 1B | 22 | 20 | 3C |
| Octal | 272 | 236 | 171 | 0 | 17 | 43 | 33 | 42 | 40 | 74 |
| Binary | 10111010 | 10011110 | 1111001 | 0 | 1111 | 100011 | 11011 | 100010 | 100000 | 111100 |
Color Harmonies of #BA9E79
Complementary color
Monochromatic Colors of #BA9E79
Black with #BA9E79
Text Example
Text Example
White with #BA9E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E79; }
p { color: rgb(186,158,121); }
H1.HeaderClassName
{
color: #BA9E79;
}
.AnyTagClassName
{
color: #BA9E79;
}
</style>
background-color css
<style>
a { background-color: #BA9E79; }
a { background-color: rgb(186,158,121); }
div.DivClassName
{
background-color: #BA9E79;
}
.BgClassName
{
background-color: #BA9E79;
}
</style>
border-color css
<style>
span { border-color: #BA9E79; }
span { border-color: rgb(186,158,121); }
td.TdClassName
{
border-color: #BA9E79;
}
.TagClassName
{
border-color: #BA9E79;
}
</style>