Shades of Pale Taupe #BA9E7D
Tints of Pale Taupe #BA9E7D
RGB
CMYK
RGB Variations
Color information
#BA9E7D (or 0xBA9E7D) is known color: Pale Taupe. HEX triplet: BA, 9E and 7D. RGB value is (186,158,125). Sum of RGB (Red+Green+Blue) = 186+158+125=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7D is #456182. Grayscale: #A2A2A2. Windows color (decimal): -4546947 or 8232634. OLE color: 8232634.
HSL color Cylindrical-coordinate representation of color #BA9E7D: hue angle of 32.46º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9E7D is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 125 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.27 |
| HSL | 32.46º | 0.31% | 0.61% | - |
| HSV(B) | 32.46º | 0.33% | 0.73% | - |
| XYZ | 36.18 | 36.37 | 24.52 | - |
| YUV | 162.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 125 | 0 | 0.15 | 0.33 | 0.27 | 32.46 | 0.31 | 0.61 |
| Hex | BA | 9E | 7D | 0 | F | 21 | 1B | 20 | 1F | 3D |
| Octal | 272 | 236 | 175 | 0 | 17 | 41 | 33 | 40 | 37 | 75 |
| Binary | 10111010 | 10011110 | 1111101 | 0 | 1111 | 100001 | 11011 | 100000 | 11111 | 111101 |
Color Harmonies of #BA9E7D
Complementary color
Monochromatic Colors of #BA9E7D
Black with #BA9E7D
Text Example
Text Example
White with #BA9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E7D; }
p { color: rgb(186,158,125); }
H1.HeaderClassName
{
color: #BA9E7D;
}
.AnyTagClassName
{
color: #BA9E7D;
}
</style>
background-color css
<style>
a { background-color: #BA9E7D; }
a { background-color: rgb(186,158,125); }
div.DivClassName
{
background-color: #BA9E7D;
}
.BgClassName
{
background-color: #BA9E7D;
}
</style>
border-color css
<style>
span { border-color: #BA9E7D; }
span { border-color: rgb(186,158,125); }
td.TdClassName
{
border-color: #BA9E7D;
}
.TagClassName
{
border-color: #BA9E7D;
}
</style>