Shades of Tapestry #BA647D
Tints of Tapestry #BA647D
RGB
CMYK
RGB Variations
Color information
#BA647D (or 0xBA647D) is known color: Tapestry. HEX triplet: BA, 64 and 7D. RGB value is (186,100,125). Sum of RGB (Red+Green+Blue) = 186+100+125=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA647D is #459B82. Grayscale: #808080. Windows color (decimal): -4561795 or 8217786. OLE color: 8217786.
HSL color Cylindrical-coordinate representation of color #BA647D: hue angle of 342.56º 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 #BA647D is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 125 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.27 |
| HSL | 342.56º | 0.38% | 0.56% | - |
| HSV(B) | 342.56º | 0.46% | 0.73% | - |
| XYZ | 28.51 | 21.03 | 21.96 | - |
| YUV | 128.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 125 | 0 | 0.46 | 0.33 | 0.27 | 342.56 | 0.38 | 0.56 |
| Hex | BA | 64 | 7D | 0 | 2E | 21 | 1B | 157 | 26 | 38 |
| Octal | 272 | 144 | 175 | 0 | 56 | 41 | 33 | 527 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1111101 | 0 | 101110 | 100001 | 11011 | 101010111 | 100110 | 111000 |
Color Harmonies of #BA647D
Complementary color
Monochromatic Colors of #BA647D
Black with #BA647D
Text Example
Text Example
White with #BA647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA647D; }
p { color: rgb(186,100,125); }
H1.HeaderClassName
{
color: #BA647D;
}
.AnyTagClassName
{
color: #BA647D;
}
</style>
background-color css
<style>
a { background-color: #BA647D; }
a { background-color: rgb(186,100,125); }
div.DivClassName
{
background-color: #BA647D;
}
.BgClassName
{
background-color: #BA647D;
}
</style>
border-color css
<style>
span { border-color: #BA647D; }
span { border-color: rgb(186,100,125); }
td.TdClassName
{
border-color: #BA647D;
}
.TagClassName
{
border-color: #BA647D;
}
</style>