Shades of Tapestry #BC798E
Tints of Tapestry #BC798E
RGB
CMYK
RGB Variations
Color information
#BC798E (or 0xBC798E) is known color: Tapestry. HEX triplet: BC, 79 and 8E. RGB value is (188,121,142). Sum of RGB (Red+Green+Blue) = 188+121+142=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798E is #438671. Grayscale: #8F8F8F. Windows color (decimal): -4425330 or 9337276. OLE color: 9337276.
HSL color Cylindrical-coordinate representation of color #BC798E: hue angle of 341.19º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC798E is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 142 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.26 |
| HSL | 341.19º | 0.33% | 0.61% | - |
| HSV(B) | 341.19º | 0.36% | 0.74% | - |
| XYZ | 32.46 | 26.32 | 28.96 | - |
| YUV | 143.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 142 | 0 | 0.36 | 0.24 | 0.26 | 341.19 | 0.33 | 0.61 |
| Hex | BC | 79 | 8E | 0 | 24 | 18 | 1A | 155 | 21 | 3D |
| Octal | 274 | 171 | 216 | 0 | 44 | 30 | 32 | 525 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10001110 | 0 | 100100 | 11000 | 11010 | 101010101 | 100001 | 111101 |
Color Harmonies of #BC798E
Complementary color
Monochromatic Colors of #BC798E
Black with #BC798E
Text Example
Text Example
White with #BC798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC798E; }
p { color: rgb(188,121,142); }
H1.HeaderClassName
{
color: #BC798E;
}
.AnyTagClassName
{
color: #BC798E;
}
</style>
background-color css
<style>
a { background-color: #BC798E; }
a { background-color: rgb(188,121,142); }
div.DivClassName
{
background-color: #BC798E;
}
.BgClassName
{
background-color: #BC798E;
}
</style>
border-color css
<style>
span { border-color: #BC798E; }
span { border-color: rgb(188,121,142); }
td.TdClassName
{
border-color: #BC798E;
}
.TagClassName
{
border-color: #BC798E;
}
</style>