Shades of Pale Taupe #BA9E7C
Tints of Pale Taupe #BA9E7C
RGB
CMYK
RGB Variations
Color information
#BA9E7C (or 0xBA9E7C) is known color: Pale Taupe. HEX triplet: BA, 9E and 7C. RGB value is (186,158,124). Sum of RGB (Red+Green+Blue) = 186+158+124=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7C is #456183. Grayscale: #A2A2A2. Windows color (decimal): -4546948 or 8167098. OLE color: 8167098.
HSL color Cylindrical-coordinate representation of color #BA9E7C: hue angle of 32.9º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9E7C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 124 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.27 |
| HSL | 32.9º | 0.31% | 0.61% | - |
| HSV(B) | 32.9º | 0.33% | 0.73% | - |
| XYZ | 36.11 | 36.35 | 24.18 | - |
| YUV | 162.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 124 | 0 | 0.15 | 0.33 | 0.27 | 32.9 | 0.31 | 0.61 |
| Hex | BA | 9E | 7C | 0 | F | 21 | 1B | 21 | 1F | 3D |
| Octal | 272 | 236 | 174 | 0 | 17 | 41 | 33 | 41 | 37 | 75 |
| Binary | 10111010 | 10011110 | 1111100 | 0 | 1111 | 100001 | 11011 | 100001 | 11111 | 111101 |
Color Harmonies of #BA9E7C
Complementary color
Monochromatic Colors of #BA9E7C
Black with #BA9E7C
Text Example
Text Example
White with #BA9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E7C; }
p { color: rgb(186,158,124); }
H1.HeaderClassName
{
color: #BA9E7C;
}
.AnyTagClassName
{
color: #BA9E7C;
}
</style>
background-color css
<style>
a { background-color: #BA9E7C; }
a { background-color: rgb(186,158,124); }
div.DivClassName
{
background-color: #BA9E7C;
}
.BgClassName
{
background-color: #BA9E7C;
}
</style>
border-color css
<style>
span { border-color: #BA9E7C; }
span { border-color: rgb(186,158,124); }
td.TdClassName
{
border-color: #BA9E7C;
}
.TagClassName
{
border-color: #BA9E7C;
}
</style>