Shades of Tapestry #BA618C
Tints of Tapestry #BA618C
RGB
CMYK
RGB Variations
Color information
#BA618C (or 0xBA618C) is known color: Tapestry. HEX triplet: BA, 61 and 8C. RGB value is (186,97,140). Sum of RGB (Red+Green+Blue) = 186+97+140=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA618C is #459E73. Grayscale: #808080. Windows color (decimal): -4562548 or 9200058. OLE color: 9200058.
HSL color Cylindrical-coordinate representation of color #BA618C: hue angle of 331.01º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA618C is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 140 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.27 |
| HSL | 331.01º | 0.39% | 0.55% | - |
| HSV(B) | 331.01º | 0.48% | 0.73% | - |
| XYZ | 29.26 | 20.88 | 27.3 | - |
| YUV | 128.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 140 | 0 | 0.48 | 0.25 | 0.27 | 331.01 | 0.39 | 0.55 |
| Hex | BA | 61 | 8C | 0 | 30 | 19 | 1B | 14B | 27 | 37 |
| Octal | 272 | 141 | 214 | 0 | 60 | 31 | 33 | 513 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10001100 | 0 | 110000 | 11001 | 11011 | 101001011 | 100111 | 110111 |
Color Harmonies of #BA618C
Complementary color
Monochromatic Colors of #BA618C
Black with #BA618C
Text Example
Text Example
White with #BA618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA618C; }
p { color: rgb(186,97,140); }
H1.HeaderClassName
{
color: #BA618C;
}
.AnyTagClassName
{
color: #BA618C;
}
</style>
background-color css
<style>
a { background-color: #BA618C; }
a { background-color: rgb(186,97,140); }
div.DivClassName
{
background-color: #BA618C;
}
.BgClassName
{
background-color: #BA618C;
}
</style>
border-color css
<style>
span { border-color: #BA618C; }
span { border-color: rgb(186,97,140); }
td.TdClassName
{
border-color: #BA618C;
}
.TagClassName
{
border-color: #BA618C;
}
</style>