Shades of Tapestry #BA7681
Tints of Tapestry #BA7681
RGB
CMYK
RGB Variations
Color information
#BA7681 (or 0xBA7681) is known color: Tapestry. HEX triplet: BA, 76 and 81. RGB value is (186,118,129). Sum of RGB (Red+Green+Blue) = 186+118+129=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7681 is #45897E. Grayscale: #8B8B8B. Windows color (decimal): -4557183 or 8484538. OLE color: 8484538.
HSL color Cylindrical-coordinate representation of color #BA7681: hue angle of 350.29º 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 #BA7681 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 129 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.27 |
| HSL | 350.29º | 0.33% | 0.6% | - |
| HSV(B) | 350.29º | 0.37% | 0.73% | - |
| XYZ | 30.69 | 24.98 | 23.97 | - |
| YUV | 139.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 129 | 0 | 0.37 | 0.31 | 0.27 | 350.29 | 0.33 | 0.6 |
| Hex | BA | 76 | 81 | 0 | 25 | 1F | 1B | 15E | 21 | 3C |
| Octal | 272 | 166 | 201 | 0 | 45 | 37 | 33 | 536 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10000001 | 0 | 100101 | 11111 | 11011 | 101011110 | 100001 | 111100 |
Color Harmonies of #BA7681
Complementary color
Monochromatic Colors of #BA7681
Black with #BA7681
Text Example
Text Example
White with #BA7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7681; }
p { color: rgb(186,118,129); }
H1.HeaderClassName
{
color: #BA7681;
}
.AnyTagClassName
{
color: #BA7681;
}
</style>
background-color css
<style>
a { background-color: #BA7681; }
a { background-color: rgb(186,118,129); }
div.DivClassName
{
background-color: #BA7681;
}
.BgClassName
{
background-color: #BA7681;
}
</style>
border-color css
<style>
span { border-color: #BA7681; }
span { border-color: rgb(186,118,129); }
td.TdClassName
{
border-color: #BA7681;
}
.TagClassName
{
border-color: #BA7681;
}
</style>