Shades of Tapestry #BA677D
Tints of Tapestry #BA677D
RGB
CMYK
RGB Variations
Color information
#BA677D (or 0xBA677D) is known color: Tapestry. HEX triplet: BA, 67 and 7D. RGB value is (186,103,125). Sum of RGB (Red+Green+Blue) = 186+103+125=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA677D is #459882. Grayscale: #828282. Windows color (decimal): -4561027 or 8218554. OLE color: 8218554.
HSL color Cylindrical-coordinate representation of color #BA677D: hue angle of 344.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA677D is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 125 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.27 |
| HSL | 344.1º | 0.38% | 0.57% | - |
| HSV(B) | 344.1º | 0.45% | 0.73% | - |
| XYZ | 28.8 | 21.62 | 22.06 | - |
| YUV | 130.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 125 | 0 | 0.45 | 0.33 | 0.27 | 344.1 | 0.38 | 0.57 |
| Hex | BA | 67 | 7D | 0 | 2D | 21 | 1B | 158 | 26 | 39 |
| Octal | 272 | 147 | 175 | 0 | 55 | 41 | 33 | 530 | 46 | 71 |
| Binary | 10111010 | 1100111 | 1111101 | 0 | 101101 | 100001 | 11011 | 101011000 | 100110 | 111001 |
Color Harmonies of #BA677D
Complementary color
Monochromatic Colors of #BA677D
Black with #BA677D
Text Example
Text Example
White with #BA677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA677D; }
p { color: rgb(186,103,125); }
H1.HeaderClassName
{
color: #BA677D;
}
.AnyTagClassName
{
color: #BA677D;
}
</style>
background-color css
<style>
a { background-color: #BA677D; }
a { background-color: rgb(186,103,125); }
div.DivClassName
{
background-color: #BA677D;
}
.BgClassName
{
background-color: #BA677D;
}
</style>
border-color css
<style>
span { border-color: #BA677D; }
span { border-color: rgb(186,103,125); }
td.TdClassName
{
border-color: #BA677D;
}
.TagClassName
{
border-color: #BA677D;
}
</style>