Shades of Tapestry #BC6F7E
Tints of Tapestry #BC6F7E
RGB
CMYK
RGB Variations
Color information
#BC6F7E (or 0xBC6F7E) is known color: Tapestry. HEX triplet: BC, 6F and 7E. RGB value is (188,111,126). Sum of RGB (Red+Green+Blue) = 188+111+126=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F7E is #439081. Grayscale: #878787. Windows color (decimal): -4427906 or 8286140. OLE color: 8286140.
HSL color Cylindrical-coordinate representation of color #BC6F7E: hue angle of 348.31º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F7E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 126 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.26 |
| HSL | 348.31º | 0.36% | 0.59% | - |
| HSV(B) | 348.31º | 0.41% | 0.74% | - |
| XYZ | 30.19 | 23.57 | 22.7 | - |
| YUV | 135.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 126 | 0 | 0.41 | 0.33 | 0.26 | 348.31 | 0.36 | 0.59 |
| Hex | BC | 6F | 7E | 0 | 29 | 21 | 1A | 15C | 24 | 3B |
| Octal | 274 | 157 | 176 | 0 | 51 | 41 | 32 | 534 | 44 | 73 |
| Binary | 10111100 | 1101111 | 1111110 | 0 | 101001 | 100001 | 11010 | 101011100 | 100100 | 111011 |
Color Harmonies of #BC6F7E
Complementary color
Monochromatic Colors of #BC6F7E
Black with #BC6F7E
Text Example
Text Example
White with #BC6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F7E; }
p { color: rgb(188,111,126); }
H1.HeaderClassName
{
color: #BC6F7E;
}
.AnyTagClassName
{
color: #BC6F7E;
}
</style>
background-color css
<style>
a { background-color: #BC6F7E; }
a { background-color: rgb(188,111,126); }
div.DivClassName
{
background-color: #BC6F7E;
}
.BgClassName
{
background-color: #BC6F7E;
}
</style>
border-color css
<style>
span { border-color: #BC6F7E; }
span { border-color: rgb(188,111,126); }
td.TdClassName
{
border-color: #BC6F7E;
}
.TagClassName
{
border-color: #BC6F7E;
}
</style>