Shades of Pale Taupe #BAA182
Tints of Pale Taupe #BAA182
RGB
CMYK
RGB Variations
Color information
#BAA182 (or 0xBAA182) is known color: Pale Taupe. HEX triplet: BA, A1 and 82. RGB value is (186,161,130). Sum of RGB (Red+Green+Blue) = 186+161+130=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA182 is #455E7D. Grayscale: #A5A5A5. Windows color (decimal): -4546174 or 8561082. OLE color: 8561082.
HSL color Cylindrical-coordinate representation of color #BAA182: hue angle of 33.21º degrees, saturation: 0.29, 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 #BAA182 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 130 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.27 |
| HSL | 33.21º | 0.29% | 0.62% | - |
| HSV(B) | 33.21º | 0.3% | 0.73% | - |
| XYZ | 37.02 | 37.54 | 26.41 | - |
| YUV | 164.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 130 | 0 | 0.13 | 0.30 | 0.27 | 33.21 | 0.29 | 0.62 |
| Hex | BA | A1 | 82 | 0 | D | 1E | 1B | 21 | 1D | 3E |
| Octal | 272 | 241 | 202 | 0 | 15 | 36 | 33 | 41 | 35 | 76 |
| Binary | 10111010 | 10100001 | 10000010 | 0 | 1101 | 11110 | 11011 | 100001 | 11101 | 111110 |
Color Harmonies of #BAA182
Complementary color
Monochromatic Colors of #BAA182
Black with #BAA182
Text Example
Text Example
White with #BAA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA182; }
p { color: rgb(186,161,130); }
H1.HeaderClassName
{
color: #BAA182;
}
.AnyTagClassName
{
color: #BAA182;
}
</style>
background-color css
<style>
a { background-color: #BAA182; }
a { background-color: rgb(186,161,130); }
div.DivClassName
{
background-color: #BAA182;
}
.BgClassName
{
background-color: #BAA182;
}
</style>
border-color css
<style>
span { border-color: #BAA182; }
span { border-color: rgb(186,161,130); }
td.TdClassName
{
border-color: #BAA182;
}
.TagClassName
{
border-color: #BAA182;
}
</style>