Shades of Tapestry #BA7381
Tints of Tapestry #BA7381
RGB
CMYK
RGB Variations
Color information
#BA7381 (or 0xBA7381) is known color: Tapestry. HEX triplet: BA, 73 and 81. RGB value is (186,115,129). Sum of RGB (Red+Green+Blue) = 186+115+129=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7381 is #458C7E. Grayscale: #898989. Windows color (decimal): -4557951 or 8483770. OLE color: 8483770.
HSL color Cylindrical-coordinate representation of color #BA7381: hue angle of 348.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7381 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 129 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.27 |
| HSL | 348.17º | 0.34% | 0.59% | - |
| HSV(B) | 348.17º | 0.38% | 0.73% | - |
| XYZ | 30.34 | 24.29 | 23.86 | - |
| YUV | 137.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 129 | 0 | 0.38 | 0.31 | 0.27 | 348.17 | 0.34 | 0.59 |
| Hex | BA | 73 | 81 | 0 | 26 | 1F | 1B | 15C | 22 | 3B |
| Octal | 272 | 163 | 201 | 0 | 46 | 37 | 33 | 534 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10000001 | 0 | 100110 | 11111 | 11011 | 101011100 | 100010 | 111011 |
Color Harmonies of #BA7381
Complementary color
Monochromatic Colors of #BA7381
Black with #BA7381
Text Example
Text Example
White with #BA7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7381; }
p { color: rgb(186,115,129); }
H1.HeaderClassName
{
color: #BA7381;
}
.AnyTagClassName
{
color: #BA7381;
}
</style>
background-color css
<style>
a { background-color: #BA7381; }
a { background-color: rgb(186,115,129); }
div.DivClassName
{
background-color: #BA7381;
}
.BgClassName
{
background-color: #BA7381;
}
</style>
border-color css
<style>
span { border-color: #BA7381; }
span { border-color: rgb(186,115,129); }
td.TdClassName
{
border-color: #BA7381;
}
.TagClassName
{
border-color: #BA7381;
}
</style>