Shades of Pale Taupe #BA9C85
Tints of Pale Taupe #BA9C85
RGB
CMYK
RGB Variations
Color information
#BA9C85 (or 0xBA9C85) is known color: Pale Taupe. HEX triplet: BA, 9C and 85. RGB value is (186,156,133). Sum of RGB (Red+Green+Blue) = 186+156+133=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C85 is #45637A. Grayscale: #A2A2A2. Windows color (decimal): -4547451 or 8756410. OLE color: 8756410.
HSL color Cylindrical-coordinate representation of color #BA9C85: hue angle of 26.04º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9C85 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 133 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.27 |
| HSL | 26.04º | 0.28% | 0.63% | - |
| HSV(B) | 26.04º | 0.28% | 0.73% | - |
| XYZ | 36.37 | 35.91 | 27.2 | - |
| YUV | 162.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 133 | 0 | 0.16 | 0.28 | 0.27 | 26.04 | 0.28 | 0.63 |
| Hex | BA | 9C | 85 | 0 | 10 | 1C | 1B | 1A | 1C | 3F |
| Octal | 272 | 234 | 205 | 0 | 20 | 34 | 33 | 32 | 34 | 77 |
| Binary | 10111010 | 10011100 | 10000101 | 0 | 10000 | 11100 | 11011 | 11010 | 11100 | 111111 |
Color Harmonies of #BA9C85
Complementary color
Monochromatic Colors of #BA9C85
Black with #BA9C85
Text Example
Text Example
White with #BA9C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C85; }
p { color: rgb(186,156,133); }
H1.HeaderClassName
{
color: #BA9C85;
}
.AnyTagClassName
{
color: #BA9C85;
}
</style>
background-color css
<style>
a { background-color: #BA9C85; }
a { background-color: rgb(186,156,133); }
div.DivClassName
{
background-color: #BA9C85;
}
.BgClassName
{
background-color: #BA9C85;
}
</style>
border-color css
<style>
span { border-color: #BA9C85; }
span { border-color: rgb(186,156,133); }
td.TdClassName
{
border-color: #BA9C85;
}
.TagClassName
{
border-color: #BA9C85;
}
</style>