Shades of Tapestry #BA6B7B
Tints of Tapestry #BA6B7B
RGB
CMYK
RGB Variations
Color information
#BA6B7B (or 0xBA6B7B) is known color: Tapestry. HEX triplet: BA, 6B and 7B. RGB value is (186,107,123). Sum of RGB (Red+Green+Blue) = 186+107+123=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7B is #459484. Grayscale: #848484. Windows color (decimal): -4560005 or 8088506. OLE color: 8088506.
HSL color Cylindrical-coordinate representation of color #BA6B7B: hue angle of 347.85º 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 #BA6B7B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 123 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.27 |
| HSL | 347.85º | 0.36% | 0.57% | - |
| HSV(B) | 347.85º | 0.42% | 0.73% | - |
| XYZ | 29.08 | 22.38 | 21.53 | - |
| YUV | 132.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 123 | 0 | 0.42 | 0.34 | 0.27 | 347.85 | 0.36 | 0.57 |
| Hex | BA | 6B | 7B | 0 | 2A | 22 | 1B | 15C | 24 | 39 |
| Octal | 272 | 153 | 173 | 0 | 52 | 42 | 33 | 534 | 44 | 71 |
| Binary | 10111010 | 1101011 | 1111011 | 0 | 101010 | 100010 | 11011 | 101011100 | 100100 | 111001 |
Color Harmonies of #BA6B7B
Complementary color
Monochromatic Colors of #BA6B7B
Black with #BA6B7B
Text Example
Text Example
White with #BA6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B7B; }
p { color: rgb(186,107,123); }
H1.HeaderClassName
{
color: #BA6B7B;
}
.AnyTagClassName
{
color: #BA6B7B;
}
</style>
background-color css
<style>
a { background-color: #BA6B7B; }
a { background-color: rgb(186,107,123); }
div.DivClassName
{
background-color: #BA6B7B;
}
.BgClassName
{
background-color: #BA6B7B;
}
</style>
border-color css
<style>
span { border-color: #BA6B7B; }
span { border-color: rgb(186,107,123); }
td.TdClassName
{
border-color: #BA6B7B;
}
.TagClassName
{
border-color: #BA6B7B;
}
</style>