Shades of Tapestry #BC777D
Tints of Tapestry #BC777D
RGB
CMYK
RGB Variations
Color information
#BC777D (or 0xBC777D) is known color: Tapestry. HEX triplet: BC, 77 and 7D. RGB value is (188,119,125). Sum of RGB (Red+Green+Blue) = 188+119+125=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777D is #438882. Grayscale: #8C8C8C. Windows color (decimal): -4425859 or 8222652. OLE color: 8222652.
HSL color Cylindrical-coordinate representation of color #BC777D: hue angle of 354.78º 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 #BC777D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 125 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.26 |
| HSL | 354.78º | 0.34% | 0.6% | - |
| HSV(B) | 354.78º | 0.37% | 0.74% | - |
| XYZ | 31.04 | 25.37 | 22.66 | - |
| YUV | 140.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 125 | 0 | 0.37 | 0.34 | 0.26 | 354.78 | 0.34 | 0.6 |
| Hex | BC | 77 | 7D | 0 | 25 | 22 | 1A | 163 | 22 | 3C |
| Octal | 274 | 167 | 175 | 0 | 45 | 42 | 32 | 543 | 42 | 74 |
| Binary | 10111100 | 1110111 | 1111101 | 0 | 100101 | 100010 | 11010 | 101100011 | 100010 | 111100 |
Color Harmonies of #BC777D
Complementary color
Monochromatic Colors of #BC777D
Black with #BC777D
Text Example
Text Example
White with #BC777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC777D; }
p { color: rgb(188,119,125); }
H1.HeaderClassName
{
color: #BC777D;
}
.AnyTagClassName
{
color: #BC777D;
}
</style>
background-color css
<style>
a { background-color: #BC777D; }
a { background-color: rgb(188,119,125); }
div.DivClassName
{
background-color: #BC777D;
}
.BgClassName
{
background-color: #BC777D;
}
</style>
border-color css
<style>
span { border-color: #BC777D; }
span { border-color: rgb(188,119,125); }
td.TdClassName
{
border-color: #BC777D;
}
.TagClassName
{
border-color: #BC777D;
}
</style>