Shades of Tapestry #BA6B80
Tints of Tapestry #BA6B80
RGB
CMYK
RGB Variations
Color information
#BA6B80 (or 0xBA6B80) is known color: Tapestry. HEX triplet: BA, 6B and 80. RGB value is (186,107,128). Sum of RGB (Red+Green+Blue) = 186+107+128=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B80 is #45947F. Grayscale: #858585. Windows color (decimal): -4560000 or 8416186. OLE color: 8416186.
HSL color Cylindrical-coordinate representation of color #BA6B80: hue angle of 344.05º 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 #BA6B80 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 128 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.27 |
| HSL | 344.05º | 0.36% | 0.57% | - |
| HSV(B) | 344.05º | 0.42% | 0.73% | - |
| XYZ | 29.4 | 22.51 | 23.22 | - |
| YUV | 133.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 128 | 0 | 0.42 | 0.31 | 0.27 | 344.05 | 0.36 | 0.57 |
| Hex | BA | 6B | 80 | 0 | 2A | 1F | 1B | 158 | 24 | 39 |
| Octal | 272 | 153 | 200 | 0 | 52 | 37 | 33 | 530 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10000000 | 0 | 101010 | 11111 | 11011 | 101011000 | 100100 | 111001 |
Color Harmonies of #BA6B80
Complementary color
Monochromatic Colors of #BA6B80
Black with #BA6B80
Text Example
Text Example
White with #BA6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B80; }
p { color: rgb(186,107,128); }
H1.HeaderClassName
{
color: #BA6B80;
}
.AnyTagClassName
{
color: #BA6B80;
}
</style>
background-color css
<style>
a { background-color: #BA6B80; }
a { background-color: rgb(186,107,128); }
div.DivClassName
{
background-color: #BA6B80;
}
.BgClassName
{
background-color: #BA6B80;
}
</style>
border-color css
<style>
span { border-color: #BA6B80; }
span { border-color: rgb(186,107,128); }
td.TdClassName
{
border-color: #BA6B80;
}
.TagClassName
{
border-color: #BA6B80;
}
</style>