Shades of Tapestry #BA608A
Tints of Tapestry #BA608A
RGB
CMYK
RGB Variations
Color information
#BA608A (or 0xBA608A) is known color: Tapestry. HEX triplet: BA, 60 and 8A. RGB value is (186,96,138). Sum of RGB (Red+Green+Blue) = 186+96+138=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608A is #459F75. Grayscale: #7F7F7F. Windows color (decimal): -4562806 or 9068730. OLE color: 9068730.
HSL color Cylindrical-coordinate representation of color #BA608A: hue angle of 332º 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 #BA608A is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 138 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.27 |
| HSL | 332º | 0.39% | 0.55% | - |
| HSV(B) | 332º | 0.48% | 0.73% | - |
| XYZ | 29.02 | 20.64 | 26.5 | - |
| YUV | 127.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 138 | 0 | 0.48 | 0.26 | 0.27 | 332 | 0.39 | 0.55 |
| Hex | BA | 60 | 8A | 0 | 30 | 1A | 1B | 14C | 27 | 37 |
| Octal | 272 | 140 | 212 | 0 | 60 | 32 | 33 | 514 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10001010 | 0 | 110000 | 11010 | 11011 | 101001100 | 100111 | 110111 |
Color Harmonies of #BA608A
Complementary color
Monochromatic Colors of #BA608A
Black with #BA608A
Text Example
Text Example
White with #BA608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA608A; }
p { color: rgb(186,96,138); }
H1.HeaderClassName
{
color: #BA608A;
}
.AnyTagClassName
{
color: #BA608A;
}
</style>
background-color css
<style>
a { background-color: #BA608A; }
a { background-color: rgb(186,96,138); }
div.DivClassName
{
background-color: #BA608A;
}
.BgClassName
{
background-color: #BA608A;
}
</style>
border-color css
<style>
span { border-color: #BA608A; }
span { border-color: rgb(186,96,138); }
td.TdClassName
{
border-color: #BA608A;
}
.TagClassName
{
border-color: #BA608A;
}
</style>