Shades of Tapestry #BA6B87
Tints of Tapestry #BA6B87
RGB
CMYK
RGB Variations
Color information
#BA6B87 (or 0xBA6B87) is known color: Tapestry. HEX triplet: BA, 6B and 87. RGB value is (186,107,135). Sum of RGB (Red+Green+Blue) = 186+107+135=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B87 is #459478. Grayscale: #858585. Windows color (decimal): -4559993 or 8874938. OLE color: 8874938.
HSL color Cylindrical-coordinate representation of color #BA6B87: hue angle of 338.73º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B87 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 135 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.27 |
| HSL | 338.73º | 0.36% | 0.57% | - |
| HSV(B) | 338.73º | 0.42% | 0.73% | - |
| XYZ | 29.88 | 22.7 | 25.73 | - |
| YUV | 133.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 135 | 0 | 0.42 | 0.27 | 0.27 | 338.73 | 0.36 | 0.57 |
| Hex | BA | 6B | 87 | 0 | 2A | 1B | 1B | 153 | 24 | 39 |
| Octal | 272 | 153 | 207 | 0 | 52 | 33 | 33 | 523 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10000111 | 0 | 101010 | 11011 | 11011 | 101010011 | 100100 | 111001 |
Color Harmonies of #BA6B87
Complementary color
Monochromatic Colors of #BA6B87
Black with #BA6B87
Text Example
Text Example
White with #BA6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B87; }
p { color: rgb(186,107,135); }
H1.HeaderClassName
{
color: #BA6B87;
}
.AnyTagClassName
{
color: #BA6B87;
}
</style>
background-color css
<style>
a { background-color: #BA6B87; }
a { background-color: rgb(186,107,135); }
div.DivClassName
{
background-color: #BA6B87;
}
.BgClassName
{
background-color: #BA6B87;
}
</style>
border-color css
<style>
span { border-color: #BA6B87; }
span { border-color: rgb(186,107,135); }
td.TdClassName
{
border-color: #BA6B87;
}
.TagClassName
{
border-color: #BA6B87;
}
</style>