Shades of Pale Taupe #BAA081
Tints of Pale Taupe #BAA081
RGB
CMYK
RGB Variations
Color information
#BAA081 (or 0xBAA081) is known color: Pale Taupe. HEX triplet: BA, A0 and 81. RGB value is (186,160,129). Sum of RGB (Red+Green+Blue) = 186+160+129=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA081 is #455F7E. Grayscale: #A4A4A4. Windows color (decimal): -4546431 or 8495290. OLE color: 8495290.
HSL color Cylindrical-coordinate representation of color #BAA081: hue angle of 32.63º degrees, saturation: 0.29, 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 #BAA081 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 129 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.27 |
| HSL | 32.63º | 0.29% | 0.62% | - |
| HSV(B) | 32.63º | 0.31% | 0.73% | - |
| XYZ | 36.78 | 37.17 | 26 | - |
| YUV | 164.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 129 | 0 | 0.14 | 0.31 | 0.27 | 32.63 | 0.29 | 0.62 |
| Hex | BA | A0 | 81 | 0 | E | 1F | 1B | 21 | 1D | 3E |
| Octal | 272 | 240 | 201 | 0 | 16 | 37 | 33 | 41 | 35 | 76 |
| Binary | 10111010 | 10100000 | 10000001 | 0 | 1110 | 11111 | 11011 | 100001 | 11101 | 111110 |
Color Harmonies of #BAA081
Complementary color
Monochromatic Colors of #BAA081
Black with #BAA081
Text Example
Text Example
White with #BAA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA081; }
p { color: rgb(186,160,129); }
H1.HeaderClassName
{
color: #BAA081;
}
.AnyTagClassName
{
color: #BAA081;
}
</style>
background-color css
<style>
a { background-color: #BAA081; }
a { background-color: rgb(186,160,129); }
div.DivClassName
{
background-color: #BAA081;
}
.BgClassName
{
background-color: #BAA081;
}
</style>
border-color css
<style>
span { border-color: #BAA081; }
span { border-color: rgb(186,160,129); }
td.TdClassName
{
border-color: #BAA081;
}
.TagClassName
{
border-color: #BAA081;
}
</style>