Shades of Tapestry #BA6A7B
Tints of Tapestry #BA6A7B
RGB
CMYK
RGB Variations
Color information
#BA6A7B (or 0xBA6A7B) is known color: Tapestry. HEX triplet: BA, 6A and 7B. RGB value is (186,106,123). Sum of RGB (Red+Green+Blue) = 186+106+123=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A7B is #459584. Grayscale: #838383. Windows color (decimal): -4560261 or 8088250. OLE color: 8088250.
HSL color Cylindrical-coordinate representation of color #BA6A7B: hue angle of 347.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6A7B is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 123 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.27 |
| HSL | 347.25º | 0.37% | 0.57% | - |
| HSV(B) | 347.25º | 0.43% | 0.73% | - |
| XYZ | 28.98 | 22.18 | 21.49 | - |
| YUV | 131.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 123 | 0 | 0.43 | 0.34 | 0.27 | 347.25 | 0.37 | 0.57 |
| Hex | BA | 6A | 7B | 0 | 2B | 22 | 1B | 15B | 25 | 39 |
| Octal | 272 | 152 | 173 | 0 | 53 | 42 | 33 | 533 | 45 | 71 |
| Binary | 10111010 | 1101010 | 1111011 | 0 | 101011 | 100010 | 11011 | 101011011 | 100101 | 111001 |
Color Harmonies of #BA6A7B
Complementary color
Monochromatic Colors of #BA6A7B
Black with #BA6A7B
Text Example
Text Example
White with #BA6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A7B; }
p { color: rgb(186,106,123); }
H1.HeaderClassName
{
color: #BA6A7B;
}
.AnyTagClassName
{
color: #BA6A7B;
}
</style>
background-color css
<style>
a { background-color: #BA6A7B; }
a { background-color: rgb(186,106,123); }
div.DivClassName
{
background-color: #BA6A7B;
}
.BgClassName
{
background-color: #BA6A7B;
}
</style>
border-color css
<style>
span { border-color: #BA6A7B; }
span { border-color: rgb(186,106,123); }
td.TdClassName
{
border-color: #BA6A7B;
}
.TagClassName
{
border-color: #BA6A7B;
}
</style>