Shades of Tapestry #BB7789
Tints of Tapestry #BB7789
RGB
CMYK
RGB Variations
Color information
#BB7789 (or 0xBB7789) is known color: Tapestry. HEX triplet: BB, 77 and 89. RGB value is (187,119,137). Sum of RGB (Red+Green+Blue) = 187+119+137=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7789 is #448876. Grayscale: #8D8D8D. Windows color (decimal): -4491383 or 9009083. OLE color: 9009083.
HSL color Cylindrical-coordinate representation of color #BB7789: hue angle of 344.12º 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 #BB7789 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 137 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.27 |
| HSL | 344.12º | 0.33% | 0.6% | - |
| HSV(B) | 344.12º | 0.36% | 0.73% | - |
| XYZ | 31.61 | 25.56 | 26.94 | - |
| YUV | 141.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 137 | 0 | 0.36 | 0.27 | 0.27 | 344.12 | 0.33 | 0.6 |
| Hex | BB | 77 | 89 | 0 | 24 | 1B | 1B | 158 | 21 | 3C |
| Octal | 273 | 167 | 211 | 0 | 44 | 33 | 33 | 530 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10001001 | 0 | 100100 | 11011 | 11011 | 101011000 | 100001 | 111100 |
Color Harmonies of #BB7789
Complementary color
Monochromatic Colors of #BB7789
Black with #BB7789
Text Example
Text Example
White with #BB7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7789; }
p { color: rgb(187,119,137); }
H1.HeaderClassName
{
color: #BB7789;
}
.AnyTagClassName
{
color: #BB7789;
}
</style>
background-color css
<style>
a { background-color: #BB7789; }
a { background-color: rgb(187,119,137); }
div.DivClassName
{
background-color: #BB7789;
}
.BgClassName
{
background-color: #BB7789;
}
</style>
border-color css
<style>
span { border-color: #BB7789; }
span { border-color: rgb(187,119,137); }
td.TdClassName
{
border-color: #BB7789;
}
.TagClassName
{
border-color: #BB7789;
}
</style>