Shades of Tapestry #BC797F
Tints of Tapestry #BC797F
RGB
CMYK
RGB Variations
Color information
#BC797F (or 0xBC797F) is known color: Tapestry. HEX triplet: BC, 79 and 7F. RGB value is (188,121,127). Sum of RGB (Red+Green+Blue) = 188+121+127=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797F is #438680. Grayscale: #8D8D8D. Windows color (decimal): -4425345 or 8354236. OLE color: 8354236.
HSL color Cylindrical-coordinate representation of color #BC797F: hue angle of 354.63º 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 #BC797F is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 127 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.26 |
| HSL | 354.63º | 0.33% | 0.61% | - |
| HSV(B) | 354.63º | 0.36% | 0.74% | - |
| XYZ | 31.41 | 25.9 | 23.42 | - |
| YUV | 141.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 127 | 0 | 0.36 | 0.32 | 0.26 | 354.63 | 0.33 | 0.61 |
| Hex | BC | 79 | 7F | 0 | 24 | 20 | 1A | 163 | 21 | 3D |
| Octal | 274 | 171 | 177 | 0 | 44 | 40 | 32 | 543 | 41 | 75 |
| Binary | 10111100 | 1111001 | 1111111 | 0 | 100100 | 100000 | 11010 | 101100011 | 100001 | 111101 |
Color Harmonies of #BC797F
Complementary color
Monochromatic Colors of #BC797F
Black with #BC797F
Text Example
Text Example
White with #BC797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC797F; }
p { color: rgb(188,121,127); }
H1.HeaderClassName
{
color: #BC797F;
}
.AnyTagClassName
{
color: #BC797F;
}
</style>
background-color css
<style>
a { background-color: #BC797F; }
a { background-color: rgb(188,121,127); }
div.DivClassName
{
background-color: #BC797F;
}
.BgClassName
{
background-color: #BC797F;
}
</style>
border-color css
<style>
span { border-color: #BC797F; }
span { border-color: rgb(188,121,127); }
td.TdClassName
{
border-color: #BC797F;
}
.TagClassName
{
border-color: #BC797F;
}
</style>