Shades of Tapestry #BA638D
Tints of Tapestry #BA638D
RGB
CMYK
RGB Variations
Color information
#BA638D (or 0xBA638D) is known color: Tapestry. HEX triplet: BA, 63 and 8D. RGB value is (186,99,141). Sum of RGB (Red+Green+Blue) = 186+99+141=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA638D is #459C72. Grayscale: #818181. Windows color (decimal): -4562035 or 9266106. OLE color: 9266106.
HSL color Cylindrical-coordinate representation of color #BA638D: hue angle of 331.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA638D is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 141 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.27 |
| HSL | 331.03º | 0.39% | 0.56% | - |
| HSV(B) | 331.03º | 0.47% | 0.73% | - |
| XYZ | 29.52 | 21.29 | 27.75 | - |
| YUV | 129.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 141 | 0 | 0.47 | 0.24 | 0.27 | 331.03 | 0.39 | 0.56 |
| Hex | BA | 63 | 8D | 0 | 2F | 18 | 1B | 14B | 27 | 38 |
| Octal | 272 | 143 | 215 | 0 | 57 | 30 | 33 | 513 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10001101 | 0 | 101111 | 11000 | 11011 | 101001011 | 100111 | 111000 |
Color Harmonies of #BA638D
Complementary color
Monochromatic Colors of #BA638D
Black with #BA638D
Text Example
Text Example
White with #BA638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA638D; }
p { color: rgb(186,99,141); }
H1.HeaderClassName
{
color: #BA638D;
}
.AnyTagClassName
{
color: #BA638D;
}
</style>
background-color css
<style>
a { background-color: #BA638D; }
a { background-color: rgb(186,99,141); }
div.DivClassName
{
background-color: #BA638D;
}
.BgClassName
{
background-color: #BA638D;
}
</style>
border-color css
<style>
span { border-color: #BA638D; }
span { border-color: rgb(186,99,141); }
td.TdClassName
{
border-color: #BA638D;
}
.TagClassName
{
border-color: #BA638D;
}
</style>