Shades of Tapestry #BC8085
Tints of Tapestry #BC8085
RGB
CMYK
RGB Variations
Color information
#BC8085 (or 0xBC8085) is known color: Tapestry. HEX triplet: BC, 80 and 85. RGB value is (188,128,133). Sum of RGB (Red+Green+Blue) = 188+128+133=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8085 is #437F7A. Grayscale: #929292. Windows color (decimal): -4423547 or 8749244. OLE color: 8749244.
HSL color Cylindrical-coordinate representation of color #BC8085: hue angle of 355º 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 #BC8085 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 133 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.26 |
| HSL | 355º | 0.31% | 0.62% | - |
| HSV(B) | 355º | 0.32% | 0.74% | - |
| XYZ | 32.69 | 27.82 | 25.84 | - |
| YUV | 146.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 133 | 0 | 0.32 | 0.29 | 0.26 | 355 | 0.31 | 0.62 |
| Hex | BC | 80 | 85 | 0 | 20 | 1D | 1A | 163 | 1F | 3E |
| Octal | 274 | 200 | 205 | 0 | 40 | 35 | 32 | 543 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10000101 | 0 | 100000 | 11101 | 11010 | 101100011 | 11111 | 111110 |
Color Harmonies of #BC8085
Complementary color
Monochromatic Colors of #BC8085
Black with #BC8085
Text Example
Text Example
White with #BC8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8085; }
p { color: rgb(188,128,133); }
H1.HeaderClassName
{
color: #BC8085;
}
.AnyTagClassName
{
color: #BC8085;
}
</style>
background-color css
<style>
a { background-color: #BC8085; }
a { background-color: rgb(188,128,133); }
div.DivClassName
{
background-color: #BC8085;
}
.BgClassName
{
background-color: #BC8085;
}
</style>
border-color css
<style>
span { border-color: #BC8085; }
span { border-color: rgb(188,128,133); }
td.TdClassName
{
border-color: #BC8085;
}
.TagClassName
{
border-color: #BC8085;
}
</style>