Shades of Tapestry #BA708A
Tints of Tapestry #BA708A
RGB
CMYK
RGB Variations
Color information
#BA708A (or 0xBA708A) is known color: Tapestry. HEX triplet: BA, 70 and 8A. RGB value is (186,112,138). Sum of RGB (Red+Green+Blue) = 186+112+138=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA708A is #458F75. Grayscale: #898989. Windows color (decimal): -4558710 or 9072826. OLE color: 9072826.
HSL color Cylindrical-coordinate representation of color #BA708A: hue angle of 338.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA708A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 138 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.27 |
| HSL | 338.92º | 0.35% | 0.58% | - |
| HSV(B) | 338.92º | 0.4% | 0.73% | - |
| XYZ | 30.63 | 23.86 | 27.04 | - |
| YUV | 137.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 138 | 0 | 0.40 | 0.26 | 0.27 | 338.92 | 0.35 | 0.58 |
| Hex | BA | 70 | 8A | 0 | 28 | 1A | 1B | 153 | 23 | 3A |
| Octal | 272 | 160 | 212 | 0 | 50 | 32 | 33 | 523 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10001010 | 0 | 101000 | 11010 | 11011 | 101010011 | 100011 | 111010 |
Color Harmonies of #BA708A
Complementary color
Monochromatic Colors of #BA708A
Black with #BA708A
Text Example
Text Example
White with #BA708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA708A; }
p { color: rgb(186,112,138); }
H1.HeaderClassName
{
color: #BA708A;
}
.AnyTagClassName
{
color: #BA708A;
}
</style>
background-color css
<style>
a { background-color: #BA708A; }
a { background-color: rgb(186,112,138); }
div.DivClassName
{
background-color: #BA708A;
}
.BgClassName
{
background-color: #BA708A;
}
</style>
border-color css
<style>
span { border-color: #BA708A; }
span { border-color: rgb(186,112,138); }
td.TdClassName
{
border-color: #BA708A;
}
.TagClassName
{
border-color: #BA708A;
}
</style>