Shades of Tapestry #BC6C7B
Tints of Tapestry #BC6C7B
RGB
CMYK
RGB Variations
Color information
#BC6C7B (or 0xBC6C7B) is known color: Tapestry. HEX triplet: BC, 6C and 7B. RGB value is (188,108,123). Sum of RGB (Red+Green+Blue) = 188+108+123=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C7B is #439384. Grayscale: #858585. Windows color (decimal): -4428677 or 8088764. OLE color: 8088764.
HSL color Cylindrical-coordinate representation of color #BC6C7B: hue angle of 348.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6C7B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 123 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.26 |
| HSL | 348.75º | 0.37% | 0.58% | - |
| HSV(B) | 348.75º | 0.43% | 0.74% | - |
| XYZ | 29.68 | 22.85 | 21.58 | - |
| YUV | 133.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 123 | 0 | 0.43 | 0.35 | 0.26 | 348.75 | 0.37 | 0.58 |
| Hex | BC | 6C | 7B | 0 | 2B | 23 | 1A | 15D | 25 | 3A |
| Octal | 274 | 154 | 173 | 0 | 53 | 43 | 32 | 535 | 45 | 72 |
| Binary | 10111100 | 1101100 | 1111011 | 0 | 101011 | 100011 | 11010 | 101011101 | 100101 | 111010 |
Color Harmonies of #BC6C7B
Complementary color
Monochromatic Colors of #BC6C7B
Black with #BC6C7B
Text Example
Text Example
White with #BC6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C7B; }
p { color: rgb(188,108,123); }
H1.HeaderClassName
{
color: #BC6C7B;
}
.AnyTagClassName
{
color: #BC6C7B;
}
</style>
background-color css
<style>
a { background-color: #BC6C7B; }
a { background-color: rgb(188,108,123); }
div.DivClassName
{
background-color: #BC6C7B;
}
.BgClassName
{
background-color: #BC6C7B;
}
</style>
border-color css
<style>
span { border-color: #BC6C7B; }
span { border-color: rgb(188,108,123); }
td.TdClassName
{
border-color: #BC6C7B;
}
.TagClassName
{
border-color: #BC6C7B;
}
</style>