Shades of Pale Taupe #BA8F7A
Tints of Pale Taupe #BA8F7A
RGB
CMYK
RGB Variations
Color information
#BA8F7A (or 0xBA8F7A) is known color: Pale Taupe. HEX triplet: BA, 8F and 7A. RGB value is (186,143,122). Sum of RGB (Red+Green+Blue) = 186+143+122=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F7A is #457085. Grayscale: #999999. Windows color (decimal): -4550790 or 8032186. OLE color: 8032186.
HSL color Cylindrical-coordinate representation of color #BA8F7A: hue angle of 19.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8F7A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 122 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.27 |
| HSL | 19.69º | 0.32% | 0.6% | - |
| HSV(B) | 19.69º | 0.34% | 0.73% | - |
| XYZ | 33.59 | 31.49 | 22.72 | - |
| YUV | 153.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 122 | 0 | 0.23 | 0.34 | 0.27 | 19.69 | 0.32 | 0.6 |
| Hex | BA | 8F | 7A | 0 | 17 | 22 | 1B | 14 | 20 | 3C |
| Octal | 272 | 217 | 172 | 0 | 27 | 42 | 33 | 24 | 40 | 74 |
| Binary | 10111010 | 10001111 | 1111010 | 0 | 10111 | 100010 | 11011 | 10100 | 100000 | 111100 |
Color Harmonies of #BA8F7A
Complementary color
Monochromatic Colors of #BA8F7A
Black with #BA8F7A
Text Example
Text Example
White with #BA8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F7A; }
p { color: rgb(186,143,122); }
H1.HeaderClassName
{
color: #BA8F7A;
}
.AnyTagClassName
{
color: #BA8F7A;
}
</style>
background-color css
<style>
a { background-color: #BA8F7A; }
a { background-color: rgb(186,143,122); }
div.DivClassName
{
background-color: #BA8F7A;
}
.BgClassName
{
background-color: #BA8F7A;
}
</style>
border-color css
<style>
span { border-color: #BA8F7A; }
span { border-color: rgb(186,143,122); }
td.TdClassName
{
border-color: #BA8F7A;
}
.TagClassName
{
border-color: #BA8F7A;
}
</style>