Shades of Tapestry #BA7682
Tints of Tapestry #BA7682
RGB
CMYK
RGB Variations
Color information
#BA7682 (or 0xBA7682) is known color: Tapestry. HEX triplet: BA, 76 and 82. RGB value is (186,118,130). Sum of RGB (Red+Green+Blue) = 186+118+130=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7682 is #45897D. Grayscale: #8B8B8B. Windows color (decimal): -4557182 or 8550074. OLE color: 8550074.
HSL color Cylindrical-coordinate representation of color #BA7682: hue angle of 349.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7682 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 130 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.27 |
| HSL | 349.41º | 0.33% | 0.6% | - |
| HSV(B) | 349.41º | 0.37% | 0.73% | - |
| XYZ | 30.76 | 25.01 | 24.32 | - |
| YUV | 139.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 130 | 0 | 0.37 | 0.30 | 0.27 | 349.41 | 0.33 | 0.6 |
| Hex | BA | 76 | 82 | 0 | 25 | 1E | 1B | 15D | 21 | 3C |
| Octal | 272 | 166 | 202 | 0 | 45 | 36 | 33 | 535 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10000010 | 0 | 100101 | 11110 | 11011 | 101011101 | 100001 | 111100 |
Color Harmonies of #BA7682
Complementary color
Monochromatic Colors of #BA7682
Black with #BA7682
Text Example
Text Example
White with #BA7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7682; }
p { color: rgb(186,118,130); }
H1.HeaderClassName
{
color: #BA7682;
}
.AnyTagClassName
{
color: #BA7682;
}
</style>
background-color css
<style>
a { background-color: #BA7682; }
a { background-color: rgb(186,118,130); }
div.DivClassName
{
background-color: #BA7682;
}
.BgClassName
{
background-color: #BA7682;
}
</style>
border-color css
<style>
span { border-color: #BA7682; }
span { border-color: rgb(186,118,130); }
td.TdClassName
{
border-color: #BA7682;
}
.TagClassName
{
border-color: #BA7682;
}
</style>