Shades of Pale Taupe #BA997E
Tints of Pale Taupe #BA997E
RGB
CMYK
RGB Variations
Color information
#BA997E (or 0xBA997E) is known color: Pale Taupe. HEX triplet: BA, 99 and 7E. RGB value is (186,153,126). Sum of RGB (Red+Green+Blue) = 186+153+126=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA997E is #456681. Grayscale: #9F9F9F. Windows color (decimal): -4548226 or 8296890. OLE color: 8296890.
HSL color Cylindrical-coordinate representation of color #BA997E: hue angle of 27º 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 #BA997E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 126 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.27 |
| HSL | 27º | 0.3% | 0.61% | - |
| HSV(B) | 27º | 0.32% | 0.73% | - |
| XYZ | 35.41 | 34.73 | 24.58 | - |
| YUV | 159.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 126 | 0 | 0.18 | 0.32 | 0.27 | 27 | 0.3 | 0.61 |
| Hex | BA | 99 | 7E | 0 | 12 | 20 | 1B | 1B | 1E | 3D |
| Octal | 272 | 231 | 176 | 0 | 22 | 40 | 33 | 33 | 36 | 75 |
| Binary | 10111010 | 10011001 | 1111110 | 0 | 10010 | 100000 | 11011 | 11011 | 11110 | 111101 |
Color Harmonies of #BA997E
Complementary color
Monochromatic Colors of #BA997E
Black with #BA997E
Text Example
Text Example
White with #BA997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA997E; }
p { color: rgb(186,153,126); }
H1.HeaderClassName
{
color: #BA997E;
}
.AnyTagClassName
{
color: #BA997E;
}
</style>
background-color css
<style>
a { background-color: #BA997E; }
a { background-color: rgb(186,153,126); }
div.DivClassName
{
background-color: #BA997E;
}
.BgClassName
{
background-color: #BA997E;
}
</style>
border-color css
<style>
span { border-color: #BA997E; }
span { border-color: rgb(186,153,126); }
td.TdClassName
{
border-color: #BA997E;
}
.TagClassName
{
border-color: #BA997E;
}
</style>