Shades of Tapestry #BC8284
Tints of Tapestry #BC8284
RGB
CMYK
RGB Variations
Color information
#BC8284 (or 0xBC8284) is known color: Tapestry. HEX triplet: BC, 82 and 84. RGB value is (188,130,132). Sum of RGB (Red+Green+Blue) = 188+130+132=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8284 is #437D7B. Grayscale: #939393. Windows color (decimal): -4423036 or 8684220. OLE color: 8684220.
HSL color Cylindrical-coordinate representation of color #BC8284: hue angle of 357.93º degrees, saturation: 0.3, 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 #BC8284 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 132 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.26 |
| HSL | 357.93º | 0.3% | 0.62% | - |
| HSV(B) | 357.93º | 0.31% | 0.74% | - |
| XYZ | 32.89 | 28.32 | 25.56 | - |
| YUV | 147.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 132 | 0 | 0.31 | 0.30 | 0.26 | 357.93 | 0.3 | 0.62 |
| Hex | BC | 82 | 84 | 0 | 1F | 1E | 1A | 166 | 1E | 3E |
| Octal | 274 | 202 | 204 | 0 | 37 | 36 | 32 | 546 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10000100 | 0 | 11111 | 11110 | 11010 | 101100110 | 11110 | 111110 |
Color Harmonies of #BC8284
Complementary color
Monochromatic Colors of #BC8284
Black with #BC8284
Text Example
Text Example
White with #BC8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8284; }
p { color: rgb(188,130,132); }
H1.HeaderClassName
{
color: #BC8284;
}
.AnyTagClassName
{
color: #BC8284;
}
</style>
background-color css
<style>
a { background-color: #BC8284; }
a { background-color: rgb(188,130,132); }
div.DivClassName
{
background-color: #BC8284;
}
.BgClassName
{
background-color: #BC8284;
}
</style>
border-color css
<style>
span { border-color: #BC8284; }
span { border-color: rgb(188,130,132); }
td.TdClassName
{
border-color: #BC8284;
}
.TagClassName
{
border-color: #BC8284;
}
</style>