Shades of Pale Taupe #BA9C7F
Tints of Pale Taupe #BA9C7F
RGB
CMYK
RGB Variations
Color information
#BA9C7F (or 0xBA9C7F) is known color: Pale Taupe. HEX triplet: BA, 9C and 7F. RGB value is (186,156,127). Sum of RGB (Red+Green+Blue) = 186+156+127=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C7F is #456380. Grayscale: #A1A1A1. Windows color (decimal): -4547457 or 8363194. OLE color: 8363194.
HSL color Cylindrical-coordinate representation of color #BA9C7F: hue angle of 29.49º 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 #BA9C7F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 127 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.27 |
| HSL | 29.49º | 0.3% | 0.61% | - |
| HSV(B) | 29.49º | 0.32% | 0.73% | - |
| XYZ | 35.97 | 35.75 | 25.08 | - |
| YUV | 161.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 127 | 0 | 0.16 | 0.32 | 0.27 | 29.49 | 0.3 | 0.61 |
| Hex | BA | 9C | 7F | 0 | 10 | 20 | 1B | 1D | 1E | 3D |
| Octal | 272 | 234 | 177 | 0 | 20 | 40 | 33 | 35 | 36 | 75 |
| Binary | 10111010 | 10011100 | 1111111 | 0 | 10000 | 100000 | 11011 | 11101 | 11110 | 111101 |
Color Harmonies of #BA9C7F
Complementary color
Monochromatic Colors of #BA9C7F
Black with #BA9C7F
Text Example
Text Example
White with #BA9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C7F; }
p { color: rgb(186,156,127); }
H1.HeaderClassName
{
color: #BA9C7F;
}
.AnyTagClassName
{
color: #BA9C7F;
}
</style>
background-color css
<style>
a { background-color: #BA9C7F; }
a { background-color: rgb(186,156,127); }
div.DivClassName
{
background-color: #BA9C7F;
}
.BgClassName
{
background-color: #BA9C7F;
}
</style>
border-color css
<style>
span { border-color: #BA9C7F; }
span { border-color: rgb(186,156,127); }
td.TdClassName
{
border-color: #BA9C7F;
}
.TagClassName
{
border-color: #BA9C7F;
}
</style>