Shades of Tapestry #BA678C
Tints of Tapestry #BA678C
RGB
CMYK
RGB Variations
Color information
#BA678C (or 0xBA678C) is known color: Tapestry. HEX triplet: BA, 67 and 8C. RGB value is (186,103,140). Sum of RGB (Red+Green+Blue) = 186+103+140=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA678C is #459873. Grayscale: #838383. Windows color (decimal): -4561012 or 9201594. OLE color: 9201594.
HSL color Cylindrical-coordinate representation of color #BA678C: hue angle of 333.25º 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 #BA678C is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 140 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.27 |
| HSL | 333.25º | 0.38% | 0.57% | - |
| HSV(B) | 333.25º | 0.45% | 0.73% | - |
| XYZ | 29.83 | 22.03 | 27.49 | - |
| YUV | 132.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 140 | 0 | 0.45 | 0.25 | 0.27 | 333.25 | 0.38 | 0.57 |
| Hex | BA | 67 | 8C | 0 | 2D | 19 | 1B | 14D | 26 | 39 |
| Octal | 272 | 147 | 214 | 0 | 55 | 31 | 33 | 515 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10001100 | 0 | 101101 | 11001 | 11011 | 101001101 | 100110 | 111001 |
Color Harmonies of #BA678C
Complementary color
Monochromatic Colors of #BA678C
Black with #BA678C
Text Example
Text Example
White with #BA678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA678C; }
p { color: rgb(186,103,140); }
H1.HeaderClassName
{
color: #BA678C;
}
.AnyTagClassName
{
color: #BA678C;
}
</style>
background-color css
<style>
a { background-color: #BA678C; }
a { background-color: rgb(186,103,140); }
div.DivClassName
{
background-color: #BA678C;
}
.BgClassName
{
background-color: #BA678C;
}
</style>
border-color css
<style>
span { border-color: #BA678C; }
span { border-color: rgb(186,103,140); }
td.TdClassName
{
border-color: #BA678C;
}
.TagClassName
{
border-color: #BA678C;
}
</style>