Shades of Tapestry #BC6177
Tints of Tapestry #BC6177
RGB
CMYK
RGB Variations
Color information
#BC6177 (or 0xBC6177) is known color: Tapestry. HEX triplet: BC, 61 and 77. RGB value is (188,97,119). Sum of RGB (Red+Green+Blue) = 188+97+119=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6177 is #439E88. Grayscale: #7E7E7E. Windows color (decimal): -4431497 or 7823804. OLE color: 7823804.
HSL color Cylindrical-coordinate representation of color #BC6177: hue angle of 345.49º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6177 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 119 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.26 |
| HSL | 345.49º | 0.4% | 0.56% | - |
| HSV(B) | 345.49º | 0.48% | 0.74% | - |
| XYZ | 28.34 | 20.57 | 19.93 | - |
| YUV | 126.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 119 | 0 | 0.48 | 0.37 | 0.26 | 345.49 | 0.4 | 0.56 |
| Hex | BC | 61 | 77 | 0 | 30 | 25 | 1A | 159 | 28 | 38 |
| Octal | 274 | 141 | 167 | 0 | 60 | 45 | 32 | 531 | 50 | 70 |
| Binary | 10111100 | 1100001 | 1110111 | 0 | 110000 | 100101 | 11010 | 101011001 | 101000 | 111000 |
Color Harmonies of #BC6177
Complementary color
Monochromatic Colors of #BC6177
Black with #BC6177
Text Example
Text Example
White with #BC6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6177; }
p { color: rgb(188,97,119); }
H1.HeaderClassName
{
color: #BC6177;
}
.AnyTagClassName
{
color: #BC6177;
}
</style>
background-color css
<style>
a { background-color: #BC6177; }
a { background-color: rgb(188,97,119); }
div.DivClassName
{
background-color: #BC6177;
}
.BgClassName
{
background-color: #BC6177;
}
</style>
border-color css
<style>
span { border-color: #BC6177; }
span { border-color: rgb(188,97,119); }
td.TdClassName
{
border-color: #BC6177;
}
.TagClassName
{
border-color: #BC6177;
}
</style>