Shades of Pale Taupe #BA8F79
Tints of Pale Taupe #BA8F79
RGB
CMYK
RGB Variations
Color information
#BA8F79 (or 0xBA8F79) is known color: Pale Taupe. HEX triplet: BA, 8F and 79. RGB value is (186,143,121). Sum of RGB (Red+Green+Blue) = 186+143+121=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F79 is #457086. Grayscale: #999999. Windows color (decimal): -4550791 or 7966650. OLE color: 7966650.
HSL color Cylindrical-coordinate representation of color #BA8F79: hue angle of 20.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8F79 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 121 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.27 |
| HSL | 20.31º | 0.32% | 0.6% | - |
| HSV(B) | 20.31º | 0.35% | 0.73% | - |
| XYZ | 33.52 | 31.46 | 22.4 | - |
| YUV | 153.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 121 | 0 | 0.23 | 0.35 | 0.27 | 20.31 | 0.32 | 0.6 |
| Hex | BA | 8F | 79 | 0 | 17 | 23 | 1B | 14 | 20 | 3C |
| Octal | 272 | 217 | 171 | 0 | 27 | 43 | 33 | 24 | 40 | 74 |
| Binary | 10111010 | 10001111 | 1111001 | 0 | 10111 | 100011 | 11011 | 10100 | 100000 | 111100 |
Color Harmonies of #BA8F79
Complementary color
Monochromatic Colors of #BA8F79
Black with #BA8F79
Text Example
Text Example
White with #BA8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F79; }
p { color: rgb(186,143,121); }
H1.HeaderClassName
{
color: #BA8F79;
}
.AnyTagClassName
{
color: #BA8F79;
}
</style>
background-color css
<style>
a { background-color: #BA8F79; }
a { background-color: rgb(186,143,121); }
div.DivClassName
{
background-color: #BA8F79;
}
.BgClassName
{
background-color: #BA8F79;
}
</style>
border-color css
<style>
span { border-color: #BA8F79; }
span { border-color: rgb(186,143,121); }
td.TdClassName
{
border-color: #BA8F79;
}
.TagClassName
{
border-color: #BA8F79;
}
</style>