Shades of Tapestry #BA617A
Tints of Tapestry #BA617A
RGB
CMYK
RGB Variations
Color information
#BA617A (or 0xBA617A) is known color: Tapestry. HEX triplet: BA, 61 and 7A. RGB value is (186,97,122). Sum of RGB (Red+Green+Blue) = 186+97+122=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617A is #459E85. Grayscale: #7E7E7E. Windows color (decimal): -4562566 or 8020410. OLE color: 8020410.
HSL color Cylindrical-coordinate representation of color #BA617A: hue angle of 343.15º 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 #BA617A is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 122 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.27 |
| HSL | 343.15º | 0.39% | 0.55% | - |
| HSV(B) | 343.15º | 0.48% | 0.73% | - |
| XYZ | 28.04 | 20.39 | 20.87 | - |
| YUV | 126.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 122 | 0 | 0.48 | 0.34 | 0.27 | 343.15 | 0.39 | 0.55 |
| Hex | BA | 61 | 7A | 0 | 30 | 22 | 1B | 157 | 27 | 37 |
| Octal | 272 | 141 | 172 | 0 | 60 | 42 | 33 | 527 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1111010 | 0 | 110000 | 100010 | 11011 | 101010111 | 100111 | 110111 |
Color Harmonies of #BA617A
Complementary color
Monochromatic Colors of #BA617A
Black with #BA617A
Text Example
Text Example
White with #BA617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA617A; }
p { color: rgb(186,97,122); }
H1.HeaderClassName
{
color: #BA617A;
}
.AnyTagClassName
{
color: #BA617A;
}
</style>
background-color css
<style>
a { background-color: #BA617A; }
a { background-color: rgb(186,97,122); }
div.DivClassName
{
background-color: #BA617A;
}
.BgClassName
{
background-color: #BA617A;
}
</style>
border-color css
<style>
span { border-color: #BA617A; }
span { border-color: rgb(186,97,122); }
td.TdClassName
{
border-color: #BA617A;
}
.TagClassName
{
border-color: #BA617A;
}
</style>