Shades of Pale Taupe #BAA07E
Tints of Pale Taupe #BAA07E
RGB
CMYK
RGB Variations
Color information
#BAA07E (or 0xBAA07E) is known color: Pale Taupe. HEX triplet: BA, A0 and 7E. RGB value is (186,160,126). Sum of RGB (Red+Green+Blue) = 186+160+126=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07E is #455F81. Grayscale: #A4A4A4. Windows color (decimal): -4546434 or 8298682. OLE color: 8298682.
HSL color Cylindrical-coordinate representation of color #BAA07E: hue angle of 34º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA07E is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 126 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.27 |
| HSL | 34º | 0.3% | 0.61% | - |
| HSV(B) | 34º | 0.32% | 0.73% | - |
| XYZ | 36.59 | 37.09 | 24.97 | - |
| YUV | 163.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 126 | 0 | 0.14 | 0.32 | 0.27 | 34 | 0.3 | 0.61 |
| Hex | BA | A0 | 7E | 0 | E | 20 | 1B | 22 | 1E | 3D |
| Octal | 272 | 240 | 176 | 0 | 16 | 40 | 33 | 42 | 36 | 75 |
| Binary | 10111010 | 10100000 | 1111110 | 0 | 1110 | 100000 | 11011 | 100010 | 11110 | 111101 |
Color Harmonies of #BAA07E
Complementary color
Monochromatic Colors of #BAA07E
Black with #BAA07E
Text Example
Text Example
White with #BAA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA07E; }
p { color: rgb(186,160,126); }
H1.HeaderClassName
{
color: #BAA07E;
}
.AnyTagClassName
{
color: #BAA07E;
}
</style>
background-color css
<style>
a { background-color: #BAA07E; }
a { background-color: rgb(186,160,126); }
div.DivClassName
{
background-color: #BAA07E;
}
.BgClassName
{
background-color: #BAA07E;
}
</style>
border-color css
<style>
span { border-color: #BAA07E; }
span { border-color: rgb(186,160,126); }
td.TdClassName
{
border-color: #BAA07E;
}
.TagClassName
{
border-color: #BAA07E;
}
</style>