Shades of Tapestry #BA6C7B
Tints of Tapestry #BA6C7B
RGB
CMYK
RGB Variations
Color information
#BA6C7B (or 0xBA6C7B) is known color: Tapestry. HEX triplet: BA, 6C and 7B. RGB value is (186,108,123). Sum of RGB (Red+Green+Blue) = 186+108+123=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C7B is #459384. Grayscale: #858585. Windows color (decimal): -4559749 or 8088762. OLE color: 8088762.
HSL color Cylindrical-coordinate representation of color #BA6C7B: hue angle of 348.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6C7B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 123 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.27 |
| HSL | 348.46º | 0.36% | 0.58% | - |
| HSV(B) | 348.46º | 0.42% | 0.73% | - |
| XYZ | 29.19 | 22.59 | 21.56 | - |
| YUV | 133.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 123 | 0 | 0.42 | 0.34 | 0.27 | 348.46 | 0.36 | 0.58 |
| Hex | BA | 6C | 7B | 0 | 2A | 22 | 1B | 15C | 24 | 3A |
| Octal | 272 | 154 | 173 | 0 | 52 | 42 | 33 | 534 | 44 | 72 |
| Binary | 10111010 | 1101100 | 1111011 | 0 | 101010 | 100010 | 11011 | 101011100 | 100100 | 111010 |
Color Harmonies of #BA6C7B
Complementary color
Monochromatic Colors of #BA6C7B
Black with #BA6C7B
Text Example
Text Example
White with #BA6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C7B; }
p { color: rgb(186,108,123); }
H1.HeaderClassName
{
color: #BA6C7B;
}
.AnyTagClassName
{
color: #BA6C7B;
}
</style>
background-color css
<style>
a { background-color: #BA6C7B; }
a { background-color: rgb(186,108,123); }
div.DivClassName
{
background-color: #BA6C7B;
}
.BgClassName
{
background-color: #BA6C7B;
}
</style>
border-color css
<style>
span { border-color: #BA6C7B; }
span { border-color: rgb(186,108,123); }
td.TdClassName
{
border-color: #BA6C7B;
}
.TagClassName
{
border-color: #BA6C7B;
}
</style>