Shades of Pale Taupe #BAA07F
Tints of Pale Taupe #BAA07F
RGB
CMYK
RGB Variations
Color information
#BAA07F (or 0xBAA07F) is known color: Pale Taupe. HEX triplet: BA, A0 and 7F. RGB value is (186,160,127). Sum of RGB (Red+Green+Blue) = 186+160+127=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07F is #455F80. Grayscale: #A4A4A4. Windows color (decimal): -4546433 or 8364218. OLE color: 8364218.
HSL color Cylindrical-coordinate representation of color #BAA07F: hue angle of 33.56º 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 #BAA07F is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 127 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.27 |
| HSL | 33.56º | 0.3% | 0.61% | - |
| HSV(B) | 33.56º | 0.32% | 0.73% | - |
| XYZ | 36.65 | 37.11 | 25.31 | - |
| YUV | 164.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 127 | 0 | 0.14 | 0.32 | 0.27 | 33.56 | 0.3 | 0.61 |
| Hex | BA | A0 | 7F | 0 | E | 20 | 1B | 22 | 1E | 3D |
| Octal | 272 | 240 | 177 | 0 | 16 | 40 | 33 | 42 | 36 | 75 |
| Binary | 10111010 | 10100000 | 1111111 | 0 | 1110 | 100000 | 11011 | 100010 | 11110 | 111101 |
Color Harmonies of #BAA07F
Complementary color
Monochromatic Colors of #BAA07F
Black with #BAA07F
Text Example
Text Example
White with #BAA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA07F; }
p { color: rgb(186,160,127); }
H1.HeaderClassName
{
color: #BAA07F;
}
.AnyTagClassName
{
color: #BAA07F;
}
</style>
background-color css
<style>
a { background-color: #BAA07F; }
a { background-color: rgb(186,160,127); }
div.DivClassName
{
background-color: #BAA07F;
}
.BgClassName
{
background-color: #BAA07F;
}
</style>
border-color css
<style>
span { border-color: #BAA07F; }
span { border-color: rgb(186,160,127); }
td.TdClassName
{
border-color: #BAA07F;
}
.TagClassName
{
border-color: #BAA07F;
}
</style>