Shades of Tapestry #BA6E7B
Tints of Tapestry #BA6E7B
RGB
CMYK
RGB Variations
Color information
#BA6E7B (or 0xBA6E7B) is known color: Tapestry. HEX triplet: BA, 6E and 7B. RGB value is (186,110,123). Sum of RGB (Red+Green+Blue) = 186+110+123=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E7B is #459184. Grayscale: #868686. Windows color (decimal): -4559237 or 8089274. OLE color: 8089274.
HSL color Cylindrical-coordinate representation of color #BA6E7B: hue angle of 349.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E7B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 123 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.27 |
| HSL | 349.74º | 0.36% | 0.58% | - |
| HSV(B) | 349.74º | 0.41% | 0.73% | - |
| XYZ | 29.4 | 23.02 | 21.63 | - |
| YUV | 134.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 123 | 0 | 0.41 | 0.34 | 0.27 | 349.74 | 0.36 | 0.58 |
| Hex | BA | 6E | 7B | 0 | 29 | 22 | 1B | 15E | 24 | 3A |
| Octal | 272 | 156 | 173 | 0 | 51 | 42 | 33 | 536 | 44 | 72 |
| Binary | 10111010 | 1101110 | 1111011 | 0 | 101001 | 100010 | 11011 | 101011110 | 100100 | 111010 |
Color Harmonies of #BA6E7B
Complementary color
Monochromatic Colors of #BA6E7B
Black with #BA6E7B
Text Example
Text Example
White with #BA6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E7B; }
p { color: rgb(186,110,123); }
H1.HeaderClassName
{
color: #BA6E7B;
}
.AnyTagClassName
{
color: #BA6E7B;
}
</style>
background-color css
<style>
a { background-color: #BA6E7B; }
a { background-color: rgb(186,110,123); }
div.DivClassName
{
background-color: #BA6E7B;
}
.BgClassName
{
background-color: #BA6E7B;
}
</style>
border-color css
<style>
span { border-color: #BA6E7B; }
span { border-color: rgb(186,110,123); }
td.TdClassName
{
border-color: #BA6E7B;
}
.TagClassName
{
border-color: #BA6E7B;
}
</style>