Shades of Tapestry #BB7F87
Tints of Tapestry #BB7F87
RGB
CMYK
RGB Variations
Color information
#BB7F87 (or 0xBB7F87) is known color: Tapestry. HEX triplet: BB, 7F and 87. RGB value is (187,127,135). Sum of RGB (Red+Green+Blue) = 187+127+135=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F87 is #448078. Grayscale: #919191. Windows color (decimal): -4489337 or 8880059. OLE color: 8880059.
HSL color Cylindrical-coordinate representation of color #BB7F87: hue angle of 352º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7F87 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 135 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.27 |
| HSL | 352º | 0.31% | 0.62% | - |
| HSV(B) | 352º | 0.32% | 0.73% | - |
| XYZ | 32.46 | 27.49 | 26.52 | - |
| YUV | 145.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 135 | 0 | 0.32 | 0.28 | 0.27 | 352 | 0.31 | 0.62 |
| Hex | BB | 7F | 87 | 0 | 20 | 1C | 1B | 160 | 1F | 3E |
| Octal | 273 | 177 | 207 | 0 | 40 | 34 | 33 | 540 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10000111 | 0 | 100000 | 11100 | 11011 | 101100000 | 11111 | 111110 |
Color Harmonies of #BB7F87
Complementary color
Monochromatic Colors of #BB7F87
Black with #BB7F87
Text Example
Text Example
White with #BB7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F87; }
p { color: rgb(187,127,135); }
H1.HeaderClassName
{
color: #BB7F87;
}
.AnyTagClassName
{
color: #BB7F87;
}
</style>
background-color css
<style>
a { background-color: #BB7F87; }
a { background-color: rgb(187,127,135); }
div.DivClassName
{
background-color: #BB7F87;
}
.BgClassName
{
background-color: #BB7F87;
}
</style>
border-color css
<style>
span { border-color: #BB7F87; }
span { border-color: rgb(187,127,135); }
td.TdClassName
{
border-color: #BB7F87;
}
.TagClassName
{
border-color: #BB7F87;
}
</style>