Shades of Pale Taupe #BA8F78
Tints of Pale Taupe #BA8F78
RGB
CMYK
RGB Variations
Color information
#BA8F78 (or 0xBA8F78) is known color: Pale Taupe. HEX triplet: BA, 8F and 78. RGB value is (186,143,120). Sum of RGB (Red+Green+Blue) = 186+143+120=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F78 is #457087. Grayscale: #999999. Windows color (decimal): -4550792 or 7901114. OLE color: 7901114.
HSL color Cylindrical-coordinate representation of color #BA8F78: hue angle of 20.91º 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 #BA8F78 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 120 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.27 |
| HSL | 20.91º | 0.32% | 0.6% | - |
| HSV(B) | 20.91º | 0.35% | 0.73% | - |
| XYZ | 33.46 | 31.44 | 22.07 | - |
| YUV | 153.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 120 | 0 | 0.23 | 0.35 | 0.27 | 20.91 | 0.32 | 0.6 |
| Hex | BA | 8F | 78 | 0 | 17 | 23 | 1B | 15 | 20 | 3C |
| Octal | 272 | 217 | 170 | 0 | 27 | 43 | 33 | 25 | 40 | 74 |
| Binary | 10111010 | 10001111 | 1111000 | 0 | 10111 | 100011 | 11011 | 10101 | 100000 | 111100 |
Color Harmonies of #BA8F78
Complementary color
Monochromatic Colors of #BA8F78
Black with #BA8F78
Text Example
Text Example
White with #BA8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F78; }
p { color: rgb(186,143,120); }
H1.HeaderClassName
{
color: #BA8F78;
}
.AnyTagClassName
{
color: #BA8F78;
}
</style>
background-color css
<style>
a { background-color: #BA8F78; }
a { background-color: rgb(186,143,120); }
div.DivClassName
{
background-color: #BA8F78;
}
.BgClassName
{
background-color: #BA8F78;
}
</style>
border-color css
<style>
span { border-color: #BA8F78; }
span { border-color: rgb(186,143,120); }
td.TdClassName
{
border-color: #BA8F78;
}
.TagClassName
{
border-color: #BA8F78;
}
</style>