Shades of Tapestry #BC6B80
Tints of Tapestry #BC6B80
RGB
CMYK
RGB Variations
Color information
#BC6B80 (or 0xBC6B80) is known color: Tapestry. HEX triplet: BC, 6B and 80. RGB value is (188,107,128). Sum of RGB (Red+Green+Blue) = 188+107+128=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B80 is #43947F. Grayscale: #858585. Windows color (decimal): -4428928 or 8416188. OLE color: 8416188.
HSL color Cylindrical-coordinate representation of color #BC6B80: hue angle of 344.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6B80 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 128 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.26 |
| HSL | 344.44º | 0.38% | 0.58% | - |
| HSV(B) | 344.44º | 0.43% | 0.74% | - |
| XYZ | 29.89 | 22.77 | 23.24 | - |
| YUV | 133.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 128 | 0 | 0.43 | 0.32 | 0.26 | 344.44 | 0.38 | 0.58 |
| Hex | BC | 6B | 80 | 0 | 2B | 20 | 1A | 158 | 26 | 3A |
| Octal | 274 | 153 | 200 | 0 | 53 | 40 | 32 | 530 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10000000 | 0 | 101011 | 100000 | 11010 | 101011000 | 100110 | 111010 |
Color Harmonies of #BC6B80
Complementary color
Monochromatic Colors of #BC6B80
Black with #BC6B80
Text Example
Text Example
White with #BC6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B80; }
p { color: rgb(188,107,128); }
H1.HeaderClassName
{
color: #BC6B80;
}
.AnyTagClassName
{
color: #BC6B80;
}
</style>
background-color css
<style>
a { background-color: #BC6B80; }
a { background-color: rgb(188,107,128); }
div.DivClassName
{
background-color: #BC6B80;
}
.BgClassName
{
background-color: #BC6B80;
}
</style>
border-color css
<style>
span { border-color: #BC6B80; }
span { border-color: rgb(188,107,128); }
td.TdClassName
{
border-color: #BC6B80;
}
.TagClassName
{
border-color: #BC6B80;
}
</style>