Shades of Tapestry #BC7280
Tints of Tapestry #BC7280
RGB
CMYK
RGB Variations
Color information
#BC7280 (or 0xBC7280) is known color: Tapestry. HEX triplet: BC, 72 and 80. RGB value is (188,114,128). Sum of RGB (Red+Green+Blue) = 188+114+128=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7280 is #438D7F. Grayscale: #898989. Windows color (decimal): -4427136 or 8417980. OLE color: 8417980.
HSL color Cylindrical-coordinate representation of color #BC7280: hue angle of 348.65º 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 #BC7280 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 128 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.26 |
| HSL | 348.65º | 0.36% | 0.59% | - |
| HSV(B) | 348.65º | 0.39% | 0.74% | - |
| XYZ | 30.65 | 24.28 | 23.49 | - |
| YUV | 137.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 128 | 0 | 0.39 | 0.32 | 0.26 | 348.65 | 0.36 | 0.59 |
| Hex | BC | 72 | 80 | 0 | 27 | 20 | 1A | 15D | 24 | 3B |
| Octal | 274 | 162 | 200 | 0 | 47 | 40 | 32 | 535 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10000000 | 0 | 100111 | 100000 | 11010 | 101011101 | 100100 | 111011 |
Color Harmonies of #BC7280
Complementary color
Monochromatic Colors of #BC7280
Black with #BC7280
Text Example
Text Example
White with #BC7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7280; }
p { color: rgb(188,114,128); }
H1.HeaderClassName
{
color: #BC7280;
}
.AnyTagClassName
{
color: #BC7280;
}
</style>
background-color css
<style>
a { background-color: #BC7280; }
a { background-color: rgb(188,114,128); }
div.DivClassName
{
background-color: #BC7280;
}
.BgClassName
{
background-color: #BC7280;
}
</style>
border-color css
<style>
span { border-color: #BC7280; }
span { border-color: rgb(188,114,128); }
td.TdClassName
{
border-color: #BC7280;
}
.TagClassName
{
border-color: #BC7280;
}
</style>