Shades of Tapestry #BA6D7D
Tints of Tapestry #BA6D7D
RGB
CMYK
RGB Variations
Color information
#BA6D7D (or 0xBA6D7D) is known color: Tapestry. HEX triplet: BA, 6D and 7D. RGB value is (186,109,125). Sum of RGB (Red+Green+Blue) = 186+109+125=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D7D is #459282. Grayscale: #858585. Windows color (decimal): -4559491 or 8220090. OLE color: 8220090.
HSL color Cylindrical-coordinate representation of color #BA6D7D: hue angle of 347.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D7D is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 125 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.27 |
| HSL | 347.53º | 0.36% | 0.58% | - |
| HSV(B) | 347.53º | 0.41% | 0.73% | - |
| XYZ | 29.42 | 22.86 | 22.26 | - |
| YUV | 133.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 125 | 0 | 0.41 | 0.33 | 0.27 | 347.53 | 0.36 | 0.58 |
| Hex | BA | 6D | 7D | 0 | 29 | 21 | 1B | 15C | 24 | 3A |
| Octal | 272 | 155 | 175 | 0 | 51 | 41 | 33 | 534 | 44 | 72 |
| Binary | 10111010 | 1101101 | 1111101 | 0 | 101001 | 100001 | 11011 | 101011100 | 100100 | 111010 |
Color Harmonies of #BA6D7D
Complementary color
Monochromatic Colors of #BA6D7D
Black with #BA6D7D
Text Example
Text Example
White with #BA6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D7D; }
p { color: rgb(186,109,125); }
H1.HeaderClassName
{
color: #BA6D7D;
}
.AnyTagClassName
{
color: #BA6D7D;
}
</style>
background-color css
<style>
a { background-color: #BA6D7D; }
a { background-color: rgb(186,109,125); }
div.DivClassName
{
background-color: #BA6D7D;
}
.BgClassName
{
background-color: #BA6D7D;
}
</style>
border-color css
<style>
span { border-color: #BA6D7D; }
span { border-color: rgb(186,109,125); }
td.TdClassName
{
border-color: #BA6D7D;
}
.TagClassName
{
border-color: #BA6D7D;
}
</style>