Shades of Tapestry #BA667C
Tints of Tapestry #BA667C
RGB
CMYK
RGB Variations
Color information
#BA667C (or 0xBA667C) is known color: Tapestry. HEX triplet: BA, 66 and 7C. RGB value is (186,102,124). Sum of RGB (Red+Green+Blue) = 186+102+124=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA667C is #459983. Grayscale: #818181. Windows color (decimal): -4561284 or 8152762. OLE color: 8152762.
HSL color Cylindrical-coordinate representation of color #BA667C: hue angle of 344.29º 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 #BA667C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 124 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.27 |
| HSL | 344.29º | 0.38% | 0.56% | - |
| HSV(B) | 344.29º | 0.45% | 0.73% | - |
| XYZ | 28.64 | 21.4 | 21.69 | - |
| YUV | 129.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 124 | 0 | 0.45 | 0.33 | 0.27 | 344.29 | 0.38 | 0.56 |
| Hex | BA | 66 | 7C | 0 | 2D | 21 | 1B | 158 | 26 | 38 |
| Octal | 272 | 146 | 174 | 0 | 55 | 41 | 33 | 530 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1111100 | 0 | 101101 | 100001 | 11011 | 101011000 | 100110 | 111000 |
Color Harmonies of #BA667C
Complementary color
Monochromatic Colors of #BA667C
Black with #BA667C
Text Example
Text Example
White with #BA667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA667C; }
p { color: rgb(186,102,124); }
H1.HeaderClassName
{
color: #BA667C;
}
.AnyTagClassName
{
color: #BA667C;
}
</style>
background-color css
<style>
a { background-color: #BA667C; }
a { background-color: rgb(186,102,124); }
div.DivClassName
{
background-color: #BA667C;
}
.BgClassName
{
background-color: #BA667C;
}
</style>
border-color css
<style>
span { border-color: #BA667C; }
span { border-color: rgb(186,102,124); }
td.TdClassName
{
border-color: #BA667C;
}
.TagClassName
{
border-color: #BA667C;
}
</style>