Shades of Tapestry #BA607A
Tints of Tapestry #BA607A
RGB
CMYK
RGB Variations
Color information
#BA607A (or 0xBA607A) is known color: Tapestry. HEX triplet: BA, 60 and 7A. RGB value is (186,96,122). Sum of RGB (Red+Green+Blue) = 186+96+122=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA607A is #459F85. Grayscale: #7D7D7D. Windows color (decimal): -4562822 or 8020154. OLE color: 8020154.
HSL color Cylindrical-coordinate representation of color #BA607A: hue angle of 342.67º 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 #BA607A is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 122 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.27 |
| HSL | 342.67º | 0.39% | 0.55% | - |
| HSV(B) | 342.67º | 0.48% | 0.73% | - |
| XYZ | 27.95 | 20.21 | 20.84 | - |
| YUV | 125.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 122 | 0 | 0.48 | 0.34 | 0.27 | 342.67 | 0.39 | 0.55 |
| Hex | BA | 60 | 7A | 0 | 30 | 22 | 1B | 157 | 27 | 37 |
| Octal | 272 | 140 | 172 | 0 | 60 | 42 | 33 | 527 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1111010 | 0 | 110000 | 100010 | 11011 | 101010111 | 100111 | 110111 |
Color Harmonies of #BA607A
Complementary color
Monochromatic Colors of #BA607A
Black with #BA607A
Text Example
Text Example
White with #BA607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA607A; }
p { color: rgb(186,96,122); }
H1.HeaderClassName
{
color: #BA607A;
}
.AnyTagClassName
{
color: #BA607A;
}
</style>
background-color css
<style>
a { background-color: #BA607A; }
a { background-color: rgb(186,96,122); }
div.DivClassName
{
background-color: #BA607A;
}
.BgClassName
{
background-color: #BA607A;
}
</style>
border-color css
<style>
span { border-color: #BA607A; }
span { border-color: rgb(186,96,122); }
td.TdClassName
{
border-color: #BA607A;
}
.TagClassName
{
border-color: #BA607A;
}
</style>