Shades of Tapestry #BA737D
Tints of Tapestry #BA737D
RGB
CMYK
RGB Variations
Color information
#BA737D (or 0xBA737D) is known color: Tapestry. HEX triplet: BA, 73 and 7D. RGB value is (186,115,125). Sum of RGB (Red+Green+Blue) = 186+115+125=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA737D is #458C82. Grayscale: #898989. Windows color (decimal): -4557955 or 8221626. OLE color: 8221626.
HSL color Cylindrical-coordinate representation of color #BA737D: hue angle of 351.55º 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 #BA737D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 125 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.27 |
| HSL | 351.55º | 0.34% | 0.59% | - |
| HSV(B) | 351.55º | 0.38% | 0.73% | - |
| XYZ | 30.08 | 24.18 | 22.48 | - |
| YUV | 137.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 125 | 0 | 0.38 | 0.33 | 0.27 | 351.55 | 0.34 | 0.59 |
| Hex | BA | 73 | 7D | 0 | 26 | 21 | 1B | 160 | 22 | 3B |
| Octal | 272 | 163 | 175 | 0 | 46 | 41 | 33 | 540 | 42 | 73 |
| Binary | 10111010 | 1110011 | 1111101 | 0 | 100110 | 100001 | 11011 | 101100000 | 100010 | 111011 |
Color Harmonies of #BA737D
Complementary color
Monochromatic Colors of #BA737D
Black with #BA737D
Text Example
Text Example
White with #BA737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA737D; }
p { color: rgb(186,115,125); }
H1.HeaderClassName
{
color: #BA737D;
}
.AnyTagClassName
{
color: #BA737D;
}
</style>
background-color css
<style>
a { background-color: #BA737D; }
a { background-color: rgb(186,115,125); }
div.DivClassName
{
background-color: #BA737D;
}
.BgClassName
{
background-color: #BA737D;
}
</style>
border-color css
<style>
span { border-color: #BA737D; }
span { border-color: rgb(186,115,125); }
td.TdClassName
{
border-color: #BA737D;
}
.TagClassName
{
border-color: #BA737D;
}
</style>