Shades of Tapestry #BC777C
Tints of Tapestry #BC777C
RGB
CMYK
RGB Variations
Color information
#BC777C (or 0xBC777C) is known color: Tapestry. HEX triplet: BC, 77 and 7C. RGB value is (188,119,124). Sum of RGB (Red+Green+Blue) = 188+119+124=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777C is #438883. Grayscale: #8C8C8C. Windows color (decimal): -4425860 or 8157116. OLE color: 8157116.
HSL color Cylindrical-coordinate representation of color #BC777C: hue angle of 355.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC777C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 124 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.26 |
| HSL | 355.65º | 0.34% | 0.6% | - |
| HSV(B) | 355.65º | 0.37% | 0.74% | - |
| XYZ | 30.97 | 25.34 | 22.33 | - |
| YUV | 140.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 124 | 0 | 0.37 | 0.34 | 0.26 | 355.65 | 0.34 | 0.6 |
| Hex | BC | 77 | 7C | 0 | 25 | 22 | 1A | 164 | 22 | 3C |
| Octal | 274 | 167 | 174 | 0 | 45 | 42 | 32 | 544 | 42 | 74 |
| Binary | 10111100 | 1110111 | 1111100 | 0 | 100101 | 100010 | 11010 | 101100100 | 100010 | 111100 |
Color Harmonies of #BC777C
Complementary color
Monochromatic Colors of #BC777C
Black with #BC777C
Text Example
Text Example
White with #BC777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC777C; }
p { color: rgb(188,119,124); }
H1.HeaderClassName
{
color: #BC777C;
}
.AnyTagClassName
{
color: #BC777C;
}
</style>
background-color css
<style>
a { background-color: #BC777C; }
a { background-color: rgb(188,119,124); }
div.DivClassName
{
background-color: #BC777C;
}
.BgClassName
{
background-color: #BC777C;
}
</style>
border-color css
<style>
span { border-color: #BC777C; }
span { border-color: rgb(188,119,124); }
td.TdClassName
{
border-color: #BC777C;
}
.TagClassName
{
border-color: #BC777C;
}
</style>