Shades of Tapestry #BC767C
Tints of Tapestry #BC767C
RGB
CMYK
RGB Variations
Color information
#BC767C (or 0xBC767C) is known color: Tapestry. HEX triplet: BC, 76 and 7C. RGB value is (188,118,124). Sum of RGB (Red+Green+Blue) = 188+118+124=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC767C is #438983. Grayscale: #8B8B8B. Windows color (decimal): -4426116 or 8156860. OLE color: 8156860.
HSL color Cylindrical-coordinate representation of color #BC767C: hue angle of 354.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC767C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 124 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.26 |
| HSL | 354.86º | 0.34% | 0.6% | - |
| HSV(B) | 354.86º | 0.37% | 0.74% | - |
| XYZ | 30.86 | 25.1 | 22.29 | - |
| YUV | 139.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 124 | 0 | 0.37 | 0.34 | 0.26 | 354.86 | 0.34 | 0.6 |
| Hex | BC | 76 | 7C | 0 | 25 | 22 | 1A | 163 | 22 | 3C |
| Octal | 274 | 166 | 174 | 0 | 45 | 42 | 32 | 543 | 42 | 74 |
| Binary | 10111100 | 1110110 | 1111100 | 0 | 100101 | 100010 | 11010 | 101100011 | 100010 | 111100 |
Color Harmonies of #BC767C
Complementary color
Monochromatic Colors of #BC767C
Black with #BC767C
Text Example
Text Example
White with #BC767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC767C; }
p { color: rgb(188,118,124); }
H1.HeaderClassName
{
color: #BC767C;
}
.AnyTagClassName
{
color: #BC767C;
}
</style>
background-color css
<style>
a { background-color: #BC767C; }
a { background-color: rgb(188,118,124); }
div.DivClassName
{
background-color: #BC767C;
}
.BgClassName
{
background-color: #BC767C;
}
</style>
border-color css
<style>
span { border-color: #BC767C; }
span { border-color: rgb(188,118,124); }
td.TdClassName
{
border-color: #BC767C;
}
.TagClassName
{
border-color: #BC767C;
}
</style>