Shades of Tapestry #BA698A
Tints of Tapestry #BA698A
RGB
CMYK
RGB Variations
Color information
#BA698A (or 0xBA698A) is known color: Tapestry. HEX triplet: BA, 69 and 8A. RGB value is (186,105,138). Sum of RGB (Red+Green+Blue) = 186+105+138=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA698A is #459675. Grayscale: #848484. Windows color (decimal): -4560502 or 9071034. OLE color: 9071034.
HSL color Cylindrical-coordinate representation of color #BA698A: hue angle of 335.56º 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 #BA698A is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 138 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.27 |
| HSL | 335.56º | 0.37% | 0.57% | - |
| HSV(B) | 335.56º | 0.44% | 0.73% | - |
| XYZ | 29.89 | 22.38 | 26.79 | - |
| YUV | 132.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 138 | 0 | 0.44 | 0.26 | 0.27 | 335.56 | 0.37 | 0.57 |
| Hex | BA | 69 | 8A | 0 | 2C | 1A | 1B | 150 | 25 | 39 |
| Octal | 272 | 151 | 212 | 0 | 54 | 32 | 33 | 520 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10001010 | 0 | 101100 | 11010 | 11011 | 101010000 | 100101 | 111001 |
Color Harmonies of #BA698A
Complementary color
Monochromatic Colors of #BA698A
Black with #BA698A
Text Example
Text Example
White with #BA698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA698A; }
p { color: rgb(186,105,138); }
H1.HeaderClassName
{
color: #BA698A;
}
.AnyTagClassName
{
color: #BA698A;
}
</style>
background-color css
<style>
a { background-color: #BA698A; }
a { background-color: rgb(186,105,138); }
div.DivClassName
{
background-color: #BA698A;
}
.BgClassName
{
background-color: #BA698A;
}
</style>
border-color css
<style>
span { border-color: #BA698A; }
span { border-color: rgb(186,105,138); }
td.TdClassName
{
border-color: #BA698A;
}
.TagClassName
{
border-color: #BA698A;
}
</style>