Shades of Pale Taupe #BA9C80
Tints of Pale Taupe #BA9C80
RGB
CMYK
RGB Variations
Color information
#BA9C80 (or 0xBA9C80) is known color: Pale Taupe. HEX triplet: BA, 9C and 80. RGB value is (186,156,128). Sum of RGB (Red+Green+Blue) = 186+156+128=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C80 is #45637F. Grayscale: #A1A1A1. Windows color (decimal): -4547456 or 8428730. OLE color: 8428730.
HSL color Cylindrical-coordinate representation of color #BA9C80: hue angle of 28.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9C80 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 128 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.27 |
| HSL | 28.97º | 0.3% | 0.62% | - |
| HSV(B) | 28.97º | 0.31% | 0.73% | - |
| XYZ | 36.03 | 35.77 | 25.43 | - |
| YUV | 161.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 128 | 0 | 0.16 | 0.31 | 0.27 | 28.97 | 0.3 | 0.62 |
| Hex | BA | 9C | 80 | 0 | 10 | 1F | 1B | 1D | 1E | 3E |
| Octal | 272 | 234 | 200 | 0 | 20 | 37 | 33 | 35 | 36 | 76 |
| Binary | 10111010 | 10011100 | 10000000 | 0 | 10000 | 11111 | 11011 | 11101 | 11110 | 111110 |
Color Harmonies of #BA9C80
Complementary color
Monochromatic Colors of #BA9C80
Black with #BA9C80
Text Example
Text Example
White with #BA9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C80; }
p { color: rgb(186,156,128); }
H1.HeaderClassName
{
color: #BA9C80;
}
.AnyTagClassName
{
color: #BA9C80;
}
</style>
background-color css
<style>
a { background-color: #BA9C80; }
a { background-color: rgb(186,156,128); }
div.DivClassName
{
background-color: #BA9C80;
}
.BgClassName
{
background-color: #BA9C80;
}
</style>
border-color css
<style>
span { border-color: #BA9C80; }
span { border-color: rgb(186,156,128); }
td.TdClassName
{
border-color: #BA9C80;
}
.TagClassName
{
border-color: #BA9C80;
}
</style>