Shades of Tapestry #BA667D
Tints of Tapestry #BA667D
RGB
CMYK
RGB Variations
Color information
#BA667D (or 0xBA667D) is known color: Tapestry. HEX triplet: BA, 66 and 7D. RGB value is (186,102,125). Sum of RGB (Red+Green+Blue) = 186+102+125=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA667D is #459982. Grayscale: #818181. Windows color (decimal): -4561283 or 8218298. OLE color: 8218298.
HSL color Cylindrical-coordinate representation of color #BA667D: hue angle of 343.57º 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 #BA667D is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 125 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.27 |
| HSL | 343.57º | 0.38% | 0.56% | - |
| HSV(B) | 343.57º | 0.45% | 0.73% | - |
| XYZ | 28.7 | 21.42 | 22.02 | - |
| YUV | 129.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 125 | 0 | 0.45 | 0.33 | 0.27 | 343.57 | 0.38 | 0.56 |
| Hex | BA | 66 | 7D | 0 | 2D | 21 | 1B | 158 | 26 | 38 |
| Octal | 272 | 146 | 175 | 0 | 55 | 41 | 33 | 530 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1111101 | 0 | 101101 | 100001 | 11011 | 101011000 | 100110 | 111000 |
Color Harmonies of #BA667D
Complementary color
Monochromatic Colors of #BA667D
Black with #BA667D
Text Example
Text Example
White with #BA667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA667D; }
p { color: rgb(186,102,125); }
H1.HeaderClassName
{
color: #BA667D;
}
.AnyTagClassName
{
color: #BA667D;
}
</style>
background-color css
<style>
a { background-color: #BA667D; }
a { background-color: rgb(186,102,125); }
div.DivClassName
{
background-color: #BA667D;
}
.BgClassName
{
background-color: #BA667D;
}
</style>
border-color css
<style>
span { border-color: #BA667D; }
span { border-color: rgb(186,102,125); }
td.TdClassName
{
border-color: #BA667D;
}
.TagClassName
{
border-color: #BA667D;
}
</style>