Shades of Tapestry #BA617D
Tints of Tapestry #BA617D
RGB
CMYK
RGB Variations
Color information
#BA617D (or 0xBA617D) is known color: Tapestry. HEX triplet: BA, 61 and 7D. RGB value is (186,97,125). Sum of RGB (Red+Green+Blue) = 186+97+125=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617D is #459E82. Grayscale: #7E7E7E. Windows color (decimal): -4562563 or 8217018. OLE color: 8217018.
HSL color Cylindrical-coordinate representation of color #BA617D: hue angle of 341.12º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA617D is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 125 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.27 |
| HSL | 341.12º | 0.39% | 0.55% | - |
| HSV(B) | 341.12º | 0.48% | 0.73% | - |
| XYZ | 28.23 | 20.47 | 21.87 | - |
| YUV | 126.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 125 | 0 | 0.48 | 0.33 | 0.27 | 341.12 | 0.39 | 0.55 |
| Hex | BA | 61 | 7D | 0 | 30 | 21 | 1B | 155 | 27 | 37 |
| Octal | 272 | 141 | 175 | 0 | 60 | 41 | 33 | 525 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1111101 | 0 | 110000 | 100001 | 11011 | 101010101 | 100111 | 110111 |
Color Harmonies of #BA617D
Complementary color
Monochromatic Colors of #BA617D
Black with #BA617D
Text Example
Text Example
White with #BA617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA617D; }
p { color: rgb(186,97,125); }
H1.HeaderClassName
{
color: #BA617D;
}
.AnyTagClassName
{
color: #BA617D;
}
</style>
background-color css
<style>
a { background-color: #BA617D; }
a { background-color: rgb(186,97,125); }
div.DivClassName
{
background-color: #BA617D;
}
.BgClassName
{
background-color: #BA617D;
}
</style>
border-color css
<style>
span { border-color: #BA617D; }
span { border-color: rgb(186,97,125); }
td.TdClassName
{
border-color: #BA617D;
}
.TagClassName
{
border-color: #BA617D;
}
</style>