Shades of Tapestry #BA6F7E
Tints of Tapestry #BA6F7E
RGB
CMYK
RGB Variations
Color information
#BA6F7E (or 0xBA6F7E) is known color: Tapestry. HEX triplet: BA, 6F and 7E. RGB value is (186,111,126). Sum of RGB (Red+Green+Blue) = 186+111+126=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F7E is #459081. Grayscale: #878787. Windows color (decimal): -4558978 or 8286138. OLE color: 8286138.
HSL color Cylindrical-coordinate representation of color #BA6F7E: hue angle of 348º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F7E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 126 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.27 |
| HSL | 348º | 0.35% | 0.58% | - |
| HSV(B) | 348º | 0.4% | 0.73% | - |
| XYZ | 29.7 | 23.31 | 22.67 | - |
| YUV | 135.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 126 | 0 | 0.40 | 0.32 | 0.27 | 348 | 0.35 | 0.58 |
| Hex | BA | 6F | 7E | 0 | 28 | 20 | 1B | 15C | 23 | 3A |
| Octal | 272 | 157 | 176 | 0 | 50 | 40 | 33 | 534 | 43 | 72 |
| Binary | 10111010 | 1101111 | 1111110 | 0 | 101000 | 100000 | 11011 | 101011100 | 100011 | 111010 |
Color Harmonies of #BA6F7E
Complementary color
Monochromatic Colors of #BA6F7E
Black with #BA6F7E
Text Example
Text Example
White with #BA6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F7E; }
p { color: rgb(186,111,126); }
H1.HeaderClassName
{
color: #BA6F7E;
}
.AnyTagClassName
{
color: #BA6F7E;
}
</style>
background-color css
<style>
a { background-color: #BA6F7E; }
a { background-color: rgb(186,111,126); }
div.DivClassName
{
background-color: #BA6F7E;
}
.BgClassName
{
background-color: #BA6F7E;
}
</style>
border-color css
<style>
span { border-color: #BA6F7E; }
span { border-color: rgb(186,111,126); }
td.TdClassName
{
border-color: #BA6F7E;
}
.TagClassName
{
border-color: #BA6F7E;
}
</style>