Shades of Pale Taupe #BA8E72
Tints of Pale Taupe #BA8E72
RGB
CMYK
RGB Variations
Color information
#BA8E72 (or 0xBA8E72) is known color: Pale Taupe. HEX triplet: BA, 8E and 72. RGB value is (186,142,114). Sum of RGB (Red+Green+Blue) = 186+142+114=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E72 is #45718D. Grayscale: #989898. Windows color (decimal): -4551054 or 7507642. OLE color: 7507642.
HSL color Cylindrical-coordinate representation of color #BA8E72: hue angle of 23.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8E72 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 114 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.27 |
| HSL | 23.33º | 0.34% | 0.59% | - |
| HSV(B) | 23.33º | 0.39% | 0.73% | - |
| XYZ | 32.96 | 31 | 20.17 | - |
| YUV | 151.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 114 | 0 | 0.24 | 0.39 | 0.27 | 23.33 | 0.34 | 0.59 |
| Hex | BA | 8E | 72 | 0 | 18 | 27 | 1B | 17 | 22 | 3B |
| Octal | 272 | 216 | 162 | 0 | 30 | 47 | 33 | 27 | 42 | 73 |
| Binary | 10111010 | 10001110 | 1110010 | 0 | 11000 | 100111 | 11011 | 10111 | 100010 | 111011 |
Color Harmonies of #BA8E72
Complementary color
Monochromatic Colors of #BA8E72
Black with #BA8E72
Text Example
Text Example
White with #BA8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E72; }
p { color: rgb(186,142,114); }
H1.HeaderClassName
{
color: #BA8E72;
}
.AnyTagClassName
{
color: #BA8E72;
}
</style>
background-color css
<style>
a { background-color: #BA8E72; }
a { background-color: rgb(186,142,114); }
div.DivClassName
{
background-color: #BA8E72;
}
.BgClassName
{
background-color: #BA8E72;
}
</style>
border-color css
<style>
span { border-color: #BA8E72; }
span { border-color: rgb(186,142,114); }
td.TdClassName
{
border-color: #BA8E72;
}
.TagClassName
{
border-color: #BA8E72;
}
</style>