Shades of Tapestry #BA6C83
Tints of Tapestry #BA6C83
RGB
CMYK
RGB Variations
Color information
#BA6C83 (or 0xBA6C83) is known color: Tapestry. HEX triplet: BA, 6C and 83. RGB value is (186,108,131). Sum of RGB (Red+Green+Blue) = 186+108+131=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C83 is #45937C. Grayscale: #858585. Windows color (decimal): -4559741 or 8613050. OLE color: 8613050.
HSL color Cylindrical-coordinate representation of color #BA6C83: hue angle of 342.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6C83 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 131 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.27 |
| HSL | 342.31º | 0.36% | 0.58% | - |
| HSV(B) | 342.31º | 0.42% | 0.73% | - |
| XYZ | 29.71 | 22.8 | 24.31 | - |
| YUV | 133.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 131 | 0 | 0.42 | 0.30 | 0.27 | 342.31 | 0.36 | 0.58 |
| Hex | BA | 6C | 83 | 0 | 2A | 1E | 1B | 156 | 24 | 3A |
| Octal | 272 | 154 | 203 | 0 | 52 | 36 | 33 | 526 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10000011 | 0 | 101010 | 11110 | 11011 | 101010110 | 100100 | 111010 |
Color Harmonies of #BA6C83
Complementary color
Monochromatic Colors of #BA6C83
Black with #BA6C83
Text Example
Text Example
White with #BA6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C83; }
p { color: rgb(186,108,131); }
H1.HeaderClassName
{
color: #BA6C83;
}
.AnyTagClassName
{
color: #BA6C83;
}
</style>
background-color css
<style>
a { background-color: #BA6C83; }
a { background-color: rgb(186,108,131); }
div.DivClassName
{
background-color: #BA6C83;
}
.BgClassName
{
background-color: #BA6C83;
}
</style>
border-color css
<style>
span { border-color: #BA6C83; }
span { border-color: rgb(186,108,131); }
td.TdClassName
{
border-color: #BA6C83;
}
.TagClassName
{
border-color: #BA6C83;
}
</style>