Shades of Tapestry #BC6978
Tints of Tapestry #BC6978
RGB
CMYK
RGB Variations
Color information
#BC6978 (or 0xBC6978) is known color: Tapestry. HEX triplet: BC, 69 and 78. RGB value is (188,105,120). Sum of RGB (Red+Green+Blue) = 188+105+120=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6978 is #439687. Grayscale: #838383. Windows color (decimal): -4429448 or 7891388. OLE color: 7891388.
HSL color Cylindrical-coordinate representation of color #BC6978: hue angle of 349.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6978 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 120 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.26 |
| HSL | 349.16º | 0.38% | 0.57% | - |
| HSV(B) | 349.16º | 0.44% | 0.74% | - |
| XYZ | 29.18 | 22.15 | 20.51 | - |
| YUV | 131.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 120 | 0 | 0.44 | 0.36 | 0.26 | 349.16 | 0.38 | 0.57 |
| Hex | BC | 69 | 78 | 0 | 2C | 24 | 1A | 15D | 26 | 39 |
| Octal | 274 | 151 | 170 | 0 | 54 | 44 | 32 | 535 | 46 | 71 |
| Binary | 10111100 | 1101001 | 1111000 | 0 | 101100 | 100100 | 11010 | 101011101 | 100110 | 111001 |
Color Harmonies of #BC6978
Complementary color
Monochromatic Colors of #BC6978
Black with #BC6978
Text Example
Text Example
White with #BC6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6978; }
p { color: rgb(188,105,120); }
H1.HeaderClassName
{
color: #BC6978;
}
.AnyTagClassName
{
color: #BC6978;
}
</style>
background-color css
<style>
a { background-color: #BC6978; }
a { background-color: rgb(188,105,120); }
div.DivClassName
{
background-color: #BC6978;
}
.BgClassName
{
background-color: #BC6978;
}
</style>
border-color css
<style>
span { border-color: #BC6978; }
span { border-color: rgb(188,105,120); }
td.TdClassName
{
border-color: #BC6978;
}
.TagClassName
{
border-color: #BC6978;
}
</style>