Shades of Tapestry #BA667E
Tints of Tapestry #BA667E
RGB
CMYK
RGB Variations
Color information
#BA667E (or 0xBA667E) is known color: Tapestry. HEX triplet: BA, 66 and 7E. RGB value is (186,102,126). Sum of RGB (Red+Green+Blue) = 186+102+126=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA667E is #459981. Grayscale: #818181. Windows color (decimal): -4561282 or 8283834. OLE color: 8283834.
HSL color Cylindrical-coordinate representation of color #BA667E: hue angle of 342.86º 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 #BA667E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 126 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.27 |
| HSL | 342.86º | 0.38% | 0.56% | - |
| HSV(B) | 342.86º | 0.45% | 0.73% | - |
| XYZ | 28.77 | 21.45 | 22.36 | - |
| YUV | 129.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 126 | 0 | 0.45 | 0.32 | 0.27 | 342.86 | 0.38 | 0.56 |
| Hex | BA | 66 | 7E | 0 | 2D | 20 | 1B | 157 | 26 | 38 |
| Octal | 272 | 146 | 176 | 0 | 55 | 40 | 33 | 527 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1111110 | 0 | 101101 | 100000 | 11011 | 101010111 | 100110 | 111000 |
Color Harmonies of #BA667E
Complementary color
Monochromatic Colors of #BA667E
Black with #BA667E
Text Example
Text Example
White with #BA667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA667E; }
p { color: rgb(186,102,126); }
H1.HeaderClassName
{
color: #BA667E;
}
.AnyTagClassName
{
color: #BA667E;
}
</style>
background-color css
<style>
a { background-color: #BA667E; }
a { background-color: rgb(186,102,126); }
div.DivClassName
{
background-color: #BA667E;
}
.BgClassName
{
background-color: #BA667E;
}
</style>
border-color css
<style>
span { border-color: #BA667E; }
span { border-color: rgb(186,102,126); }
td.TdClassName
{
border-color: #BA667E;
}
.TagClassName
{
border-color: #BA667E;
}
</style>