Shades of Tapestry #BC768E
Tints of Tapestry #BC768E
RGB
CMYK
RGB Variations
Color information
#BC768E (or 0xBC768E) is known color: Tapestry. HEX triplet: BC, 76 and 8E. RGB value is (188,118,142). Sum of RGB (Red+Green+Blue) = 188+118+142=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC768E is #438971. Grayscale: #8D8D8D. Windows color (decimal): -4426098 or 9336508. OLE color: 9336508.
HSL color Cylindrical-coordinate representation of color #BC768E: hue angle of 339.43º 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 #BC768E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 142 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.26 |
| HSL | 339.43º | 0.34% | 0.6% | - |
| HSV(B) | 339.43º | 0.37% | 0.74% | - |
| XYZ | 32.1 | 25.6 | 28.84 | - |
| YUV | 141.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 142 | 0 | 0.37 | 0.24 | 0.26 | 339.43 | 0.34 | 0.6 |
| Hex | BC | 76 | 8E | 0 | 25 | 18 | 1A | 153 | 22 | 3C |
| Octal | 274 | 166 | 216 | 0 | 45 | 30 | 32 | 523 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10001110 | 0 | 100101 | 11000 | 11010 | 101010011 | 100010 | 111100 |
Color Harmonies of #BC768E
Complementary color
Monochromatic Colors of #BC768E
Black with #BC768E
Text Example
Text Example
White with #BC768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC768E; }
p { color: rgb(188,118,142); }
H1.HeaderClassName
{
color: #BC768E;
}
.AnyTagClassName
{
color: #BC768E;
}
</style>
background-color css
<style>
a { background-color: #BC768E; }
a { background-color: rgb(188,118,142); }
div.DivClassName
{
background-color: #BC768E;
}
.BgClassName
{
background-color: #BC768E;
}
</style>
border-color css
<style>
span { border-color: #BC768E; }
span { border-color: rgb(188,118,142); }
td.TdClassName
{
border-color: #BC768E;
}
.TagClassName
{
border-color: #BC768E;
}
</style>