Shades of Tapestry #BA738A
Tints of Tapestry #BA738A
RGB
CMYK
RGB Variations
Color information
#BA738A (or 0xBA738A) is known color: Tapestry. HEX triplet: BA, 73 and 8A. RGB value is (186,115,138). Sum of RGB (Red+Green+Blue) = 186+115+138=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA738A is #458C75. Grayscale: #8A8A8A. Windows color (decimal): -4557942 or 9073594. OLE color: 9073594.
HSL color Cylindrical-coordinate representation of color #BA738A: hue angle of 340.56º 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 #BA738A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 138 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.27 |
| HSL | 340.56º | 0.34% | 0.59% | - |
| HSV(B) | 340.56º | 0.38% | 0.73% | - |
| XYZ | 30.97 | 24.54 | 27.15 | - |
| YUV | 138.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 138 | 0 | 0.38 | 0.26 | 0.27 | 340.56 | 0.34 | 0.59 |
| Hex | BA | 73 | 8A | 0 | 26 | 1A | 1B | 155 | 22 | 3B |
| Octal | 272 | 163 | 212 | 0 | 46 | 32 | 33 | 525 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10001010 | 0 | 100110 | 11010 | 11011 | 101010101 | 100010 | 111011 |
Color Harmonies of #BA738A
Complementary color
Monochromatic Colors of #BA738A
Black with #BA738A
Text Example
Text Example
White with #BA738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA738A; }
p { color: rgb(186,115,138); }
H1.HeaderClassName
{
color: #BA738A;
}
.AnyTagClassName
{
color: #BA738A;
}
</style>
background-color css
<style>
a { background-color: #BA738A; }
a { background-color: rgb(186,115,138); }
div.DivClassName
{
background-color: #BA738A;
}
.BgClassName
{
background-color: #BA738A;
}
</style>
border-color css
<style>
span { border-color: #BA738A; }
span { border-color: rgb(186,115,138); }
td.TdClassName
{
border-color: #BA738A;
}
.TagClassName
{
border-color: #BA738A;
}
</style>