Shades of Tapestry #BA637B
Tints of Tapestry #BA637B
RGB
CMYK
RGB Variations
Color information
#BA637B (or 0xBA637B) is known color: Tapestry. HEX triplet: BA, 63 and 7B. RGB value is (186,99,123). Sum of RGB (Red+Green+Blue) = 186+99+123=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637B is #459C84. Grayscale: #7F7F7F. Windows color (decimal): -4562053 or 8086458. OLE color: 8086458.
HSL color Cylindrical-coordinate representation of color #BA637B: hue angle of 343.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA637B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 123 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.27 |
| HSL | 343.45º | 0.39% | 0.56% | - |
| HSV(B) | 343.45º | 0.47% | 0.73% | - |
| XYZ | 28.29 | 20.79 | 21.26 | - |
| YUV | 127.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 123 | 0 | 0.47 | 0.34 | 0.27 | 343.45 | 0.39 | 0.56 |
| Hex | BA | 63 | 7B | 0 | 2F | 22 | 1B | 157 | 27 | 38 |
| Octal | 272 | 143 | 173 | 0 | 57 | 42 | 33 | 527 | 47 | 70 |
| Binary | 10111010 | 1100011 | 1111011 | 0 | 101111 | 100010 | 11011 | 101010111 | 100111 | 111000 |
Color Harmonies of #BA637B
Complementary color
Monochromatic Colors of #BA637B
Black with #BA637B
Text Example
Text Example
White with #BA637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA637B; }
p { color: rgb(186,99,123); }
H1.HeaderClassName
{
color: #BA637B;
}
.AnyTagClassName
{
color: #BA637B;
}
</style>
background-color css
<style>
a { background-color: #BA637B; }
a { background-color: rgb(186,99,123); }
div.DivClassName
{
background-color: #BA637B;
}
.BgClassName
{
background-color: #BA637B;
}
</style>
border-color css
<style>
span { border-color: #BA637B; }
span { border-color: rgb(186,99,123); }
td.TdClassName
{
border-color: #BA637B;
}
.TagClassName
{
border-color: #BA637B;
}
</style>