Shades of Tapestry #BA7E7F
Tints of Tapestry #BA7E7F
RGB
CMYK
RGB Variations
Color information
#BA7E7F (or 0xBA7E7F) is known color: Tapestry. HEX triplet: BA, 7E and 7F. RGB value is (186,126,127). Sum of RGB (Red+Green+Blue) = 186+126+127=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E7F is #458180. Grayscale: #909090. Windows color (decimal): -4555137 or 8355514. OLE color: 8355514.
HSL color Cylindrical-coordinate representation of color #BA7E7F: hue angle of 359º 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 #BA7E7F is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 127 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.27 |
| HSL | 359º | 0.3% | 0.61% | - |
| HSV(B) | 359º | 0.32% | 0.73% | - |
| XYZ | 31.54 | 26.89 | 23.61 | - |
| YUV | 144.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 127 | 0 | 0.32 | 0.32 | 0.27 | 359 | 0.3 | 0.61 |
| Hex | BA | 7E | 7F | 0 | 20 | 20 | 1B | 167 | 1E | 3D |
| Octal | 272 | 176 | 177 | 0 | 40 | 40 | 33 | 547 | 36 | 75 |
| Binary | 10111010 | 1111110 | 1111111 | 0 | 100000 | 100000 | 11011 | 101100111 | 11110 | 111101 |
Color Harmonies of #BA7E7F
Complementary color
Monochromatic Colors of #BA7E7F
Black with #BA7E7F
Text Example
Text Example
White with #BA7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E7F; }
p { color: rgb(186,126,127); }
H1.HeaderClassName
{
color: #BA7E7F;
}
.AnyTagClassName
{
color: #BA7E7F;
}
</style>
background-color css
<style>
a { background-color: #BA7E7F; }
a { background-color: rgb(186,126,127); }
div.DivClassName
{
background-color: #BA7E7F;
}
.BgClassName
{
background-color: #BA7E7F;
}
</style>
border-color css
<style>
span { border-color: #BA7E7F; }
span { border-color: rgb(186,126,127); }
td.TdClassName
{
border-color: #BA7E7F;
}
.TagClassName
{
border-color: #BA7E7F;
}
</style>