Shades of Pale Taupe #BAA083
Tints of Pale Taupe #BAA083
RGB
CMYK
RGB Variations
Color information
#BAA083 (or 0xBAA083) is known color: Pale Taupe. HEX triplet: BA, A0 and 83. RGB value is (186,160,131). Sum of RGB (Red+Green+Blue) = 186+160+131=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA083 is #455F7C. Grayscale: #A4A4A4. Windows color (decimal): -4546429 or 8626362. OLE color: 8626362.
HSL color Cylindrical-coordinate representation of color #BAA083: hue angle of 31.64º degrees, saturation: 0.28, 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 #BAA083 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 131 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.27 |
| HSL | 31.64º | 0.28% | 0.62% | - |
| HSV(B) | 31.64º | 0.3% | 0.73% | - |
| XYZ | 36.92 | 37.22 | 26.71 | - |
| YUV | 164.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 131 | 0 | 0.14 | 0.30 | 0.27 | 31.64 | 0.28 | 0.62 |
| Hex | BA | A0 | 83 | 0 | E | 1E | 1B | 20 | 1C | 3E |
| Octal | 272 | 240 | 203 | 0 | 16 | 36 | 33 | 40 | 34 | 76 |
| Binary | 10111010 | 10100000 | 10000011 | 0 | 1110 | 11110 | 11011 | 100000 | 11100 | 111110 |
Color Harmonies of #BAA083
Complementary color
Monochromatic Colors of #BAA083
Black with #BAA083
Text Example
Text Example
White with #BAA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA083; }
p { color: rgb(186,160,131); }
H1.HeaderClassName
{
color: #BAA083;
}
.AnyTagClassName
{
color: #BAA083;
}
</style>
background-color css
<style>
a { background-color: #BAA083; }
a { background-color: rgb(186,160,131); }
div.DivClassName
{
background-color: #BAA083;
}
.BgClassName
{
background-color: #BAA083;
}
</style>
border-color css
<style>
span { border-color: #BAA083; }
span { border-color: rgb(186,160,131); }
td.TdClassName
{
border-color: #BAA083;
}
.TagClassName
{
border-color: #BAA083;
}
</style>