Shades of Tapestry #BC7F83
Tints of Tapestry #BC7F83
RGB
CMYK
RGB Variations
Color information
#BC7F83 (or 0xBC7F83) is known color: Tapestry. HEX triplet: BC, 7F and 83. RGB value is (188,127,131). Sum of RGB (Red+Green+Blue) = 188+127+131=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F83 is #43807C. Grayscale: #919191. Windows color (decimal): -4423805 or 8617916. OLE color: 8617916.
HSL color Cylindrical-coordinate representation of color #BC7F83: hue angle of 356.07º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F83 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 131 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.26 |
| HSL | 356.07º | 0.31% | 0.62% | - |
| HSV(B) | 356.07º | 0.32% | 0.74% | - |
| XYZ | 32.43 | 27.51 | 25.07 | - |
| YUV | 145.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 131 | 0 | 0.32 | 0.30 | 0.26 | 356.07 | 0.31 | 0.62 |
| Hex | BC | 7F | 83 | 0 | 20 | 1E | 1A | 164 | 1F | 3E |
| Octal | 274 | 177 | 203 | 0 | 40 | 36 | 32 | 544 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10000011 | 0 | 100000 | 11110 | 11010 | 101100100 | 11111 | 111110 |
Color Harmonies of #BC7F83
Complementary color
Monochromatic Colors of #BC7F83
Black with #BC7F83
Text Example
Text Example
White with #BC7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F83; }
p { color: rgb(188,127,131); }
H1.HeaderClassName
{
color: #BC7F83;
}
.AnyTagClassName
{
color: #BC7F83;
}
</style>
background-color css
<style>
a { background-color: #BC7F83; }
a { background-color: rgb(188,127,131); }
div.DivClassName
{
background-color: #BC7F83;
}
.BgClassName
{
background-color: #BC7F83;
}
</style>
border-color css
<style>
span { border-color: #BC7F83; }
span { border-color: rgb(188,127,131); }
td.TdClassName
{
border-color: #BC7F83;
}
.TagClassName
{
border-color: #BC7F83;
}
</style>