Shades of Pale Taupe #BA8D70
Tints of Pale Taupe #BA8D70
RGB
CMYK
RGB Variations
Color information
#BA8D70 (or 0xBA8D70) is known color: Pale Taupe. HEX triplet: BA, 8D and 70. RGB value is (186,141,112). Sum of RGB (Red+Green+Blue) = 186+141+112=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D70 is #45728F. Grayscale: #979797. Windows color (decimal): -4551312 or 7376314. OLE color: 7376314.
HSL color Cylindrical-coordinate representation of color #BA8D70: hue angle of 23.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8D70 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 112 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.27 |
| HSL | 23.51º | 0.35% | 0.58% | - |
| HSV(B) | 23.51º | 0.4% | 0.73% | - |
| XYZ | 32.7 | 30.66 | 19.52 | - |
| YUV | 151.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 112 | 0 | 0.24 | 0.40 | 0.27 | 23.51 | 0.35 | 0.58 |
| Hex | BA | 8D | 70 | 0 | 18 | 28 | 1B | 18 | 23 | 3A |
| Octal | 272 | 215 | 160 | 0 | 30 | 50 | 33 | 30 | 43 | 72 |
| Binary | 10111010 | 10001101 | 1110000 | 0 | 11000 | 101000 | 11011 | 11000 | 100011 | 111010 |
Color Harmonies of #BA8D70
Complementary color
Monochromatic Colors of #BA8D70
Black with #BA8D70
Text Example
Text Example
White with #BA8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D70; }
p { color: rgb(186,141,112); }
H1.HeaderClassName
{
color: #BA8D70;
}
.AnyTagClassName
{
color: #BA8D70;
}
</style>
background-color css
<style>
a { background-color: #BA8D70; }
a { background-color: rgb(186,141,112); }
div.DivClassName
{
background-color: #BA8D70;
}
.BgClassName
{
background-color: #BA8D70;
}
</style>
border-color css
<style>
span { border-color: #BA8D70; }
span { border-color: rgb(186,141,112); }
td.TdClassName
{
border-color: #BA8D70;
}
.TagClassName
{
border-color: #BA8D70;
}
</style>