Shades of Tapestry #BA6778
Tints of Tapestry #BA6778
RGB
CMYK
RGB Variations
Color information
#BA6778 (or 0xBA6778) is known color: Tapestry. HEX triplet: BA, 67 and 78. RGB value is (186,103,120). Sum of RGB (Red+Green+Blue) = 186+103+120=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6778 is #459887. Grayscale: #818181. Windows color (decimal): -4561032 or 7890874. OLE color: 7890874.
HSL color Cylindrical-coordinate representation of color #BA6778: hue angle of 347.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6778 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 120 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.27 |
| HSL | 347.71º | 0.38% | 0.57% | - |
| HSV(B) | 347.71º | 0.45% | 0.73% | - |
| XYZ | 28.49 | 21.5 | 20.42 | - |
| YUV | 129.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 120 | 0 | 0.45 | 0.35 | 0.27 | 347.71 | 0.38 | 0.57 |
| Hex | BA | 67 | 78 | 0 | 2D | 23 | 1B | 15C | 26 | 39 |
| Octal | 272 | 147 | 170 | 0 | 55 | 43 | 33 | 534 | 46 | 71 |
| Binary | 10111010 | 1100111 | 1111000 | 0 | 101101 | 100011 | 11011 | 101011100 | 100110 | 111001 |
Color Harmonies of #BA6778
Complementary color
Monochromatic Colors of #BA6778
Black with #BA6778
Text Example
Text Example
White with #BA6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6778; }
p { color: rgb(186,103,120); }
H1.HeaderClassName
{
color: #BA6778;
}
.AnyTagClassName
{
color: #BA6778;
}
</style>
background-color css
<style>
a { background-color: #BA6778; }
a { background-color: rgb(186,103,120); }
div.DivClassName
{
background-color: #BA6778;
}
.BgClassName
{
background-color: #BA6778;
}
</style>
border-color css
<style>
span { border-color: #BA6778; }
span { border-color: rgb(186,103,120); }
td.TdClassName
{
border-color: #BA6778;
}
.TagClassName
{
border-color: #BA6778;
}
</style>