Shades of Tapestry #BA698B
Tints of Tapestry #BA698B
RGB
CMYK
RGB Variations
Color information
#BA698B (or 0xBA698B) is known color: Tapestry. HEX triplet: BA, 69 and 8B. RGB value is (186,105,139). Sum of RGB (Red+Green+Blue) = 186+105+139=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA698B is #459674. Grayscale: #858585. Windows color (decimal): -4560501 or 9136570. OLE color: 9136570.
HSL color Cylindrical-coordinate representation of color #BA698B: hue angle of 334.81º 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 #BA698B is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 139 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.27 |
| HSL | 334.81º | 0.37% | 0.57% | - |
| HSV(B) | 334.81º | 0.44% | 0.73% | - |
| XYZ | 29.96 | 22.41 | 27.17 | - |
| YUV | 133.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 139 | 0 | 0.44 | 0.25 | 0.27 | 334.81 | 0.37 | 0.57 |
| Hex | BA | 69 | 8B | 0 | 2C | 19 | 1B | 14F | 25 | 39 |
| Octal | 272 | 151 | 213 | 0 | 54 | 31 | 33 | 517 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10001011 | 0 | 101100 | 11001 | 11011 | 101001111 | 100101 | 111001 |
Color Harmonies of #BA698B
Complementary color
Monochromatic Colors of #BA698B
Black with #BA698B
Text Example
Text Example
White with #BA698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA698B; }
p { color: rgb(186,105,139); }
H1.HeaderClassName
{
color: #BA698B;
}
.AnyTagClassName
{
color: #BA698B;
}
</style>
background-color css
<style>
a { background-color: #BA698B; }
a { background-color: rgb(186,105,139); }
div.DivClassName
{
background-color: #BA698B;
}
.BgClassName
{
background-color: #BA698B;
}
</style>
border-color css
<style>
span { border-color: #BA698B; }
span { border-color: rgb(186,105,139); }
td.TdClassName
{
border-color: #BA698B;
}
.TagClassName
{
border-color: #BA698B;
}
</style>