Shades of Pale Taupe #BA9C82
Tints of Pale Taupe #BA9C82
RGB
CMYK
RGB Variations
Color information
#BA9C82 (or 0xBA9C82) is known color: Pale Taupe. HEX triplet: BA, 9C and 82. RGB value is (186,156,130). Sum of RGB (Red+Green+Blue) = 186+156+130=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C82 is #45637D. Grayscale: #A2A2A2. Windows color (decimal): -4547454 or 8559802. OLE color: 8559802.
HSL color Cylindrical-coordinate representation of color #BA9C82: hue angle of 27.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9C82 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 130 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.27 |
| HSL | 27.86º | 0.29% | 0.62% | - |
| HSV(B) | 27.86º | 0.3% | 0.73% | - |
| XYZ | 36.17 | 35.83 | 26.13 | - |
| YUV | 162.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 130 | 0 | 0.16 | 0.30 | 0.27 | 27.86 | 0.29 | 0.62 |
| Hex | BA | 9C | 82 | 0 | 10 | 1E | 1B | 1C | 1D | 3E |
| Octal | 272 | 234 | 202 | 0 | 20 | 36 | 33 | 34 | 35 | 76 |
| Binary | 10111010 | 10011100 | 10000010 | 0 | 10000 | 11110 | 11011 | 11100 | 11101 | 111110 |
Color Harmonies of #BA9C82
Complementary color
Monochromatic Colors of #BA9C82
Black with #BA9C82
Text Example
Text Example
White with #BA9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C82; }
p { color: rgb(186,156,130); }
H1.HeaderClassName
{
color: #BA9C82;
}
.AnyTagClassName
{
color: #BA9C82;
}
</style>
background-color css
<style>
a { background-color: #BA9C82; }
a { background-color: rgb(186,156,130); }
div.DivClassName
{
background-color: #BA9C82;
}
.BgClassName
{
background-color: #BA9C82;
}
</style>
border-color css
<style>
span { border-color: #BA9C82; }
span { border-color: rgb(186,156,130); }
td.TdClassName
{
border-color: #BA9C82;
}
.TagClassName
{
border-color: #BA9C82;
}
</style>