Shades of Tapestry #BB7787
Tints of Tapestry #BB7787
RGB
CMYK
RGB Variations
Color information
#BB7787 (or 0xBB7787) is known color: Tapestry. HEX triplet: BB, 77 and 87. RGB value is (187,119,135). Sum of RGB (Red+Green+Blue) = 187+119+135=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7787 is #448878. Grayscale: #8D8D8D. Windows color (decimal): -4491385 or 8878011. OLE color: 8878011.
HSL color Cylindrical-coordinate representation of color #BB7787: hue angle of 345.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7787 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 135 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.27 |
| HSL | 345.88º | 0.33% | 0.6% | - |
| HSV(B) | 345.88º | 0.36% | 0.73% | - |
| XYZ | 31.46 | 25.51 | 26.19 | - |
| YUV | 141.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 135 | 0 | 0.36 | 0.28 | 0.27 | 345.88 | 0.33 | 0.6 |
| Hex | BB | 77 | 87 | 0 | 24 | 1C | 1B | 15A | 21 | 3C |
| Octal | 273 | 167 | 207 | 0 | 44 | 34 | 33 | 532 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10000111 | 0 | 100100 | 11100 | 11011 | 101011010 | 100001 | 111100 |
Color Harmonies of #BB7787
Complementary color
Monochromatic Colors of #BB7787
Black with #BB7787
Text Example
Text Example
White with #BB7787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7787; }
p { color: rgb(187,119,135); }
H1.HeaderClassName
{
color: #BB7787;
}
.AnyTagClassName
{
color: #BB7787;
}
</style>
background-color css
<style>
a { background-color: #BB7787; }
a { background-color: rgb(187,119,135); }
div.DivClassName
{
background-color: #BB7787;
}
.BgClassName
{
background-color: #BB7787;
}
</style>
border-color css
<style>
span { border-color: #BB7787; }
span { border-color: rgb(187,119,135); }
td.TdClassName
{
border-color: #BB7787;
}
.TagClassName
{
border-color: #BB7787;
}
</style>