Shades of Tapestry #BA617F
Tints of Tapestry #BA617F
RGB
CMYK
RGB Variations
Color information
#BA617F (or 0xBA617F) is known color: Tapestry. HEX triplet: BA, 61 and 7F. RGB value is (186,97,127). Sum of RGB (Red+Green+Blue) = 186+97+127=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617F is #459E80. Grayscale: #7F7F7F. Windows color (decimal): -4562561 or 8348090. OLE color: 8348090.
HSL color Cylindrical-coordinate representation of color #BA617F: hue angle of 339.78º 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 #BA617F is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 127 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.27 |
| HSL | 339.78º | 0.39% | 0.55% | - |
| HSV(B) | 339.78º | 0.48% | 0.73% | - |
| XYZ | 28.36 | 20.52 | 22.55 | - |
| YUV | 127.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 127 | 0 | 0.48 | 0.32 | 0.27 | 339.78 | 0.39 | 0.55 |
| Hex | BA | 61 | 7F | 0 | 30 | 20 | 1B | 154 | 27 | 37 |
| Octal | 272 | 141 | 177 | 0 | 60 | 40 | 33 | 524 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1111111 | 0 | 110000 | 100000 | 11011 | 101010100 | 100111 | 110111 |
Color Harmonies of #BA617F
Complementary color
Monochromatic Colors of #BA617F
Black with #BA617F
Text Example
Text Example
White with #BA617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA617F; }
p { color: rgb(186,97,127); }
H1.HeaderClassName
{
color: #BA617F;
}
.AnyTagClassName
{
color: #BA617F;
}
</style>
background-color css
<style>
a { background-color: #BA617F; }
a { background-color: rgb(186,97,127); }
div.DivClassName
{
background-color: #BA617F;
}
.BgClassName
{
background-color: #BA617F;
}
</style>
border-color css
<style>
span { border-color: #BA617F; }
span { border-color: rgb(186,97,127); }
td.TdClassName
{
border-color: #BA617F;
}
.TagClassName
{
border-color: #BA617F;
}
</style>