Shades of Tapestry #BA7F8A
Tints of Tapestry #BA7F8A
RGB
CMYK
RGB Variations
Color information
#BA7F8A (or 0xBA7F8A) is known color: Tapestry. HEX triplet: BA, 7F and 8A. RGB value is (186,127,138). Sum of RGB (Red+Green+Blue) = 186+127+138=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F8A is #458075. Grayscale: #919191. Windows color (decimal): -4554870 or 9076666. OLE color: 9076666.
HSL color Cylindrical-coordinate representation of color #BA7F8A: hue angle of 348.81º 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 #BA7F8A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 138 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.27 |
| HSL | 348.81º | 0.3% | 0.61% | - |
| HSV(B) | 348.81º | 0.32% | 0.73% | - |
| XYZ | 32.43 | 27.45 | 27.63 | - |
| YUV | 145.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 138 | 0 | 0.32 | 0.26 | 0.27 | 348.81 | 0.3 | 0.61 |
| Hex | BA | 7F | 8A | 0 | 20 | 1A | 1B | 15D | 1E | 3D |
| Octal | 272 | 177 | 212 | 0 | 40 | 32 | 33 | 535 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10001010 | 0 | 100000 | 11010 | 11011 | 101011101 | 11110 | 111101 |
Color Harmonies of #BA7F8A
Complementary color
Monochromatic Colors of #BA7F8A
Black with #BA7F8A
Text Example
Text Example
White with #BA7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F8A; }
p { color: rgb(186,127,138); }
H1.HeaderClassName
{
color: #BA7F8A;
}
.AnyTagClassName
{
color: #BA7F8A;
}
</style>
background-color css
<style>
a { background-color: #BA7F8A; }
a { background-color: rgb(186,127,138); }
div.DivClassName
{
background-color: #BA7F8A;
}
.BgClassName
{
background-color: #BA7F8A;
}
</style>
border-color css
<style>
span { border-color: #BA7F8A; }
span { border-color: rgb(186,127,138); }
td.TdClassName
{
border-color: #BA7F8A;
}
.TagClassName
{
border-color: #BA7F8A;
}
</style>