Shades of Tapestry #BA727D
Tints of Tapestry #BA727D
RGB
CMYK
RGB Variations
Color information
#BA727D (or 0xBA727D) is known color: Tapestry. HEX triplet: BA, 72 and 7D. RGB value is (186,114,125). Sum of RGB (Red+Green+Blue) = 186+114+125=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727D is #458D82. Grayscale: #888888. Windows color (decimal): -4558211 or 8221370. OLE color: 8221370.
HSL color Cylindrical-coordinate representation of color #BA727D: hue angle of 350.83º 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 #BA727D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 125 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.27 |
| HSL | 350.83º | 0.34% | 0.59% | - |
| HSV(B) | 350.83º | 0.39% | 0.73% | - |
| XYZ | 29.97 | 23.95 | 22.45 | - |
| YUV | 136.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 125 | 0 | 0.39 | 0.33 | 0.27 | 350.83 | 0.34 | 0.59 |
| Hex | BA | 72 | 7D | 0 | 27 | 21 | 1B | 15F | 22 | 3B |
| Octal | 272 | 162 | 175 | 0 | 47 | 41 | 33 | 537 | 42 | 73 |
| Binary | 10111010 | 1110010 | 1111101 | 0 | 100111 | 100001 | 11011 | 101011111 | 100010 | 111011 |
Color Harmonies of #BA727D
Complementary color
Monochromatic Colors of #BA727D
Black with #BA727D
Text Example
Text Example
White with #BA727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA727D; }
p { color: rgb(186,114,125); }
H1.HeaderClassName
{
color: #BA727D;
}
.AnyTagClassName
{
color: #BA727D;
}
</style>
background-color css
<style>
a { background-color: #BA727D; }
a { background-color: rgb(186,114,125); }
div.DivClassName
{
background-color: #BA727D;
}
.BgClassName
{
background-color: #BA727D;
}
</style>
border-color css
<style>
span { border-color: #BA727D; }
span { border-color: rgb(186,114,125); }
td.TdClassName
{
border-color: #BA727D;
}
.TagClassName
{
border-color: #BA727D;
}
</style>