Shades of Tapestry #BC808A
Tints of Tapestry #BC808A
RGB
CMYK
RGB Variations
Color information
#BC808A (or 0xBC808A) is known color: Tapestry. HEX triplet: BC, 80 and 8A. RGB value is (188,128,138). Sum of RGB (Red+Green+Blue) = 188+128+138=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808A is #437F75. Grayscale: #939393. Windows color (decimal): -4423542 or 9076924. OLE color: 9076924.
HSL color Cylindrical-coordinate representation of color #BC808A: hue angle of 350º 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 #BC808A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 138 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.26 |
| HSL | 350º | 0.31% | 0.62% | - |
| HSV(B) | 350º | 0.32% | 0.74% | - |
| XYZ | 33.05 | 27.96 | 27.7 | - |
| YUV | 147.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 138 | 0 | 0.32 | 0.27 | 0.26 | 350 | 0.31 | 0.62 |
| Hex | BC | 80 | 8A | 0 | 20 | 1B | 1A | 15E | 1F | 3E |
| Octal | 274 | 200 | 212 | 0 | 40 | 33 | 32 | 536 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10001010 | 0 | 100000 | 11011 | 11010 | 101011110 | 11111 | 111110 |
Color Harmonies of #BC808A
Complementary color
Monochromatic Colors of #BC808A
Black with #BC808A
Text Example
Text Example
White with #BC808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC808A; }
p { color: rgb(188,128,138); }
H1.HeaderClassName
{
color: #BC808A;
}
.AnyTagClassName
{
color: #BC808A;
}
</style>
background-color css
<style>
a { background-color: #BC808A; }
a { background-color: rgb(188,128,138); }
div.DivClassName
{
background-color: #BC808A;
}
.BgClassName
{
background-color: #BC808A;
}
</style>
border-color css
<style>
span { border-color: #BC808A; }
span { border-color: rgb(188,128,138); }
td.TdClassName
{
border-color: #BC808A;
}
.TagClassName
{
border-color: #BC808A;
}
</style>