Shades of Tapestry #BC6875
Tints of Tapestry #BC6875
RGB
CMYK
RGB Variations
Color information
#BC6875 (or 0xBC6875) is known color: Tapestry. HEX triplet: BC, 68 and 75. RGB value is (188,104,117). Sum of RGB (Red+Green+Blue) = 188+104+117=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6875 is #43978A. Grayscale: #828282. Windows color (decimal): -4429707 or 7694524. OLE color: 7694524.
HSL color Cylindrical-coordinate representation of color #BC6875: hue angle of 350.71º 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 #BC6875 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 117 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.26 |
| HSL | 350.71º | 0.39% | 0.57% | - |
| HSV(B) | 350.71º | 0.45% | 0.74% | - |
| XYZ | 28.9 | 21.88 | 19.53 | - |
| YUV | 130.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 117 | 0 | 0.45 | 0.38 | 0.26 | 350.71 | 0.39 | 0.57 |
| Hex | BC | 68 | 75 | 0 | 2D | 26 | 1A | 15F | 27 | 39 |
| Octal | 274 | 150 | 165 | 0 | 55 | 46 | 32 | 537 | 47 | 71 |
| Binary | 10111100 | 1101000 | 1110101 | 0 | 101101 | 100110 | 11010 | 101011111 | 100111 | 111001 |
Color Harmonies of #BC6875
Complementary color
Monochromatic Colors of #BC6875
Black with #BC6875
Text Example
Text Example
White with #BC6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6875; }
p { color: rgb(188,104,117); }
H1.HeaderClassName
{
color: #BC6875;
}
.AnyTagClassName
{
color: #BC6875;
}
</style>
background-color css
<style>
a { background-color: #BC6875; }
a { background-color: rgb(188,104,117); }
div.DivClassName
{
background-color: #BC6875;
}
.BgClassName
{
background-color: #BC6875;
}
</style>
border-color css
<style>
span { border-color: #BC6875; }
span { border-color: rgb(188,104,117); }
td.TdClassName
{
border-color: #BC6875;
}
.TagClassName
{
border-color: #BC6875;
}
</style>