Shades of Tapestry #BC8182
Tints of Tapestry #BC8182
RGB
CMYK
RGB Variations
Color information
#BC8182 (or 0xBC8182) is known color: Tapestry. HEX triplet: BC, 81 and 82. RGB value is (188,129,130). Sum of RGB (Red+Green+Blue) = 188+129+130=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8182 is #437E7D. Grayscale: #929292. Windows color (decimal): -4423294 or 8552892. OLE color: 8552892.
HSL color Cylindrical-coordinate representation of color #BC8182: hue angle of 358.98º 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 #BC8182 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 130 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.26 |
| HSL | 358.98º | 0.31% | 0.62% | - |
| HSV(B) | 358.98º | 0.31% | 0.74% | - |
| XYZ | 32.62 | 28 | 24.81 | - |
| YUV | 146.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 130 | 0 | 0.31 | 0.31 | 0.26 | 358.98 | 0.31 | 0.62 |
| Hex | BC | 81 | 82 | 0 | 1F | 1F | 1A | 167 | 1F | 3E |
| Octal | 274 | 201 | 202 | 0 | 37 | 37 | 32 | 547 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10000010 | 0 | 11111 | 11111 | 11010 | 101100111 | 11111 | 111110 |
Color Harmonies of #BC8182
Complementary color
Monochromatic Colors of #BC8182
Black with #BC8182
Text Example
Text Example
White with #BC8182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8182; }
p { color: rgb(188,129,130); }
H1.HeaderClassName
{
color: #BC8182;
}
.AnyTagClassName
{
color: #BC8182;
}
</style>
background-color css
<style>
a { background-color: #BC8182; }
a { background-color: rgb(188,129,130); }
div.DivClassName
{
background-color: #BC8182;
}
.BgClassName
{
background-color: #BC8182;
}
</style>
border-color css
<style>
span { border-color: #BC8182; }
span { border-color: rgb(188,129,130); }
td.TdClassName
{
border-color: #BC8182;
}
.TagClassName
{
border-color: #BC8182;
}
</style>