Shades of Pale Taupe #BA9D7F
Tints of Pale Taupe #BA9D7F
RGB
CMYK
RGB Variations
Color information
#BA9D7F (or 0xBA9D7F) is known color: Pale Taupe. HEX triplet: BA, 9D and 7F. RGB value is (186,157,127). Sum of RGB (Red+Green+Blue) = 186+157+127=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D7F is #456280. Grayscale: #A2A2A2. Windows color (decimal): -4547201 or 8363450. OLE color: 8363450.
HSL color Cylindrical-coordinate representation of color #BA9D7F: hue angle of 30.51º 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 #BA9D7F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 127 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.27 |
| HSL | 30.51º | 0.3% | 0.61% | - |
| HSV(B) | 30.51º | 0.32% | 0.73% | - |
| XYZ | 36.14 | 36.09 | 25.14 | - |
| YUV | 162.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 127 | 0 | 0.16 | 0.32 | 0.27 | 30.51 | 0.3 | 0.61 |
| Hex | BA | 9D | 7F | 0 | 10 | 20 | 1B | 1F | 1E | 3D |
| Octal | 272 | 235 | 177 | 0 | 20 | 40 | 33 | 37 | 36 | 75 |
| Binary | 10111010 | 10011101 | 1111111 | 0 | 10000 | 100000 | 11011 | 11111 | 11110 | 111101 |
Color Harmonies of #BA9D7F
Complementary color
Monochromatic Colors of #BA9D7F
Black with #BA9D7F
Text Example
Text Example
White with #BA9D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D7F; }
p { color: rgb(186,157,127); }
H1.HeaderClassName
{
color: #BA9D7F;
}
.AnyTagClassName
{
color: #BA9D7F;
}
</style>
background-color css
<style>
a { background-color: #BA9D7F; }
a { background-color: rgb(186,157,127); }
div.DivClassName
{
background-color: #BA9D7F;
}
.BgClassName
{
background-color: #BA9D7F;
}
</style>
border-color css
<style>
span { border-color: #BA9D7F; }
span { border-color: rgb(186,157,127); }
td.TdClassName
{
border-color: #BA9D7F;
}
.TagClassName
{
border-color: #BA9D7F;
}
</style>