Shades of Pale Taupe #BA9E7F
Tints of Pale Taupe #BA9E7F
RGB
CMYK
RGB Variations
Color information
#BA9E7F (or 0xBA9E7F) is known color: Pale Taupe. HEX triplet: BA, 9E and 7F. RGB value is (186,158,127). Sum of RGB (Red+Green+Blue) = 186+158+127=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7F is #456180. Grayscale: #A2A2A2. Windows color (decimal): -4546945 or 8363706. OLE color: 8363706.
HSL color Cylindrical-coordinate representation of color #BA9E7F: hue angle of 31.53º 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 #BA9E7F is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 127 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.27 |
| HSL | 31.53º | 0.3% | 0.61% | - |
| HSV(B) | 31.53º | 0.32% | 0.73% | - |
| XYZ | 36.31 | 36.43 | 25.2 | - |
| YUV | 162.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 127 | 0 | 0.15 | 0.32 | 0.27 | 31.53 | 0.3 | 0.61 |
| Hex | BA | 9E | 7F | 0 | F | 20 | 1B | 20 | 1E | 3D |
| Octal | 272 | 236 | 177 | 0 | 17 | 40 | 33 | 40 | 36 | 75 |
| Binary | 10111010 | 10011110 | 1111111 | 0 | 1111 | 100000 | 11011 | 100000 | 11110 | 111101 |
Color Harmonies of #BA9E7F
Complementary color
Monochromatic Colors of #BA9E7F
Black with #BA9E7F
Text Example
Text Example
White with #BA9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E7F; }
p { color: rgb(186,158,127); }
H1.HeaderClassName
{
color: #BA9E7F;
}
.AnyTagClassName
{
color: #BA9E7F;
}
</style>
background-color css
<style>
a { background-color: #BA9E7F; }
a { background-color: rgb(186,158,127); }
div.DivClassName
{
background-color: #BA9E7F;
}
.BgClassName
{
background-color: #BA9E7F;
}
</style>
border-color css
<style>
span { border-color: #BA9E7F; }
span { border-color: rgb(186,158,127); }
td.TdClassName
{
border-color: #BA9E7F;
}
.TagClassName
{
border-color: #BA9E7F;
}
</style>