Shades of Tapestry #BC777E
Tints of Tapestry #BC777E
RGB
CMYK
RGB Variations
Color information
#BC777E (or 0xBC777E) is known color: Tapestry. HEX triplet: BC, 77 and 7E. RGB value is (188,119,126). Sum of RGB (Red+Green+Blue) = 188+119+126=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777E is #438881. Grayscale: #8C8C8C. Windows color (decimal): -4425858 or 8288188. OLE color: 8288188.
HSL color Cylindrical-coordinate representation of color #BC777E: hue angle of 353.91º 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 #BC777E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 126 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.26 |
| HSL | 353.91º | 0.34% | 0.6% | - |
| HSV(B) | 353.91º | 0.37% | 0.74% | - |
| XYZ | 31.1 | 25.39 | 23 | - |
| YUV | 140.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 126 | 0 | 0.37 | 0.33 | 0.26 | 353.91 | 0.34 | 0.6 |
| Hex | BC | 77 | 7E | 0 | 25 | 21 | 1A | 162 | 22 | 3C |
| Octal | 274 | 167 | 176 | 0 | 45 | 41 | 32 | 542 | 42 | 74 |
| Binary | 10111100 | 1110111 | 1111110 | 0 | 100101 | 100001 | 11010 | 101100010 | 100010 | 111100 |
Color Harmonies of #BC777E
Complementary color
Monochromatic Colors of #BC777E
Black with #BC777E
Text Example
Text Example
White with #BC777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC777E; }
p { color: rgb(188,119,126); }
H1.HeaderClassName
{
color: #BC777E;
}
.AnyTagClassName
{
color: #BC777E;
}
</style>
background-color css
<style>
a { background-color: #BC777E; }
a { background-color: rgb(188,119,126); }
div.DivClassName
{
background-color: #BC777E;
}
.BgClassName
{
background-color: #BC777E;
}
</style>
border-color css
<style>
span { border-color: #BC777E; }
span { border-color: rgb(188,119,126); }
td.TdClassName
{
border-color: #BC777E;
}
.TagClassName
{
border-color: #BC777E;
}
</style>