Shades of Tapestry #BB6877
Tints of Tapestry #BB6877
RGB
CMYK
RGB Variations
Color information
#BB6877 (or 0xBB6877) is known color: Tapestry. HEX triplet: BB, 68 and 77. RGB value is (187,104,119). Sum of RGB (Red+Green+Blue) = 187+104+119=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6877 is #449788. Grayscale: #828282. Windows color (decimal): -4495241 or 7825595. OLE color: 7825595.
HSL color Cylindrical-coordinate representation of color #BB6877: hue angle of 349.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6877 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 119 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.27 |
| HSL | 349.16º | 0.38% | 0.57% | - |
| HSV(B) | 349.16º | 0.44% | 0.73% | - |
| XYZ | 28.77 | 21.8 | 20.14 | - |
| YUV | 130.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 119 | 0 | 0.44 | 0.36 | 0.27 | 349.16 | 0.38 | 0.57 |
| Hex | BB | 68 | 77 | 0 | 2C | 24 | 1B | 15D | 26 | 39 |
| Octal | 273 | 150 | 167 | 0 | 54 | 44 | 33 | 535 | 46 | 71 |
| Binary | 10111011 | 1101000 | 1110111 | 0 | 101100 | 100100 | 11011 | 101011101 | 100110 | 111001 |
Color Harmonies of #BB6877
Complementary color
Monochromatic Colors of #BB6877
Black with #BB6877
Text Example
Text Example
White with #BB6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6877; }
p { color: rgb(187,104,119); }
H1.HeaderClassName
{
color: #BB6877;
}
.AnyTagClassName
{
color: #BB6877;
}
</style>
background-color css
<style>
a { background-color: #BB6877; }
a { background-color: rgb(187,104,119); }
div.DivClassName
{
background-color: #BB6877;
}
.BgClassName
{
background-color: #BB6877;
}
</style>
border-color css
<style>
span { border-color: #BB6877; }
span { border-color: rgb(187,104,119); }
td.TdClassName
{
border-color: #BB6877;
}
.TagClassName
{
border-color: #BB6877;
}
</style>