Shades of Pale Taupe #BA9A7D
Tints of Pale Taupe #BA9A7D
RGB
CMYK
RGB Variations
Color information
#BA9A7D (or 0xBA9A7D) is known color: Pale Taupe. HEX triplet: BA, 9A and 7D. RGB value is (186,154,125). Sum of RGB (Red+Green+Blue) = 186+154+125=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A7D is #456582. Grayscale: #A0A0A0. Windows color (decimal): -4547971 or 8231610. OLE color: 8231610.
HSL color Cylindrical-coordinate representation of color #BA9A7D: hue angle of 28.52º 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 #BA9A7D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 125 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.27 |
| HSL | 28.52º | 0.31% | 0.61% | - |
| HSV(B) | 28.52º | 0.33% | 0.73% | - |
| XYZ | 35.51 | 35.03 | 24.29 | - |
| YUV | 160.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 125 | 0 | 0.17 | 0.33 | 0.27 | 28.52 | 0.31 | 0.61 |
| Hex | BA | 9A | 7D | 0 | 11 | 21 | 1B | 1D | 1F | 3D |
| Octal | 272 | 232 | 175 | 0 | 21 | 41 | 33 | 35 | 37 | 75 |
| Binary | 10111010 | 10011010 | 1111101 | 0 | 10001 | 100001 | 11011 | 11101 | 11111 | 111101 |
Color Harmonies of #BA9A7D
Complementary color
Monochromatic Colors of #BA9A7D
Black with #BA9A7D
Text Example
Text Example
White with #BA9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A7D; }
p { color: rgb(186,154,125); }
H1.HeaderClassName
{
color: #BA9A7D;
}
.AnyTagClassName
{
color: #BA9A7D;
}
</style>
background-color css
<style>
a { background-color: #BA9A7D; }
a { background-color: rgb(186,154,125); }
div.DivClassName
{
background-color: #BA9A7D;
}
.BgClassName
{
background-color: #BA9A7D;
}
</style>
border-color css
<style>
span { border-color: #BA9A7D; }
span { border-color: rgb(186,154,125); }
td.TdClassName
{
border-color: #BA9A7D;
}
.TagClassName
{
border-color: #BA9A7D;
}
</style>