Shades of Pale Taupe #BA967C
Tints of Pale Taupe #BA967C
RGB
CMYK
RGB Variations
Color information
#BA967C (or 0xBA967C) is known color: Pale Taupe. HEX triplet: BA, 96 and 7C. RGB value is (186,150,124). Sum of RGB (Red+Green+Blue) = 186+150+124=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA967C is #456983. Grayscale: #9D9D9D. Windows color (decimal): -4548996 or 8165050. OLE color: 8165050.
HSL color Cylindrical-coordinate representation of color #BA967C: hue angle of 25.16º 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 #BA967C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 124 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.27 |
| HSL | 25.16º | 0.31% | 0.61% | - |
| HSV(B) | 25.16º | 0.33% | 0.73% | - |
| XYZ | 34.79 | 33.71 | 23.74 | - |
| YUV | 157.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 124 | 0 | 0.19 | 0.33 | 0.27 | 25.16 | 0.31 | 0.61 |
| Hex | BA | 96 | 7C | 0 | 13 | 21 | 1B | 19 | 1F | 3D |
| Octal | 272 | 226 | 174 | 0 | 23 | 41 | 33 | 31 | 37 | 75 |
| Binary | 10111010 | 10010110 | 1111100 | 0 | 10011 | 100001 | 11011 | 11001 | 11111 | 111101 |
Color Harmonies of #BA967C
Complementary color
Monochromatic Colors of #BA967C
Black with #BA967C
Text Example
Text Example
White with #BA967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA967C; }
p { color: rgb(186,150,124); }
H1.HeaderClassName
{
color: #BA967C;
}
.AnyTagClassName
{
color: #BA967C;
}
</style>
background-color css
<style>
a { background-color: #BA967C; }
a { background-color: rgb(186,150,124); }
div.DivClassName
{
background-color: #BA967C;
}
.BgClassName
{
background-color: #BA967C;
}
</style>
border-color css
<style>
span { border-color: #BA967C; }
span { border-color: rgb(186,150,124); }
td.TdClassName
{
border-color: #BA967C;
}
.TagClassName
{
border-color: #BA967C;
}
</style>