Shades of Tapestry #BC6775
Tints of Tapestry #BC6775
RGB
CMYK
RGB Variations
Color information
#BC6775 (or 0xBC6775) is known color: Tapestry. HEX triplet: BC, 67 and 75. RGB value is (188,103,117). Sum of RGB (Red+Green+Blue) = 188+103+117=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6775 is #43988A. Grayscale: #828282. Windows color (decimal): -4429963 or 7694268. OLE color: 7694268.
HSL color Cylindrical-coordinate representation of color #BC6775: hue angle of 350.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6775 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 117 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.26 |
| HSL | 350.12º | 0.39% | 0.57% | - |
| HSV(B) | 350.12º | 0.45% | 0.74% | - |
| XYZ | 28.8 | 21.68 | 19.5 | - |
| YUV | 130.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 117 | 0 | 0.45 | 0.38 | 0.26 | 350.12 | 0.39 | 0.57 |
| Hex | BC | 67 | 75 | 0 | 2D | 26 | 1A | 15E | 27 | 39 |
| Octal | 274 | 147 | 165 | 0 | 55 | 46 | 32 | 536 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1110101 | 0 | 101101 | 100110 | 11010 | 101011110 | 100111 | 111001 |
Color Harmonies of #BC6775
Complementary color
Monochromatic Colors of #BC6775
Black with #BC6775
Text Example
Text Example
White with #BC6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6775; }
p { color: rgb(188,103,117); }
H1.HeaderClassName
{
color: #BC6775;
}
.AnyTagClassName
{
color: #BC6775;
}
</style>
background-color css
<style>
a { background-color: #BC6775; }
a { background-color: rgb(188,103,117); }
div.DivClassName
{
background-color: #BC6775;
}
.BgClassName
{
background-color: #BC6775;
}
</style>
border-color css
<style>
span { border-color: #BC6775; }
span { border-color: rgb(188,103,117); }
td.TdClassName
{
border-color: #BC6775;
}
.TagClassName
{
border-color: #BC6775;
}
</style>