Shades of Pale Taupe #BA917C
Tints of Pale Taupe #BA917C
RGB
CMYK
RGB Variations
Color information
#BA917C (or 0xBA917C) is known color: Pale Taupe. HEX triplet: BA, 91 and 7C. RGB value is (186,145,124). Sum of RGB (Red+Green+Blue) = 186+145+124=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA917C is #456E83. Grayscale: #9A9A9A. Windows color (decimal): -4550276 or 8163770. OLE color: 8163770.
HSL color Cylindrical-coordinate representation of color #BA917C: hue angle of 20.32º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA917C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 124 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.27 |
| HSL | 20.32º | 0.31% | 0.61% | - |
| HSV(B) | 20.32º | 0.33% | 0.73% | - |
| XYZ | 34.01 | 32.15 | 23.48 | - |
| YUV | 154.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 124 | 0 | 0.22 | 0.33 | 0.27 | 20.32 | 0.31 | 0.61 |
| Hex | BA | 91 | 7C | 0 | 16 | 21 | 1B | 14 | 1F | 3D |
| Octal | 272 | 221 | 174 | 0 | 26 | 41 | 33 | 24 | 37 | 75 |
| Binary | 10111010 | 10010001 | 1111100 | 0 | 10110 | 100001 | 11011 | 10100 | 11111 | 111101 |
Color Harmonies of #BA917C
Complementary color
Monochromatic Colors of #BA917C
Black with #BA917C
Text Example
Text Example
White with #BA917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA917C; }
p { color: rgb(186,145,124); }
H1.HeaderClassName
{
color: #BA917C;
}
.AnyTagClassName
{
color: #BA917C;
}
</style>
background-color css
<style>
a { background-color: #BA917C; }
a { background-color: rgb(186,145,124); }
div.DivClassName
{
background-color: #BA917C;
}
.BgClassName
{
background-color: #BA917C;
}
</style>
border-color css
<style>
span { border-color: #BA917C; }
span { border-color: rgb(186,145,124); }
td.TdClassName
{
border-color: #BA917C;
}
.TagClassName
{
border-color: #BA917C;
}
</style>