Shades of Pale Taupe #BAA086
Tints of Pale Taupe #BAA086
RGB
CMYK
RGB Variations
Color information
#BAA086 (or 0xBAA086) is known color: Pale Taupe. HEX triplet: BA, A0 and 86. RGB value is (186,160,134). Sum of RGB (Red+Green+Blue) = 186+160+134=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA086 is #455F79. Grayscale: #A4A4A4. Windows color (decimal): -4546426 or 8822970. OLE color: 8822970.
HSL color Cylindrical-coordinate representation of color #BAA086: hue angle of 30º degrees, saturation: 0.27, 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 #BAA086 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 134 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.27 |
| HSL | 30º | 0.27% | 0.63% | - |
| HSV(B) | 30º | 0.28% | 0.73% | - |
| XYZ | 37.12 | 37.3 | 27.8 | - |
| YUV | 164.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 134 | 0 | 0.14 | 0.28 | 0.27 | 30 | 0.27 | 0.63 |
| Hex | BA | A0 | 86 | 0 | E | 1C | 1B | 1E | 1B | 3F |
| Octal | 272 | 240 | 206 | 0 | 16 | 34 | 33 | 36 | 33 | 77 |
| Binary | 10111010 | 10100000 | 10000110 | 0 | 1110 | 11100 | 11011 | 11110 | 11011 | 111111 |
Color Harmonies of #BAA086
Complementary color
Monochromatic Colors of #BAA086
Black with #BAA086
Text Example
Text Example
White with #BAA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA086; }
p { color: rgb(186,160,134); }
H1.HeaderClassName
{
color: #BAA086;
}
.AnyTagClassName
{
color: #BAA086;
}
</style>
background-color css
<style>
a { background-color: #BAA086; }
a { background-color: rgb(186,160,134); }
div.DivClassName
{
background-color: #BAA086;
}
.BgClassName
{
background-color: #BAA086;
}
</style>
border-color css
<style>
span { border-color: #BAA086; }
span { border-color: rgb(186,160,134); }
td.TdClassName
{
border-color: #BAA086;
}
.TagClassName
{
border-color: #BAA086;
}
</style>