Shades of Tapestry #BC7083
Tints of Tapestry #BC7083
RGB
CMYK
RGB Variations
Color information
#BC7083 (or 0xBC7083) is known color: Tapestry. HEX triplet: BC, 70 and 83. RGB value is (188,112,131). Sum of RGB (Red+Green+Blue) = 188+112+131=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7083 is #438F7C. Grayscale: #888888. Windows color (decimal): -4427645 or 8614076. OLE color: 8614076.
HSL color Cylindrical-coordinate representation of color #BC7083: hue angle of 345º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7083 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 131 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.26 |
| HSL | 345º | 0.36% | 0.59% | - |
| HSV(B) | 345º | 0.4% | 0.74% | - |
| XYZ | 30.63 | 23.92 | 24.48 | - |
| YUV | 136.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 131 | 0 | 0.40 | 0.30 | 0.26 | 345 | 0.36 | 0.59 |
| Hex | BC | 70 | 83 | 0 | 28 | 1E | 1A | 159 | 24 | 3B |
| Octal | 274 | 160 | 203 | 0 | 50 | 36 | 32 | 531 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10000011 | 0 | 101000 | 11110 | 11010 | 101011001 | 100100 | 111011 |
Color Harmonies of #BC7083
Complementary color
Monochromatic Colors of #BC7083
Black with #BC7083
Text Example
Text Example
White with #BC7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7083; }
p { color: rgb(188,112,131); }
H1.HeaderClassName
{
color: #BC7083;
}
.AnyTagClassName
{
color: #BC7083;
}
</style>
background-color css
<style>
a { background-color: #BC7083; }
a { background-color: rgb(188,112,131); }
div.DivClassName
{
background-color: #BC7083;
}
.BgClassName
{
background-color: #BC7083;
}
</style>
border-color css
<style>
span { border-color: #BC7083; }
span { border-color: rgb(188,112,131); }
td.TdClassName
{
border-color: #BC7083;
}
.TagClassName
{
border-color: #BC7083;
}
</style>