Shades of Tapestry #BC8185
Tints of Tapestry #BC8185
RGB
CMYK
RGB Variations
Color information
#BC8185 (or 0xBC8185) is known color: Tapestry. HEX triplet: BC, 81 and 85. RGB value is (188,129,133). Sum of RGB (Red+Green+Blue) = 188+129+133=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8185 is #437E7A. Grayscale: #939393. Windows color (decimal): -4423291 or 8749500. OLE color: 8749500.
HSL color Cylindrical-coordinate representation of color #BC8185: hue angle of 355.93º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8185 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 133 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.26 |
| HSL | 355.93º | 0.31% | 0.62% | - |
| HSV(B) | 355.93º | 0.31% | 0.74% | - |
| XYZ | 32.82 | 28.09 | 25.88 | - |
| YUV | 147.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 133 | 0 | 0.31 | 0.29 | 0.26 | 355.93 | 0.31 | 0.62 |
| Hex | BC | 81 | 85 | 0 | 1F | 1D | 1A | 164 | 1F | 3E |
| Octal | 274 | 201 | 205 | 0 | 37 | 35 | 32 | 544 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10000101 | 0 | 11111 | 11101 | 11010 | 101100100 | 11111 | 111110 |
Color Harmonies of #BC8185
Complementary color
Monochromatic Colors of #BC8185
Black with #BC8185
Text Example
Text Example
White with #BC8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8185; }
p { color: rgb(188,129,133); }
H1.HeaderClassName
{
color: #BC8185;
}
.AnyTagClassName
{
color: #BC8185;
}
</style>
background-color css
<style>
a { background-color: #BC8185; }
a { background-color: rgb(188,129,133); }
div.DivClassName
{
background-color: #BC8185;
}
.BgClassName
{
background-color: #BC8185;
}
</style>
border-color css
<style>
span { border-color: #BC8185; }
span { border-color: rgb(188,129,133); }
td.TdClassName
{
border-color: #BC8185;
}
.TagClassName
{
border-color: #BC8185;
}
</style>