Shades of Tapestry #BC7382
Tints of Tapestry #BC7382
RGB
CMYK
RGB Variations
Color information
#BC7382 (or 0xBC7382) is known color: Tapestry. HEX triplet: BC, 73 and 82. RGB value is (188,115,130). Sum of RGB (Red+Green+Blue) = 188+115+130=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7382 is #438C7D. Grayscale: #8A8A8A. Windows color (decimal): -4426878 or 8549308. OLE color: 8549308.
HSL color Cylindrical-coordinate representation of color #BC7382: hue angle of 347.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7382 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 130 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.26 |
| HSL | 347.67º | 0.35% | 0.59% | - |
| HSV(B) | 347.67º | 0.39% | 0.74% | - |
| XYZ | 30.9 | 24.56 | 24.23 | - |
| YUV | 138.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 130 | 0 | 0.39 | 0.31 | 0.26 | 347.67 | 0.35 | 0.59 |
| Hex | BC | 73 | 82 | 0 | 27 | 1F | 1A | 15C | 23 | 3B |
| Octal | 274 | 163 | 202 | 0 | 47 | 37 | 32 | 534 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10000010 | 0 | 100111 | 11111 | 11010 | 101011100 | 100011 | 111011 |
Color Harmonies of #BC7382
Complementary color
Monochromatic Colors of #BC7382
Black with #BC7382
Text Example
Text Example
White with #BC7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7382; }
p { color: rgb(188,115,130); }
H1.HeaderClassName
{
color: #BC7382;
}
.AnyTagClassName
{
color: #BC7382;
}
</style>
background-color css
<style>
a { background-color: #BC7382; }
a { background-color: rgb(188,115,130); }
div.DivClassName
{
background-color: #BC7382;
}
.BgClassName
{
background-color: #BC7382;
}
</style>
border-color css
<style>
span { border-color: #BC7382; }
span { border-color: rgb(188,115,130); }
td.TdClassName
{
border-color: #BC7382;
}
.TagClassName
{
border-color: #BC7382;
}
</style>