Shades of Pale Taupe #BA9C84
Tints of Pale Taupe #BA9C84
RGB
CMYK
RGB Variations
Color information
#BA9C84 (or 0xBA9C84) is known color: Pale Taupe. HEX triplet: BA, 9C and 84. RGB value is (186,156,132). Sum of RGB (Red+Green+Blue) = 186+156+132=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C84 is #45637B. Grayscale: #A2A2A2. Windows color (decimal): -4547452 or 8690874. OLE color: 8690874.
HSL color Cylindrical-coordinate representation of color #BA9C84: hue angle of 26.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9C84 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 132 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.27 |
| HSL | 26.67º | 0.28% | 0.62% | - |
| HSV(B) | 26.67º | 0.29% | 0.73% | - |
| XYZ | 36.3 | 35.88 | 26.84 | - |
| YUV | 162.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 132 | 0 | 0.16 | 0.29 | 0.27 | 26.67 | 0.28 | 0.62 |
| Hex | BA | 9C | 84 | 0 | 10 | 1D | 1B | 1B | 1C | 3E |
| Octal | 272 | 234 | 204 | 0 | 20 | 35 | 33 | 33 | 34 | 76 |
| Binary | 10111010 | 10011100 | 10000100 | 0 | 10000 | 11101 | 11011 | 11011 | 11100 | 111110 |
Color Harmonies of #BA9C84
Complementary color
Monochromatic Colors of #BA9C84
Black with #BA9C84
Text Example
Text Example
White with #BA9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C84; }
p { color: rgb(186,156,132); }
H1.HeaderClassName
{
color: #BA9C84;
}
.AnyTagClassName
{
color: #BA9C84;
}
</style>
background-color css
<style>
a { background-color: #BA9C84; }
a { background-color: rgb(186,156,132); }
div.DivClassName
{
background-color: #BA9C84;
}
.BgClassName
{
background-color: #BA9C84;
}
</style>
border-color css
<style>
span { border-color: #BA9C84; }
span { border-color: rgb(186,156,132); }
td.TdClassName
{
border-color: #BA9C84;
}
.TagClassName
{
border-color: #BA9C84;
}
</style>