Shades of Pale Taupe #BA8F74
Tints of Pale Taupe #BA8F74
RGB
CMYK
RGB Variations
Color information
#BA8F74 (or 0xBA8F74) is known color: Pale Taupe. HEX triplet: BA, 8F and 74. RGB value is (186,143,116). Sum of RGB (Red+Green+Blue) = 186+143+116=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F74 is #45708B. Grayscale: #989898. Windows color (decimal): -4550796 or 7638970. OLE color: 7638970.
HSL color Cylindrical-coordinate representation of color #BA8F74: hue angle of 23.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8F74 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 116 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.27 |
| HSL | 23.14º | 0.34% | 0.59% | - |
| HSV(B) | 23.14º | 0.38% | 0.73% | - |
| XYZ | 33.22 | 31.34 | 20.82 | - |
| YUV | 152.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 116 | 0 | 0.23 | 0.38 | 0.27 | 23.14 | 0.34 | 0.59 |
| Hex | BA | 8F | 74 | 0 | 17 | 26 | 1B | 17 | 22 | 3B |
| Octal | 272 | 217 | 164 | 0 | 27 | 46 | 33 | 27 | 42 | 73 |
| Binary | 10111010 | 10001111 | 1110100 | 0 | 10111 | 100110 | 11011 | 10111 | 100010 | 111011 |
Color Harmonies of #BA8F74
Complementary color
Monochromatic Colors of #BA8F74
Black with #BA8F74
Text Example
Text Example
White with #BA8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F74; }
p { color: rgb(186,143,116); }
H1.HeaderClassName
{
color: #BA8F74;
}
.AnyTagClassName
{
color: #BA8F74;
}
</style>
background-color css
<style>
a { background-color: #BA8F74; }
a { background-color: rgb(186,143,116); }
div.DivClassName
{
background-color: #BA8F74;
}
.BgClassName
{
background-color: #BA8F74;
}
</style>
border-color css
<style>
span { border-color: #BA8F74; }
span { border-color: rgb(186,143,116); }
td.TdClassName
{
border-color: #BA8F74;
}
.TagClassName
{
border-color: #BA8F74;
}
</style>