Shades of Tapestry #BA658A
Tints of Tapestry #BA658A
RGB
CMYK
RGB Variations
Color information
#BA658A (or 0xBA658A) is known color: Tapestry. HEX triplet: BA, 65 and 8A. RGB value is (186,101,138). Sum of RGB (Red+Green+Blue) = 186+101+138=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA658A is #459A75. Grayscale: #828282. Windows color (decimal): -4561526 or 9070010. OLE color: 9070010.
HSL color Cylindrical-coordinate representation of color #BA658A: hue angle of 333.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA658A is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 138 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.27 |
| HSL | 333.88º | 0.38% | 0.56% | - |
| HSV(B) | 333.88º | 0.46% | 0.73% | - |
| XYZ | 29.49 | 21.58 | 26.66 | - |
| YUV | 130.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 138 | 0 | 0.46 | 0.26 | 0.27 | 333.88 | 0.38 | 0.56 |
| Hex | BA | 65 | 8A | 0 | 2E | 1A | 1B | 14E | 26 | 38 |
| Octal | 272 | 145 | 212 | 0 | 56 | 32 | 33 | 516 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10001010 | 0 | 101110 | 11010 | 11011 | 101001110 | 100110 | 111000 |
Color Harmonies of #BA658A
Complementary color
Monochromatic Colors of #BA658A
Black with #BA658A
Text Example
Text Example
White with #BA658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA658A; }
p { color: rgb(186,101,138); }
H1.HeaderClassName
{
color: #BA658A;
}
.AnyTagClassName
{
color: #BA658A;
}
</style>
background-color css
<style>
a { background-color: #BA658A; }
a { background-color: rgb(186,101,138); }
div.DivClassName
{
background-color: #BA658A;
}
.BgClassName
{
background-color: #BA658A;
}
</style>
border-color css
<style>
span { border-color: #BA658A; }
span { border-color: rgb(186,101,138); }
td.TdClassName
{
border-color: #BA658A;
}
.TagClassName
{
border-color: #BA658A;
}
</style>