Shades of Pale Taupe #BA9A7E
Tints of Pale Taupe #BA9A7E
RGB
CMYK
RGB Variations
Color information
#BA9A7E (or 0xBA9A7E) is known color: Pale Taupe. HEX triplet: BA, 9A and 7E. RGB value is (186,154,126). Sum of RGB (Red+Green+Blue) = 186+154+126=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A7E is #456581. Grayscale: #A0A0A0. Windows color (decimal): -4547970 or 8297146. OLE color: 8297146.
HSL color Cylindrical-coordinate representation of color #BA9A7E: hue angle of 28º 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 #BA9A7E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 126 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.27 |
| HSL | 28º | 0.3% | 0.61% | - |
| HSV(B) | 28º | 0.32% | 0.73% | - |
| XYZ | 35.57 | 35.06 | 24.63 | - |
| YUV | 160.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 126 | 0 | 0.17 | 0.32 | 0.27 | 28 | 0.3 | 0.61 |
| Hex | BA | 9A | 7E | 0 | 11 | 20 | 1B | 1C | 1E | 3D |
| Octal | 272 | 232 | 176 | 0 | 21 | 40 | 33 | 34 | 36 | 75 |
| Binary | 10111010 | 10011010 | 1111110 | 0 | 10001 | 100000 | 11011 | 11100 | 11110 | 111101 |
Color Harmonies of #BA9A7E
Complementary color
Monochromatic Colors of #BA9A7E
Black with #BA9A7E
Text Example
Text Example
White with #BA9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A7E; }
p { color: rgb(186,154,126); }
H1.HeaderClassName
{
color: #BA9A7E;
}
.AnyTagClassName
{
color: #BA9A7E;
}
</style>
background-color css
<style>
a { background-color: #BA9A7E; }
a { background-color: rgb(186,154,126); }
div.DivClassName
{
background-color: #BA9A7E;
}
.BgClassName
{
background-color: #BA9A7E;
}
</style>
border-color css
<style>
span { border-color: #BA9A7E; }
span { border-color: rgb(186,154,126); }
td.TdClassName
{
border-color: #BA9A7E;
}
.TagClassName
{
border-color: #BA9A7E;
}
</style>