Shades of Tapestry #BC797C
Tints of Tapestry #BC797C
RGB
CMYK
RGB Variations
Color information
#BC797C (or 0xBC797C) is known color: Tapestry. HEX triplet: BC, 79 and 7C. RGB value is (188,121,124). Sum of RGB (Red+Green+Blue) = 188+121+124=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797C is #438683. Grayscale: #8D8D8D. Windows color (decimal): -4425348 or 8157628. OLE color: 8157628.
HSL color Cylindrical-coordinate representation of color #BC797C: hue angle of 357.31º 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 #BC797C is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 124 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.26 |
| HSL | 357.31º | 0.33% | 0.61% | - |
| HSV(B) | 357.31º | 0.36% | 0.74% | - |
| XYZ | 31.21 | 25.82 | 22.41 | - |
| YUV | 141.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 124 | 0 | 0.36 | 0.34 | 0.26 | 357.31 | 0.33 | 0.61 |
| Hex | BC | 79 | 7C | 0 | 24 | 22 | 1A | 165 | 21 | 3D |
| Octal | 274 | 171 | 174 | 0 | 44 | 42 | 32 | 545 | 41 | 75 |
| Binary | 10111100 | 1111001 | 1111100 | 0 | 100100 | 100010 | 11010 | 101100101 | 100001 | 111101 |
Color Harmonies of #BC797C
Complementary color
Monochromatic Colors of #BC797C
Black with #BC797C
Text Example
Text Example
White with #BC797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC797C; }
p { color: rgb(188,121,124); }
H1.HeaderClassName
{
color: #BC797C;
}
.AnyTagClassName
{
color: #BC797C;
}
</style>
background-color css
<style>
a { background-color: #BC797C; }
a { background-color: rgb(188,121,124); }
div.DivClassName
{
background-color: #BC797C;
}
.BgClassName
{
background-color: #BC797C;
}
</style>
border-color css
<style>
span { border-color: #BC797C; }
span { border-color: rgb(188,121,124); }
td.TdClassName
{
border-color: #BC797C;
}
.TagClassName
{
border-color: #BC797C;
}
</style>