Shades of Tapestry #BA628B
Tints of Tapestry #BA628B
RGB
CMYK
RGB Variations
Color information
#BA628B (or 0xBA628B) is known color: Tapestry. HEX triplet: BA, 62 and 8B. RGB value is (186,98,139). Sum of RGB (Red+Green+Blue) = 186+98+139=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628B is #459D74. Grayscale: #808080. Windows color (decimal): -4562293 or 9134778. OLE color: 9134778.
HSL color Cylindrical-coordinate representation of color #BA628B: hue angle of 332.05º 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 #BA628B is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 139 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.27 |
| HSL | 332.05º | 0.39% | 0.56% | - |
| HSV(B) | 332.05º | 0.47% | 0.73% | - |
| XYZ | 29.28 | 21.04 | 26.94 | - |
| YUV | 128.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 139 | 0 | 0.47 | 0.25 | 0.27 | 332.05 | 0.39 | 0.56 |
| Hex | BA | 62 | 8B | 0 | 2F | 19 | 1B | 14C | 27 | 38 |
| Octal | 272 | 142 | 213 | 0 | 57 | 31 | 33 | 514 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10001011 | 0 | 101111 | 11001 | 11011 | 101001100 | 100111 | 111000 |
Color Harmonies of #BA628B
Complementary color
Monochromatic Colors of #BA628B
Black with #BA628B
Text Example
Text Example
White with #BA628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA628B; }
p { color: rgb(186,98,139); }
H1.HeaderClassName
{
color: #BA628B;
}
.AnyTagClassName
{
color: #BA628B;
}
</style>
background-color css
<style>
a { background-color: #BA628B; }
a { background-color: rgb(186,98,139); }
div.DivClassName
{
background-color: #BA628B;
}
.BgClassName
{
background-color: #BA628B;
}
</style>
border-color css
<style>
span { border-color: #BA628B; }
span { border-color: rgb(186,98,139); }
td.TdClassName
{
border-color: #BA628B;
}
.TagClassName
{
border-color: #BA628B;
}
</style>