Shades of Tapestry #BA698C
Tints of Tapestry #BA698C
RGB
CMYK
RGB Variations
Color information
#BA698C (or 0xBA698C) is known color: Tapestry. HEX triplet: BA, 69 and 8C. RGB value is (186,105,140). Sum of RGB (Red+Green+Blue) = 186+105+140=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA698C is #459673. Grayscale: #858585. Windows color (decimal): -4560500 or 9202106. OLE color: 9202106.
HSL color Cylindrical-coordinate representation of color #BA698C: hue angle of 334.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA698C is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 140 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.27 |
| HSL | 334.07º | 0.37% | 0.57% | - |
| HSV(B) | 334.07º | 0.44% | 0.73% | - |
| XYZ | 30.03 | 22.44 | 27.56 | - |
| YUV | 133.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 140 | 0 | 0.44 | 0.25 | 0.27 | 334.07 | 0.37 | 0.57 |
| Hex | BA | 69 | 8C | 0 | 2C | 19 | 1B | 14E | 25 | 39 |
| Octal | 272 | 151 | 214 | 0 | 54 | 31 | 33 | 516 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10001100 | 0 | 101100 | 11001 | 11011 | 101001110 | 100101 | 111001 |
Color Harmonies of #BA698C
Complementary color
Monochromatic Colors of #BA698C
Black with #BA698C
Text Example
Text Example
White with #BA698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA698C; }
p { color: rgb(186,105,140); }
H1.HeaderClassName
{
color: #BA698C;
}
.AnyTagClassName
{
color: #BA698C;
}
</style>
background-color css
<style>
a { background-color: #BA698C; }
a { background-color: rgb(186,105,140); }
div.DivClassName
{
background-color: #BA698C;
}
.BgClassName
{
background-color: #BA698C;
}
</style>
border-color css
<style>
span { border-color: #BA698C; }
span { border-color: rgb(186,105,140); }
td.TdClassName
{
border-color: #BA698C;
}
.TagClassName
{
border-color: #BA698C;
}
</style>