Shades of Tapestry #BA667F
Tints of Tapestry #BA667F
RGB
CMYK
RGB Variations
Color information
#BA667F (or 0xBA667F) is known color: Tapestry. HEX triplet: BA, 66 and 7F. RGB value is (186,102,127). Sum of RGB (Red+Green+Blue) = 186+102+127=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA667F is #459980. Grayscale: #818181. Windows color (decimal): -4561281 or 8349370. OLE color: 8349370.
HSL color Cylindrical-coordinate representation of color #BA667F: hue angle of 342.14º 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 #BA667F is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 127 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.27 |
| HSL | 342.14º | 0.38% | 0.56% | - |
| HSV(B) | 342.14º | 0.45% | 0.73% | - |
| XYZ | 28.83 | 21.47 | 22.7 | - |
| YUV | 129.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 127 | 0 | 0.45 | 0.32 | 0.27 | 342.14 | 0.38 | 0.56 |
| Hex | BA | 66 | 7F | 0 | 2D | 20 | 1B | 156 | 26 | 38 |
| Octal | 272 | 146 | 177 | 0 | 55 | 40 | 33 | 526 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1111111 | 0 | 101101 | 100000 | 11011 | 101010110 | 100110 | 111000 |
Color Harmonies of #BA667F
Complementary color
Monochromatic Colors of #BA667F
Black with #BA667F
Text Example
Text Example
White with #BA667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA667F; }
p { color: rgb(186,102,127); }
H1.HeaderClassName
{
color: #BA667F;
}
.AnyTagClassName
{
color: #BA667F;
}
</style>
background-color css
<style>
a { background-color: #BA667F; }
a { background-color: rgb(186,102,127); }
div.DivClassName
{
background-color: #BA667F;
}
.BgClassName
{
background-color: #BA667F;
}
</style>
border-color css
<style>
span { border-color: #BA667F; }
span { border-color: rgb(186,102,127); }
td.TdClassName
{
border-color: #BA667F;
}
.TagClassName
{
border-color: #BA667F;
}
</style>