Shades of Tapestry #BA6B7F
Tints of Tapestry #BA6B7F
RGB
CMYK
RGB Variations
Color information
#BA6B7F (or 0xBA6B7F) is known color: Tapestry. HEX triplet: BA, 6B and 7F. RGB value is (186,107,127). Sum of RGB (Red+Green+Blue) = 186+107+127=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7F is #459480. Grayscale: #848484. Windows color (decimal): -4560001 or 8350650. OLE color: 8350650.
HSL color Cylindrical-coordinate representation of color #BA6B7F: hue angle of 344.81º 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 #BA6B7F is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 127 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.27 |
| HSL | 344.81º | 0.36% | 0.57% | - |
| HSV(B) | 344.81º | 0.42% | 0.73% | - |
| XYZ | 29.34 | 22.49 | 22.87 | - |
| YUV | 132.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 127 | 0 | 0.42 | 0.32 | 0.27 | 344.81 | 0.36 | 0.57 |
| Hex | BA | 6B | 7F | 0 | 2A | 20 | 1B | 159 | 24 | 39 |
| Octal | 272 | 153 | 177 | 0 | 52 | 40 | 33 | 531 | 44 | 71 |
| Binary | 10111010 | 1101011 | 1111111 | 0 | 101010 | 100000 | 11011 | 101011001 | 100100 | 111001 |
Color Harmonies of #BA6B7F
Complementary color
Monochromatic Colors of #BA6B7F
Black with #BA6B7F
Text Example
Text Example
White with #BA6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B7F; }
p { color: rgb(186,107,127); }
H1.HeaderClassName
{
color: #BA6B7F;
}
.AnyTagClassName
{
color: #BA6B7F;
}
</style>
background-color css
<style>
a { background-color: #BA6B7F; }
a { background-color: rgb(186,107,127); }
div.DivClassName
{
background-color: #BA6B7F;
}
.BgClassName
{
background-color: #BA6B7F;
}
</style>
border-color css
<style>
span { border-color: #BA6B7F; }
span { border-color: rgb(186,107,127); }
td.TdClassName
{
border-color: #BA6B7F;
}
.TagClassName
{
border-color: #BA6B7F;
}
</style>