Shades of Tapestry #BA668E
Tints of Tapestry #BA668E
RGB
CMYK
RGB Variations
Color information
#BA668E (or 0xBA668E) is known color: Tapestry. HEX triplet: BA, 66 and 8E. RGB value is (186,102,142). Sum of RGB (Red+Green+Blue) = 186+102+142=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA668E is #459971. Grayscale: #838383. Windows color (decimal): -4561266 or 9332410. OLE color: 9332410.
HSL color Cylindrical-coordinate representation of color #BA668E: hue angle of 331.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA668E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 142 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.27 |
| HSL | 331.43º | 0.38% | 0.56% | - |
| HSV(B) | 331.43º | 0.45% | 0.73% | - |
| XYZ | 29.88 | 21.89 | 28.24 | - |
| YUV | 131.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 142 | 0 | 0.45 | 0.24 | 0.27 | 331.43 | 0.38 | 0.56 |
| Hex | BA | 66 | 8E | 0 | 2D | 18 | 1B | 14B | 26 | 38 |
| Octal | 272 | 146 | 216 | 0 | 55 | 30 | 33 | 513 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10001110 | 0 | 101101 | 11000 | 11011 | 101001011 | 100110 | 111000 |
Color Harmonies of #BA668E
Complementary color
Monochromatic Colors of #BA668E
Black with #BA668E
Text Example
Text Example
White with #BA668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA668E; }
p { color: rgb(186,102,142); }
H1.HeaderClassName
{
color: #BA668E;
}
.AnyTagClassName
{
color: #BA668E;
}
</style>
background-color css
<style>
a { background-color: #BA668E; }
a { background-color: rgb(186,102,142); }
div.DivClassName
{
background-color: #BA668E;
}
.BgClassName
{
background-color: #BA668E;
}
</style>
border-color css
<style>
span { border-color: #BA668E; }
span { border-color: rgb(186,102,142); }
td.TdClassName
{
border-color: #BA668E;
}
.TagClassName
{
border-color: #BA668E;
}
</style>