Shades of Pale Taupe #BA9080
Tints of Pale Taupe #BA9080
RGB
CMYK
RGB Variations
Color information
#BA9080 (or 0xBA9080) is known color: Pale Taupe. HEX triplet: BA, 90 and 80. RGB value is (186,144,128). Sum of RGB (Red+Green+Blue) = 186+144+128=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9080 is #456F7F. Grayscale: #9A9A9A. Windows color (decimal): -4550528 or 8425658. OLE color: 8425658.
HSL color Cylindrical-coordinate representation of color #BA9080: hue angle of 16.55º 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 #BA9080 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 128 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.27 |
| HSL | 16.55º | 0.3% | 0.62% | - |
| HSV(B) | 16.55º | 0.31% | 0.73% | - |
| XYZ | 34.12 | 31.94 | 24.79 | - |
| YUV | 154.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 128 | 0 | 0.23 | 0.31 | 0.27 | 16.55 | 0.3 | 0.62 |
| Hex | BA | 90 | 80 | 0 | 17 | 1F | 1B | 11 | 1E | 3E |
| Octal | 272 | 220 | 200 | 0 | 27 | 37 | 33 | 21 | 36 | 76 |
| Binary | 10111010 | 10010000 | 10000000 | 0 | 10111 | 11111 | 11011 | 10001 | 11110 | 111110 |
Color Harmonies of #BA9080
Complementary color
Monochromatic Colors of #BA9080
Black with #BA9080
Text Example
Text Example
White with #BA9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9080; }
p { color: rgb(186,144,128); }
H1.HeaderClassName
{
color: #BA9080;
}
.AnyTagClassName
{
color: #BA9080;
}
</style>
background-color css
<style>
a { background-color: #BA9080; }
a { background-color: rgb(186,144,128); }
div.DivClassName
{
background-color: #BA9080;
}
.BgClassName
{
background-color: #BA9080;
}
</style>
border-color css
<style>
span { border-color: #BA9080; }
span { border-color: rgb(186,144,128); }
td.TdClassName
{
border-color: #BA9080;
}
.TagClassName
{
border-color: #BA9080;
}
</style>