Shades of Tapestry #BC7E7F
Tints of Tapestry #BC7E7F
RGB
CMYK
RGB Variations
Color information
#BC7E7F (or 0xBC7E7F) is known color: Tapestry. HEX triplet: BC, 7E and 7F. RGB value is (188,126,127). Sum of RGB (Red+Green+Blue) = 188+126+127=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E7F is #438180. Grayscale: #909090. Windows color (decimal): -4424065 or 8355516. OLE color: 8355516.
HSL color Cylindrical-coordinate representation of color #BC7E7F: hue angle of 359.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7E7F is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 127 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.26 |
| HSL | 359.03º | 0.32% | 0.62% | - |
| HSV(B) | 359.03º | 0.33% | 0.74% | - |
| XYZ | 32.03 | 27.15 | 23.63 | - |
| YUV | 144.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 127 | 0 | 0.33 | 0.32 | 0.26 | 359.03 | 0.32 | 0.62 |
| Hex | BC | 7E | 7F | 0 | 21 | 20 | 1A | 167 | 20 | 3E |
| Octal | 274 | 176 | 177 | 0 | 41 | 40 | 32 | 547 | 40 | 76 |
| Binary | 10111100 | 1111110 | 1111111 | 0 | 100001 | 100000 | 11010 | 101100111 | 100000 | 111110 |
Color Harmonies of #BC7E7F
Complementary color
Monochromatic Colors of #BC7E7F
Black with #BC7E7F
Text Example
Text Example
White with #BC7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E7F; }
p { color: rgb(188,126,127); }
H1.HeaderClassName
{
color: #BC7E7F;
}
.AnyTagClassName
{
color: #BC7E7F;
}
</style>
background-color css
<style>
a { background-color: #BC7E7F; }
a { background-color: rgb(188,126,127); }
div.DivClassName
{
background-color: #BC7E7F;
}
.BgClassName
{
background-color: #BC7E7F;
}
</style>
border-color css
<style>
span { border-color: #BC7E7F; }
span { border-color: rgb(188,126,127); }
td.TdClassName
{
border-color: #BC7E7F;
}
.TagClassName
{
border-color: #BC7E7F;
}
</style>