Shades of Tapestry #BA647A
Tints of Tapestry #BA647A
RGB
CMYK
RGB Variations
Color information
#BA647A (or 0xBA647A) is known color: Tapestry. HEX triplet: BA, 64 and 7A. RGB value is (186,100,122). Sum of RGB (Red+Green+Blue) = 186+100+122=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA647A is #459B85. Grayscale: #808080. Windows color (decimal): -4561798 or 8021178. OLE color: 8021178.
HSL color Cylindrical-coordinate representation of color #BA647A: hue angle of 344.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA647A is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 122 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.27 |
| HSL | 344.65º | 0.38% | 0.56% | - |
| HSV(B) | 344.65º | 0.46% | 0.73% | - |
| XYZ | 28.32 | 20.96 | 20.97 | - |
| YUV | 128.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 122 | 0 | 0.46 | 0.34 | 0.27 | 344.65 | 0.38 | 0.56 |
| Hex | BA | 64 | 7A | 0 | 2E | 22 | 1B | 159 | 26 | 38 |
| Octal | 272 | 144 | 172 | 0 | 56 | 42 | 33 | 531 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1111010 | 0 | 101110 | 100010 | 11011 | 101011001 | 100110 | 111000 |
Color Harmonies of #BA647A
Complementary color
Monochromatic Colors of #BA647A
Black with #BA647A
Text Example
Text Example
White with #BA647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA647A; }
p { color: rgb(186,100,122); }
H1.HeaderClassName
{
color: #BA647A;
}
.AnyTagClassName
{
color: #BA647A;
}
</style>
background-color css
<style>
a { background-color: #BA647A; }
a { background-color: rgb(186,100,122); }
div.DivClassName
{
background-color: #BA647A;
}
.BgClassName
{
background-color: #BA647A;
}
</style>
border-color css
<style>
span { border-color: #BA647A; }
span { border-color: rgb(186,100,122); }
td.TdClassName
{
border-color: #BA647A;
}
.TagClassName
{
border-color: #BA647A;
}
</style>