Shades of Tapestry #BA6B84
Tints of Tapestry #BA6B84
RGB
CMYK
RGB Variations
Color information
#BA6B84 (or 0xBA6B84) is known color: Tapestry. HEX triplet: BA, 6B and 84. RGB value is (186,107,132). Sum of RGB (Red+Green+Blue) = 186+107+132=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B84 is #45947B. Grayscale: #858585. Windows color (decimal): -4559996 or 8678330. OLE color: 8678330.
HSL color Cylindrical-coordinate representation of color #BA6B84: hue angle of 341.01º 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 #BA6B84 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 132 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.27 |
| HSL | 341.01º | 0.36% | 0.57% | - |
| HSV(B) | 341.01º | 0.42% | 0.73% | - |
| XYZ | 29.67 | 22.62 | 24.63 | - |
| YUV | 133.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 132 | 0 | 0.42 | 0.29 | 0.27 | 341.01 | 0.36 | 0.57 |
| Hex | BA | 6B | 84 | 0 | 2A | 1D | 1B | 155 | 24 | 39 |
| Octal | 272 | 153 | 204 | 0 | 52 | 35 | 33 | 525 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10000100 | 0 | 101010 | 11101 | 11011 | 101010101 | 100100 | 111001 |
Color Harmonies of #BA6B84
Complementary color
Monochromatic Colors of #BA6B84
Black with #BA6B84
Text Example
Text Example
White with #BA6B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B84; }
p { color: rgb(186,107,132); }
H1.HeaderClassName
{
color: #BA6B84;
}
.AnyTagClassName
{
color: #BA6B84;
}
</style>
background-color css
<style>
a { background-color: #BA6B84; }
a { background-color: rgb(186,107,132); }
div.DivClassName
{
background-color: #BA6B84;
}
.BgClassName
{
background-color: #BA6B84;
}
</style>
border-color css
<style>
span { border-color: #BA6B84; }
span { border-color: rgb(186,107,132); }
td.TdClassName
{
border-color: #BA6B84;
}
.TagClassName
{
border-color: #BA6B84;
}
</style>