Shades of Pale Taupe #BA8F72
Tints of Pale Taupe #BA8F72
RGB
CMYK
RGB Variations
Color information
#BA8F72 (or 0xBA8F72) is known color: Pale Taupe. HEX triplet: BA, 8F and 72. RGB value is (186,143,114). Sum of RGB (Red+Green+Blue) = 186+143+114=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F72 is #45708D. Grayscale: #989898. Windows color (decimal): -4550798 or 7507898. OLE color: 7507898.
HSL color Cylindrical-coordinate representation of color #BA8F72: hue angle of 24.17º 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 #BA8F72 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 114 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.27 |
| HSL | 24.17º | 0.34% | 0.59% | - |
| HSV(B) | 24.17º | 0.39% | 0.73% | - |
| XYZ | 33.11 | 31.3 | 20.22 | - |
| YUV | 152.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 114 | 0 | 0.23 | 0.39 | 0.27 | 24.17 | 0.34 | 0.59 |
| Hex | BA | 8F | 72 | 0 | 17 | 27 | 1B | 18 | 22 | 3B |
| Octal | 272 | 217 | 162 | 0 | 27 | 47 | 33 | 30 | 42 | 73 |
| Binary | 10111010 | 10001111 | 1110010 | 0 | 10111 | 100111 | 11011 | 11000 | 100010 | 111011 |
Color Harmonies of #BA8F72
Complementary color
Monochromatic Colors of #BA8F72
Black with #BA8F72
Text Example
Text Example
White with #BA8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F72; }
p { color: rgb(186,143,114); }
H1.HeaderClassName
{
color: #BA8F72;
}
.AnyTagClassName
{
color: #BA8F72;
}
</style>
background-color css
<style>
a { background-color: #BA8F72; }
a { background-color: rgb(186,143,114); }
div.DivClassName
{
background-color: #BA8F72;
}
.BgClassName
{
background-color: #BA8F72;
}
</style>
border-color css
<style>
span { border-color: #BA8F72; }
span { border-color: rgb(186,143,114); }
td.TdClassName
{
border-color: #BA8F72;
}
.TagClassName
{
border-color: #BA8F72;
}
</style>