Shades of Tapestry #BC7992
Tints of Tapestry #BC7992
RGB
CMYK
RGB Variations
Color information
#BC7992 (or 0xBC7992) is known color: Tapestry. HEX triplet: BC, 79 and 92. RGB value is (188,121,146). Sum of RGB (Red+Green+Blue) = 188+121+146=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7992 is #43866D. Grayscale: #8F8F8F. Windows color (decimal): -4425326 or 9599420. OLE color: 9599420.
HSL color Cylindrical-coordinate representation of color #BC7992: hue angle of 337.61º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7992 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 146 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.26 |
| HSL | 337.61º | 0.33% | 0.61% | - |
| HSV(B) | 337.61º | 0.36% | 0.74% | - |
| XYZ | 32.76 | 26.44 | 30.57 | - |
| YUV | 143.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 146 | 0 | 0.36 | 0.22 | 0.26 | 337.61 | 0.33 | 0.61 |
| Hex | BC | 79 | 92 | 0 | 24 | 16 | 1A | 152 | 21 | 3D |
| Octal | 274 | 171 | 222 | 0 | 44 | 26 | 32 | 522 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10010010 | 0 | 100100 | 10110 | 11010 | 101010010 | 100001 | 111101 |
Color Harmonies of #BC7992
Complementary color
Monochromatic Colors of #BC7992
Black with #BC7992
Text Example
Text Example
White with #BC7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7992; }
p { color: rgb(188,121,146); }
H1.HeaderClassName
{
color: #BC7992;
}
.AnyTagClassName
{
color: #BC7992;
}
</style>
background-color css
<style>
a { background-color: #BC7992; }
a { background-color: rgb(188,121,146); }
div.DivClassName
{
background-color: #BC7992;
}
.BgClassName
{
background-color: #BC7992;
}
</style>
border-color css
<style>
span { border-color: #BC7992; }
span { border-color: rgb(188,121,146); }
td.TdClassName
{
border-color: #BC7992;
}
.TagClassName
{
border-color: #BC7992;
}
</style>