Shades of Tapestry #BA627D
Tints of Tapestry #BA627D
RGB
CMYK
RGB Variations
Color information
#BA627D (or 0xBA627D) is known color: Tapestry. HEX triplet: BA, 62 and 7D. RGB value is (186,98,125). Sum of RGB (Red+Green+Blue) = 186+98+125=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA627D is #459D82. Grayscale: #7F7F7F. Windows color (decimal): -4562307 or 8217274. OLE color: 8217274.
HSL color Cylindrical-coordinate representation of color #BA627D: hue angle of 341.59º 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 #BA627D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 125 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.27 |
| HSL | 341.59º | 0.39% | 0.56% | - |
| HSV(B) | 341.59º | 0.47% | 0.73% | - |
| XYZ | 28.32 | 20.66 | 21.9 | - |
| YUV | 127.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 125 | 0 | 0.47 | 0.33 | 0.27 | 341.59 | 0.39 | 0.56 |
| Hex | BA | 62 | 7D | 0 | 2F | 21 | 1B | 156 | 27 | 38 |
| Octal | 272 | 142 | 175 | 0 | 57 | 41 | 33 | 526 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1111101 | 0 | 101111 | 100001 | 11011 | 101010110 | 100111 | 111000 |
Color Harmonies of #BA627D
Complementary color
Monochromatic Colors of #BA627D
Black with #BA627D
Text Example
Text Example
White with #BA627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA627D; }
p { color: rgb(186,98,125); }
H1.HeaderClassName
{
color: #BA627D;
}
.AnyTagClassName
{
color: #BA627D;
}
</style>
background-color css
<style>
a { background-color: #BA627D; }
a { background-color: rgb(186,98,125); }
div.DivClassName
{
background-color: #BA627D;
}
.BgClassName
{
background-color: #BA627D;
}
</style>
border-color css
<style>
span { border-color: #BA627D; }
span { border-color: rgb(186,98,125); }
td.TdClassName
{
border-color: #BA627D;
}
.TagClassName
{
border-color: #BA627D;
}
</style>