Shades of Tapestry #BA6287
Tints of Tapestry #BA6287
RGB
CMYK
RGB Variations
Color information
#BA6287 (or 0xBA6287) is known color: Tapestry. HEX triplet: BA, 62 and 87. RGB value is (186,98,135). Sum of RGB (Red+Green+Blue) = 186+98+135=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6287 is #459D78. Grayscale: #808080. Windows color (decimal): -4562297 or 8872634. OLE color: 8872634.
HSL color Cylindrical-coordinate representation of color #BA6287: hue angle of 334.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6287 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 135 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.27 |
| HSL | 334.77º | 0.39% | 0.56% | - |
| HSV(B) | 334.77º | 0.47% | 0.73% | - |
| XYZ | 28.99 | 20.92 | 25.43 | - |
| YUV | 128.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 135 | 0 | 0.47 | 0.27 | 0.27 | 334.77 | 0.39 | 0.56 |
| Hex | BA | 62 | 87 | 0 | 2F | 1B | 1B | 14F | 27 | 38 |
| Octal | 272 | 142 | 207 | 0 | 57 | 33 | 33 | 517 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10000111 | 0 | 101111 | 11011 | 11011 | 101001111 | 100111 | 111000 |
Color Harmonies of #BA6287
Complementary color
Monochromatic Colors of #BA6287
Black with #BA6287
Text Example
Text Example
White with #BA6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6287; }
p { color: rgb(186,98,135); }
H1.HeaderClassName
{
color: #BA6287;
}
.AnyTagClassName
{
color: #BA6287;
}
</style>
background-color css
<style>
a { background-color: #BA6287; }
a { background-color: rgb(186,98,135); }
div.DivClassName
{
background-color: #BA6287;
}
.BgClassName
{
background-color: #BA6287;
}
</style>
border-color css
<style>
span { border-color: #BA6287; }
span { border-color: rgb(186,98,135); }
td.TdClassName
{
border-color: #BA6287;
}
.TagClassName
{
border-color: #BA6287;
}
</style>