Shades of Tapestry #BC7282
Tints of Tapestry #BC7282
RGB
CMYK
RGB Variations
Color information
#BC7282 (or 0xBC7282) is known color: Tapestry. HEX triplet: BC, 72 and 82. RGB value is (188,114,130). Sum of RGB (Red+Green+Blue) = 188+114+130=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7282 is #438D7D. Grayscale: #898989. Windows color (decimal): -4427134 or 8549052. OLE color: 8549052.
HSL color Cylindrical-coordinate representation of color #BC7282: hue angle of 347.03º degrees, saturation: 0.36, 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 #BC7282 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 130 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.26 |
| HSL | 347.03º | 0.36% | 0.59% | - |
| HSV(B) | 347.03º | 0.39% | 0.74% | - |
| XYZ | 30.79 | 24.34 | 24.19 | - |
| YUV | 137.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 130 | 0 | 0.39 | 0.31 | 0.26 | 347.03 | 0.36 | 0.59 |
| Hex | BC | 72 | 82 | 0 | 27 | 1F | 1A | 15B | 24 | 3B |
| Octal | 274 | 162 | 202 | 0 | 47 | 37 | 32 | 533 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10000010 | 0 | 100111 | 11111 | 11010 | 101011011 | 100100 | 111011 |
Color Harmonies of #BC7282
Complementary color
Monochromatic Colors of #BC7282
Black with #BC7282
Text Example
Text Example
White with #BC7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7282; }
p { color: rgb(188,114,130); }
H1.HeaderClassName
{
color: #BC7282;
}
.AnyTagClassName
{
color: #BC7282;
}
</style>
background-color css
<style>
a { background-color: #BC7282; }
a { background-color: rgb(188,114,130); }
div.DivClassName
{
background-color: #BC7282;
}
.BgClassName
{
background-color: #BC7282;
}
</style>
border-color css
<style>
span { border-color: #BC7282; }
span { border-color: rgb(188,114,130); }
td.TdClassName
{
border-color: #BC7282;
}
.TagClassName
{
border-color: #BC7282;
}
</style>