Shades of Tapestry #BC6575
Tints of Tapestry #BC6575
RGB
CMYK
RGB Variations
Color information
#BC6575 (or 0xBC6575) is known color: Tapestry. HEX triplet: BC, 65 and 75. RGB value is (188,101,117). Sum of RGB (Red+Green+Blue) = 188+101+117=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6575 is #439A8A. Grayscale: #808080. Windows color (decimal): -4430475 or 7693756. OLE color: 7693756.
HSL color Cylindrical-coordinate representation of color #BC6575: hue angle of 348.97º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6575 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 117 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.26 |
| HSL | 348.97º | 0.39% | 0.57% | - |
| HSV(B) | 348.97º | 0.46% | 0.74% | - |
| XYZ | 28.6 | 21.28 | 19.43 | - |
| YUV | 128.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 117 | 0 | 0.46 | 0.38 | 0.26 | 348.97 | 0.39 | 0.57 |
| Hex | BC | 65 | 75 | 0 | 2E | 26 | 1A | 15D | 27 | 39 |
| Octal | 274 | 145 | 165 | 0 | 56 | 46 | 32 | 535 | 47 | 71 |
| Binary | 10111100 | 1100101 | 1110101 | 0 | 101110 | 100110 | 11010 | 101011101 | 100111 | 111001 |
Color Harmonies of #BC6575
Complementary color
Monochromatic Colors of #BC6575
Black with #BC6575
Text Example
Text Example
White with #BC6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6575; }
p { color: rgb(188,101,117); }
H1.HeaderClassName
{
color: #BC6575;
}
.AnyTagClassName
{
color: #BC6575;
}
</style>
background-color css
<style>
a { background-color: #BC6575; }
a { background-color: rgb(188,101,117); }
div.DivClassName
{
background-color: #BC6575;
}
.BgClassName
{
background-color: #BC6575;
}
</style>
border-color css
<style>
span { border-color: #BC6575; }
span { border-color: rgb(188,101,117); }
td.TdClassName
{
border-color: #BC6575;
}
.TagClassName
{
border-color: #BC6575;
}
</style>