Shades of Tapestry #BC6276
Tints of Tapestry #BC6276
RGB
CMYK
RGB Variations
Color information
#BC6276 (or 0xBC6276) is known color: Tapestry. HEX triplet: BC, 62 and 76. RGB value is (188,98,118). Sum of RGB (Red+Green+Blue) = 188+98+118=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6276 is #439D89. Grayscale: #7F7F7F. Windows color (decimal): -4431242 or 7758524. OLE color: 7758524.
HSL color Cylindrical-coordinate representation of color #BC6276: hue angle of 346.67º 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 #BC6276 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 118 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.26 |
| HSL | 346.67º | 0.4% | 0.56% | - |
| HSV(B) | 346.67º | 0.48% | 0.74% | - |
| XYZ | 28.38 | 20.73 | 19.65 | - |
| YUV | 127.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 118 | 0 | 0.48 | 0.37 | 0.26 | 346.67 | 0.4 | 0.56 |
| Hex | BC | 62 | 76 | 0 | 30 | 25 | 1A | 15B | 28 | 38 |
| Octal | 274 | 142 | 166 | 0 | 60 | 45 | 32 | 533 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1110110 | 0 | 110000 | 100101 | 11010 | 101011011 | 101000 | 111000 |
Color Harmonies of #BC6276
Complementary color
Monochromatic Colors of #BC6276
Black with #BC6276
Text Example
Text Example
White with #BC6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6276; }
p { color: rgb(188,98,118); }
H1.HeaderClassName
{
color: #BC6276;
}
.AnyTagClassName
{
color: #BC6276;
}
</style>
background-color css
<style>
a { background-color: #BC6276; }
a { background-color: rgb(188,98,118); }
div.DivClassName
{
background-color: #BC6276;
}
.BgClassName
{
background-color: #BC6276;
}
</style>
border-color css
<style>
span { border-color: #BC6276; }
span { border-color: rgb(188,98,118); }
td.TdClassName
{
border-color: #BC6276;
}
.TagClassName
{
border-color: #BC6276;
}
</style>