Shades of Tapestry #BA6178
Tints of Tapestry #BA6178
RGB
CMYK
RGB Variations
Color information
#BA6178 (or 0xBA6178) is known color: Tapestry. HEX triplet: BA, 61 and 78. RGB value is (186,97,120). Sum of RGB (Red+Green+Blue) = 186+97+120=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6178 is #459E87. Grayscale: #7E7E7E. Windows color (decimal): -4562568 or 7889338. OLE color: 7889338.
HSL color Cylindrical-coordinate representation of color #BA6178: hue angle of 344.49º 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 #BA6178 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 120 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.27 |
| HSL | 344.49º | 0.39% | 0.55% | - |
| HSV(B) | 344.49º | 0.48% | 0.73% | - |
| XYZ | 27.91 | 20.34 | 20.22 | - |
| YUV | 126.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 120 | 0 | 0.48 | 0.35 | 0.27 | 344.49 | 0.39 | 0.55 |
| Hex | BA | 61 | 78 | 0 | 30 | 23 | 1B | 158 | 27 | 37 |
| Octal | 272 | 141 | 170 | 0 | 60 | 43 | 33 | 530 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1111000 | 0 | 110000 | 100011 | 11011 | 101011000 | 100111 | 110111 |
Color Harmonies of #BA6178
Complementary color
Monochromatic Colors of #BA6178
Black with #BA6178
Text Example
Text Example
White with #BA6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6178; }
p { color: rgb(186,97,120); }
H1.HeaderClassName
{
color: #BA6178;
}
.AnyTagClassName
{
color: #BA6178;
}
</style>
background-color css
<style>
a { background-color: #BA6178; }
a { background-color: rgb(186,97,120); }
div.DivClassName
{
background-color: #BA6178;
}
.BgClassName
{
background-color: #BA6178;
}
</style>
border-color css
<style>
span { border-color: #BA6178; }
span { border-color: rgb(186,97,120); }
td.TdClassName
{
border-color: #BA6178;
}
.TagClassName
{
border-color: #BA6178;
}
</style>