Shades of Tapestry #BC7178
Tints of Tapestry #BC7178
RGB
CMYK
RGB Variations
Color information
#BC7178 (or 0xBC7178) is known color: Tapestry. HEX triplet: BC, 71 and 78. RGB value is (188,113,120). Sum of RGB (Red+Green+Blue) = 188+113+120=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7178 is #438E87. Grayscale: #888888. Windows color (decimal): -4427400 or 7893436. OLE color: 7893436.
HSL color Cylindrical-coordinate representation of color #BC7178: hue angle of 354.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7178 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 120 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.26 |
| HSL | 354.4º | 0.36% | 0.59% | - |
| HSV(B) | 354.4º | 0.4% | 0.74% | - |
| XYZ | 30.03 | 23.86 | 20.79 | - |
| YUV | 136.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 120 | 0 | 0.40 | 0.36 | 0.26 | 354.4 | 0.36 | 0.59 |
| Hex | BC | 71 | 78 | 0 | 28 | 24 | 1A | 162 | 24 | 3B |
| Octal | 274 | 161 | 170 | 0 | 50 | 44 | 32 | 542 | 44 | 73 |
| Binary | 10111100 | 1110001 | 1111000 | 0 | 101000 | 100100 | 11010 | 101100010 | 100100 | 111011 |
Color Harmonies of #BC7178
Complementary color
Monochromatic Colors of #BC7178
Black with #BC7178
Text Example
Text Example
White with #BC7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7178; }
p { color: rgb(188,113,120); }
H1.HeaderClassName
{
color: #BC7178;
}
.AnyTagClassName
{
color: #BC7178;
}
</style>
background-color css
<style>
a { background-color: #BC7178; }
a { background-color: rgb(188,113,120); }
div.DivClassName
{
background-color: #BC7178;
}
.BgClassName
{
background-color: #BC7178;
}
</style>
border-color css
<style>
span { border-color: #BC7178; }
span { border-color: rgb(188,113,120); }
td.TdClassName
{
border-color: #BC7178;
}
.TagClassName
{
border-color: #BC7178;
}
</style>