Shades of Tapestry #BC8289
Tints of Tapestry #BC8289
RGB
CMYK
RGB Variations
Color information
#BC8289 (or 0xBC8289) is known color: Tapestry. HEX triplet: BC, 82 and 89. RGB value is (188,130,137). Sum of RGB (Red+Green+Blue) = 188+130+137=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8289 is #437D76. Grayscale: #949494. Windows color (decimal): -4423031 or 9011900. OLE color: 9011900.
HSL color Cylindrical-coordinate representation of color #BC8289: hue angle of 352.76º 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 #BC8289 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 137 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.26 |
| HSL | 352.76º | 0.3% | 0.62% | - |
| HSV(B) | 352.76º | 0.31% | 0.74% | - |
| XYZ | 33.24 | 28.46 | 27.41 | - |
| YUV | 148.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 137 | 0 | 0.31 | 0.27 | 0.26 | 352.76 | 0.3 | 0.62 |
| Hex | BC | 82 | 89 | 0 | 1F | 1B | 1A | 161 | 1E | 3E |
| Octal | 274 | 202 | 211 | 0 | 37 | 33 | 32 | 541 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10001001 | 0 | 11111 | 11011 | 11010 | 101100001 | 11110 | 111110 |
Color Harmonies of #BC8289
Complementary color
Monochromatic Colors of #BC8289
Black with #BC8289
Text Example
Text Example
White with #BC8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8289; }
p { color: rgb(188,130,137); }
H1.HeaderClassName
{
color: #BC8289;
}
.AnyTagClassName
{
color: #BC8289;
}
</style>
background-color css
<style>
a { background-color: #BC8289; }
a { background-color: rgb(188,130,137); }
div.DivClassName
{
background-color: #BC8289;
}
.BgClassName
{
background-color: #BC8289;
}
</style>
border-color css
<style>
span { border-color: #BC8289; }
span { border-color: rgb(188,130,137); }
td.TdClassName
{
border-color: #BC8289;
}
.TagClassName
{
border-color: #BC8289;
}
</style>