Shades of Tapestry #BA727F
Tints of Tapestry #BA727F
RGB
CMYK
RGB Variations
Color information
#BA727F (or 0xBA727F) is known color: Tapestry. HEX triplet: BA, 72 and 7F. RGB value is (186,114,127). Sum of RGB (Red+Green+Blue) = 186+114+127=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727F is #458D80. Grayscale: #898989. Windows color (decimal): -4558209 or 8352442. OLE color: 8352442.
HSL color Cylindrical-coordinate representation of color #BA727F: hue angle of 349.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA727F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 127 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.27 |
| HSL | 349.17º | 0.34% | 0.59% | - |
| HSV(B) | 349.17º | 0.39% | 0.73% | - |
| XYZ | 30.1 | 24.01 | 23.13 | - |
| YUV | 137.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 127 | 0 | 0.39 | 0.32 | 0.27 | 349.17 | 0.34 | 0.59 |
| Hex | BA | 72 | 7F | 0 | 27 | 20 | 1B | 15D | 22 | 3B |
| Octal | 272 | 162 | 177 | 0 | 47 | 40 | 33 | 535 | 42 | 73 |
| Binary | 10111010 | 1110010 | 1111111 | 0 | 100111 | 100000 | 11011 | 101011101 | 100010 | 111011 |
Color Harmonies of #BA727F
Complementary color
Monochromatic Colors of #BA727F
Black with #BA727F
Text Example
Text Example
White with #BA727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA727F; }
p { color: rgb(186,114,127); }
H1.HeaderClassName
{
color: #BA727F;
}
.AnyTagClassName
{
color: #BA727F;
}
</style>
background-color css
<style>
a { background-color: #BA727F; }
a { background-color: rgb(186,114,127); }
div.DivClassName
{
background-color: #BA727F;
}
.BgClassName
{
background-color: #BA727F;
}
</style>
border-color css
<style>
span { border-color: #BA727F; }
span { border-color: rgb(186,114,127); }
td.TdClassName
{
border-color: #BA727F;
}
.TagClassName
{
border-color: #BA727F;
}
</style>