Shades of Tapestry #BA6D7F
Tints of Tapestry #BA6D7F
RGB
CMYK
RGB Variations
Color information
#BA6D7F (or 0xBA6D7F) is known color: Tapestry. HEX triplet: BA, 6D and 7F. RGB value is (186,109,127). Sum of RGB (Red+Green+Blue) = 186+109+127=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D7F is #459280. Grayscale: #868686. Windows color (decimal): -4559489 or 8351162. OLE color: 8351162.
HSL color Cylindrical-coordinate representation of color #BA6D7F: hue angle of 345.97º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D7F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 127 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.27 |
| HSL | 345.97º | 0.36% | 0.58% | - |
| HSV(B) | 345.97º | 0.41% | 0.73% | - |
| XYZ | 29.55 | 22.91 | 22.94 | - |
| YUV | 134.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 127 | 0 | 0.41 | 0.32 | 0.27 | 345.97 | 0.36 | 0.58 |
| Hex | BA | 6D | 7F | 0 | 29 | 20 | 1B | 15A | 24 | 3A |
| Octal | 272 | 155 | 177 | 0 | 51 | 40 | 33 | 532 | 44 | 72 |
| Binary | 10111010 | 1101101 | 1111111 | 0 | 101001 | 100000 | 11011 | 101011010 | 100100 | 111010 |
Color Harmonies of #BA6D7F
Complementary color
Monochromatic Colors of #BA6D7F
Black with #BA6D7F
Text Example
Text Example
White with #BA6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D7F; }
p { color: rgb(186,109,127); }
H1.HeaderClassName
{
color: #BA6D7F;
}
.AnyTagClassName
{
color: #BA6D7F;
}
</style>
background-color css
<style>
a { background-color: #BA6D7F; }
a { background-color: rgb(186,109,127); }
div.DivClassName
{
background-color: #BA6D7F;
}
.BgClassName
{
background-color: #BA6D7F;
}
</style>
border-color css
<style>
span { border-color: #BA6D7F; }
span { border-color: rgb(186,109,127); }
td.TdClassName
{
border-color: #BA6D7F;
}
.TagClassName
{
border-color: #BA6D7F;
}
</style>