Shades of Tapestry #BA737F
Tints of Tapestry #BA737F
RGB
CMYK
RGB Variations
Color information
#BA737F (or 0xBA737F) is known color: Tapestry. HEX triplet: BA, 73 and 7F. RGB value is (186,115,127). Sum of RGB (Red+Green+Blue) = 186+115+127=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA737F is #458C80. Grayscale: #898989. Windows color (decimal): -4557953 or 8352698. OLE color: 8352698.
HSL color Cylindrical-coordinate representation of color #BA737F: hue angle of 349.86º 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 #BA737F is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 127 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.27 |
| HSL | 349.86º | 0.34% | 0.59% | - |
| HSV(B) | 349.86º | 0.38% | 0.73% | - |
| XYZ | 30.21 | 24.23 | 23.16 | - |
| YUV | 137.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 127 | 0 | 0.38 | 0.32 | 0.27 | 349.86 | 0.34 | 0.59 |
| Hex | BA | 73 | 7F | 0 | 26 | 20 | 1B | 15E | 22 | 3B |
| Octal | 272 | 163 | 177 | 0 | 46 | 40 | 33 | 536 | 42 | 73 |
| Binary | 10111010 | 1110011 | 1111111 | 0 | 100110 | 100000 | 11011 | 101011110 | 100010 | 111011 |
Color Harmonies of #BA737F
Complementary color
Monochromatic Colors of #BA737F
Black with #BA737F
Text Example
Text Example
White with #BA737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA737F; }
p { color: rgb(186,115,127); }
H1.HeaderClassName
{
color: #BA737F;
}
.AnyTagClassName
{
color: #BA737F;
}
</style>
background-color css
<style>
a { background-color: #BA737F; }
a { background-color: rgb(186,115,127); }
div.DivClassName
{
background-color: #BA737F;
}
.BgClassName
{
background-color: #BA737F;
}
</style>
border-color css
<style>
span { border-color: #BA737F; }
span { border-color: rgb(186,115,127); }
td.TdClassName
{
border-color: #BA737F;
}
.TagClassName
{
border-color: #BA737F;
}
</style>