Shades of Pale Taupe #BA8C6F
Tints of Pale Taupe #BA8C6F
RGB
CMYK
RGB Variations
Color information
#BA8C6F (or 0xBA8C6F) is known color: Pale Taupe. HEX triplet: BA, 8C and 6F. RGB value is (186,140,111). Sum of RGB (Red+Green+Blue) = 186+140+111=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C6F is #457390. Grayscale: #969696. Windows color (decimal): -4551569 or 7310522. OLE color: 7310522.
HSL color Cylindrical-coordinate representation of color #BA8C6F: hue angle of 23.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8C6F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 111 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.27 |
| HSL | 23.2º | 0.35% | 0.58% | - |
| HSV(B) | 23.2º | 0.4% | 0.73% | - |
| XYZ | 32.5 | 30.34 | 19.18 | - |
| YUV | 150.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 111 | 0 | 0.25 | 0.40 | 0.27 | 23.2 | 0.35 | 0.58 |
| Hex | BA | 8C | 6F | 0 | 19 | 28 | 1B | 17 | 23 | 3A |
| Octal | 272 | 214 | 157 | 0 | 31 | 50 | 33 | 27 | 43 | 72 |
| Binary | 10111010 | 10001100 | 1101111 | 0 | 11001 | 101000 | 11011 | 10111 | 100011 | 111010 |
Color Harmonies of #BA8C6F
Complementary color
Monochromatic Colors of #BA8C6F
Black with #BA8C6F
Text Example
Text Example
White with #BA8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C6F; }
p { color: rgb(186,140,111); }
H1.HeaderClassName
{
color: #BA8C6F;
}
.AnyTagClassName
{
color: #BA8C6F;
}
</style>
background-color css
<style>
a { background-color: #BA8C6F; }
a { background-color: rgb(186,140,111); }
div.DivClassName
{
background-color: #BA8C6F;
}
.BgClassName
{
background-color: #BA8C6F;
}
</style>
border-color css
<style>
span { border-color: #BA8C6F; }
span { border-color: rgb(186,140,111); }
td.TdClassName
{
border-color: #BA8C6F;
}
.TagClassName
{
border-color: #BA8C6F;
}
</style>