Shades of Tapestry #BC7F85
Tints of Tapestry #BC7F85
RGB
CMYK
RGB Variations
Color information
#BC7F85 (or 0xBC7F85) is known color: Tapestry. HEX triplet: BC, 7F and 85. RGB value is (188,127,133). Sum of RGB (Red+Green+Blue) = 188+127+133=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F85 is #43807A. Grayscale: #919191. Windows color (decimal): -4423803 or 8748988. OLE color: 8748988.
HSL color Cylindrical-coordinate representation of color #BC7F85: hue angle of 354.1º 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 #BC7F85 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 133 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.26 |
| HSL | 354.1º | 0.31% | 0.62% | - |
| HSV(B) | 354.1º | 0.32% | 0.74% | - |
| XYZ | 32.56 | 27.56 | 25.79 | - |
| YUV | 145.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 133 | 0 | 0.32 | 0.29 | 0.26 | 354.1 | 0.31 | 0.62 |
| Hex | BC | 7F | 85 | 0 | 20 | 1D | 1A | 162 | 1F | 3E |
| Octal | 274 | 177 | 205 | 0 | 40 | 35 | 32 | 542 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10000101 | 0 | 100000 | 11101 | 11010 | 101100010 | 11111 | 111110 |
Color Harmonies of #BC7F85
Complementary color
Monochromatic Colors of #BC7F85
Black with #BC7F85
Text Example
Text Example
White with #BC7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F85; }
p { color: rgb(188,127,133); }
H1.HeaderClassName
{
color: #BC7F85;
}
.AnyTagClassName
{
color: #BC7F85;
}
</style>
background-color css
<style>
a { background-color: #BC7F85; }
a { background-color: rgb(188,127,133); }
div.DivClassName
{
background-color: #BC7F85;
}
.BgClassName
{
background-color: #BC7F85;
}
</style>
border-color css
<style>
span { border-color: #BC7F85; }
span { border-color: rgb(188,127,133); }
td.TdClassName
{
border-color: #BC7F85;
}
.TagClassName
{
border-color: #BC7F85;
}
</style>