Shades of Tapestry #BA678D
Tints of Tapestry #BA678D
RGB
CMYK
RGB Variations
Color information
#BA678D (or 0xBA678D) is known color: Tapestry. HEX triplet: BA, 67 and 8D. RGB value is (186,103,141). Sum of RGB (Red+Green+Blue) = 186+103+141=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA678D is #459872. Grayscale: #848484. Windows color (decimal): -4561011 or 9267130. OLE color: 9267130.
HSL color Cylindrical-coordinate representation of color #BA678D: hue angle of 332.53º 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 #BA678D is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 141 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.27 |
| HSL | 332.53º | 0.38% | 0.57% | - |
| HSV(B) | 332.53º | 0.45% | 0.73% | - |
| XYZ | 29.91 | 22.06 | 27.88 | - |
| YUV | 132.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 141 | 0 | 0.45 | 0.24 | 0.27 | 332.53 | 0.38 | 0.57 |
| Hex | BA | 67 | 8D | 0 | 2D | 18 | 1B | 14D | 26 | 39 |
| Octal | 272 | 147 | 215 | 0 | 55 | 30 | 33 | 515 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10001101 | 0 | 101101 | 11000 | 11011 | 101001101 | 100110 | 111001 |
Color Harmonies of #BA678D
Complementary color
Monochromatic Colors of #BA678D
Black with #BA678D
Text Example
Text Example
White with #BA678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA678D; }
p { color: rgb(186,103,141); }
H1.HeaderClassName
{
color: #BA678D;
}
.AnyTagClassName
{
color: #BA678D;
}
</style>
background-color css
<style>
a { background-color: #BA678D; }
a { background-color: rgb(186,103,141); }
div.DivClassName
{
background-color: #BA678D;
}
.BgClassName
{
background-color: #BA678D;
}
</style>
border-color css
<style>
span { border-color: #BA678D; }
span { border-color: rgb(186,103,141); }
td.TdClassName
{
border-color: #BA678D;
}
.TagClassName
{
border-color: #BA678D;
}
</style>