Shades of Tapestry #BA6B7C
Tints of Tapestry #BA6B7C
RGB
CMYK
RGB Variations
Color information
#BA6B7C (or 0xBA6B7C) is known color: Tapestry. HEX triplet: BA, 6B and 7C. RGB value is (186,107,124). Sum of RGB (Red+Green+Blue) = 186+107+124=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7C is #459483. Grayscale: #848484. Windows color (decimal): -4560004 or 8154042. OLE color: 8154042.
HSL color Cylindrical-coordinate representation of color #BA6B7C: hue angle of 347.09º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B7C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 124 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.27 |
| HSL | 347.09º | 0.36% | 0.57% | - |
| HSV(B) | 347.09º | 0.42% | 0.73% | - |
| XYZ | 29.15 | 22.41 | 21.86 | - |
| YUV | 132.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 124 | 0 | 0.42 | 0.33 | 0.27 | 347.09 | 0.36 | 0.57 |
| Hex | BA | 6B | 7C | 0 | 2A | 21 | 1B | 15B | 24 | 39 |
| Octal | 272 | 153 | 174 | 0 | 52 | 41 | 33 | 533 | 44 | 71 |
| Binary | 10111010 | 1101011 | 1111100 | 0 | 101010 | 100001 | 11011 | 101011011 | 100100 | 111001 |
Color Harmonies of #BA6B7C
Complementary color
Monochromatic Colors of #BA6B7C
Black with #BA6B7C
Text Example
Text Example
White with #BA6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B7C; }
p { color: rgb(186,107,124); }
H1.HeaderClassName
{
color: #BA6B7C;
}
.AnyTagClassName
{
color: #BA6B7C;
}
</style>
background-color css
<style>
a { background-color: #BA6B7C; }
a { background-color: rgb(186,107,124); }
div.DivClassName
{
background-color: #BA6B7C;
}
.BgClassName
{
background-color: #BA6B7C;
}
</style>
border-color css
<style>
span { border-color: #BA6B7C; }
span { border-color: rgb(186,107,124); }
td.TdClassName
{
border-color: #BA6B7C;
}
.TagClassName
{
border-color: #BA6B7C;
}
</style>