Shades of Tapestry #BA747E
Tints of Tapestry #BA747E
RGB
CMYK
RGB Variations
Color information
#BA747E (or 0xBA747E) is known color: Tapestry. HEX triplet: BA, 74 and 7E. RGB value is (186,116,126). Sum of RGB (Red+Green+Blue) = 186+116+126=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA747E is #458B81. Grayscale: #8A8A8A. Windows color (decimal): -4557698 or 8287418. OLE color: 8287418.
HSL color Cylindrical-coordinate representation of color #BA747E: hue angle of 351.43º 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 #BA747E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 126 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.27 |
| HSL | 351.43º | 0.34% | 0.59% | - |
| HSV(B) | 351.43º | 0.38% | 0.73% | - |
| XYZ | 30.26 | 24.44 | 22.86 | - |
| YUV | 138.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 126 | 0 | 0.38 | 0.32 | 0.27 | 351.43 | 0.34 | 0.59 |
| Hex | BA | 74 | 7E | 0 | 26 | 20 | 1B | 15F | 22 | 3B |
| Octal | 272 | 164 | 176 | 0 | 46 | 40 | 33 | 537 | 42 | 73 |
| Binary | 10111010 | 1110100 | 1111110 | 0 | 100110 | 100000 | 11011 | 101011111 | 100010 | 111011 |
Color Harmonies of #BA747E
Complementary color
Monochromatic Colors of #BA747E
Black with #BA747E
Text Example
Text Example
White with #BA747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA747E; }
p { color: rgb(186,116,126); }
H1.HeaderClassName
{
color: #BA747E;
}
.AnyTagClassName
{
color: #BA747E;
}
</style>
background-color css
<style>
a { background-color: #BA747E; }
a { background-color: rgb(186,116,126); }
div.DivClassName
{
background-color: #BA747E;
}
.BgClassName
{
background-color: #BA747E;
}
</style>
border-color css
<style>
span { border-color: #BA747E; }
span { border-color: rgb(186,116,126); }
td.TdClassName
{
border-color: #BA747E;
}
.TagClassName
{
border-color: #BA747E;
}
</style>