Shades of Tapestry #BA7F80
Tints of Tapestry #BA7F80
RGB
CMYK
RGB Variations
Color information
#BA7F80 (or 0xBA7F80) is known color: Tapestry. HEX triplet: BA, 7F and 80. RGB value is (186,127,128). Sum of RGB (Red+Green+Blue) = 186+127+128=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F80 is #45807F. Grayscale: #909090. Windows color (decimal): -4554880 or 8421306. OLE color: 8421306.
HSL color Cylindrical-coordinate representation of color #BA7F80: hue angle of 358.98º 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 #BA7F80 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 128 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.27 |
| HSL | 358.98º | 0.3% | 0.61% | - |
| HSV(B) | 358.98º | 0.32% | 0.73% | - |
| XYZ | 31.74 | 27.18 | 24 | - |
| YUV | 144.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 128 | 0 | 0.32 | 0.31 | 0.27 | 358.98 | 0.3 | 0.61 |
| Hex | BA | 7F | 80 | 0 | 20 | 1F | 1B | 167 | 1E | 3D |
| Octal | 272 | 177 | 200 | 0 | 40 | 37 | 33 | 547 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10000000 | 0 | 100000 | 11111 | 11011 | 101100111 | 11110 | 111101 |
Color Harmonies of #BA7F80
Complementary color
Monochromatic Colors of #BA7F80
Black with #BA7F80
Text Example
Text Example
White with #BA7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F80; }
p { color: rgb(186,127,128); }
H1.HeaderClassName
{
color: #BA7F80;
}
.AnyTagClassName
{
color: #BA7F80;
}
</style>
background-color css
<style>
a { background-color: #BA7F80; }
a { background-color: rgb(186,127,128); }
div.DivClassName
{
background-color: #BA7F80;
}
.BgClassName
{
background-color: #BA7F80;
}
</style>
border-color css
<style>
span { border-color: #BA7F80; }
span { border-color: rgb(186,127,128); }
td.TdClassName
{
border-color: #BA7F80;
}
.TagClassName
{
border-color: #BA7F80;
}
</style>