Shades of Tapestry #BA6B8F
Tints of Tapestry #BA6B8F
RGB
CMYK
RGB Variations
Color information
#BA6B8F (or 0xBA6B8F) is known color: Tapestry. HEX triplet: BA, 6B and 8F. RGB value is (186,107,143). Sum of RGB (Red+Green+Blue) = 186+107+143=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B8F is #459470. Grayscale: #868686. Windows color (decimal): -4559985 or 9399226. OLE color: 9399226.
HSL color Cylindrical-coordinate representation of color #BA6B8F: hue angle of 332.66º 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 #BA6B8F is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 143 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.27 |
| HSL | 332.66º | 0.36% | 0.57% | - |
| HSV(B) | 332.66º | 0.42% | 0.73% | - |
| XYZ | 30.47 | 22.94 | 28.81 | - |
| YUV | 134.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 143 | 0 | 0.42 | 0.23 | 0.27 | 332.66 | 0.36 | 0.57 |
| Hex | BA | 6B | 8F | 0 | 2A | 17 | 1B | 14D | 24 | 39 |
| Octal | 272 | 153 | 217 | 0 | 52 | 27 | 33 | 515 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10001111 | 0 | 101010 | 10111 | 11011 | 101001101 | 100100 | 111001 |
Color Harmonies of #BA6B8F
Complementary color
Monochromatic Colors of #BA6B8F
Black with #BA6B8F
Text Example
Text Example
White with #BA6B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B8F; }
p { color: rgb(186,107,143); }
H1.HeaderClassName
{
color: #BA6B8F;
}
.AnyTagClassName
{
color: #BA6B8F;
}
</style>
background-color css
<style>
a { background-color: #BA6B8F; }
a { background-color: rgb(186,107,143); }
div.DivClassName
{
background-color: #BA6B8F;
}
.BgClassName
{
background-color: #BA6B8F;
}
</style>
border-color css
<style>
span { border-color: #BA6B8F; }
span { border-color: rgb(186,107,143); }
td.TdClassName
{
border-color: #BA6B8F;
}
.TagClassName
{
border-color: #BA6B8F;
}
</style>