Shades of Tapestry #BA6181
Tints of Tapestry #BA6181
RGB
CMYK
RGB Variations
Color information
#BA6181 (or 0xBA6181) is known color: Tapestry. HEX triplet: BA, 61 and 81. RGB value is (186,97,129). Sum of RGB (Red+Green+Blue) = 186+97+129=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6181 is #459E7E. Grayscale: #7F7F7F. Windows color (decimal): -4562559 or 8479162. OLE color: 8479162.
HSL color Cylindrical-coordinate representation of color #BA6181: hue angle of 338.43º 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 #BA6181 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 129 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.27 |
| HSL | 338.43º | 0.39% | 0.55% | - |
| HSV(B) | 338.43º | 0.48% | 0.73% | - |
| XYZ | 28.49 | 20.57 | 23.24 | - |
| YUV | 127.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 129 | 0 | 0.48 | 0.31 | 0.27 | 338.43 | 0.39 | 0.55 |
| Hex | BA | 61 | 81 | 0 | 30 | 1F | 1B | 152 | 27 | 37 |
| Octal | 272 | 141 | 201 | 0 | 60 | 37 | 33 | 522 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10000001 | 0 | 110000 | 11111 | 11011 | 101010010 | 100111 | 110111 |
Color Harmonies of #BA6181
Complementary color
Monochromatic Colors of #BA6181
Black with #BA6181
Text Example
Text Example
White with #BA6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6181; }
p { color: rgb(186,97,129); }
H1.HeaderClassName
{
color: #BA6181;
}
.AnyTagClassName
{
color: #BA6181;
}
</style>
background-color css
<style>
a { background-color: #BA6181; }
a { background-color: rgb(186,97,129); }
div.DivClassName
{
background-color: #BA6181;
}
.BgClassName
{
background-color: #BA6181;
}
</style>
border-color css
<style>
span { border-color: #BA6181; }
span { border-color: rgb(186,97,129); }
td.TdClassName
{
border-color: #BA6181;
}
.TagClassName
{
border-color: #BA6181;
}
</style>