Shades of Tapestry #BB7189
Tints of Tapestry #BB7189
RGB
CMYK
RGB Variations
Color information
#BB7189 (or 0xBB7189) is known color: Tapestry. HEX triplet: BB, 71 and 89. RGB value is (187,113,137). Sum of RGB (Red+Green+Blue) = 187+113+137=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7189 is #448E76. Grayscale: #898989. Windows color (decimal): -4492919 or 9007547. OLE color: 9007547.
HSL color Cylindrical-coordinate representation of color #BB7189: hue angle of 340.54º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7189 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 137 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.27 |
| HSL | 340.54º | 0.35% | 0.59% | - |
| HSV(B) | 340.54º | 0.4% | 0.73% | - |
| XYZ | 30.91 | 24.18 | 26.71 | - |
| YUV | 137.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 137 | 0 | 0.40 | 0.27 | 0.27 | 340.54 | 0.35 | 0.59 |
| Hex | BB | 71 | 89 | 0 | 28 | 1B | 1B | 155 | 23 | 3B |
| Octal | 273 | 161 | 211 | 0 | 50 | 33 | 33 | 525 | 43 | 73 |
| Binary | 10111011 | 1110001 | 10001001 | 0 | 101000 | 11011 | 11011 | 101010101 | 100011 | 111011 |
Color Harmonies of #BB7189
Complementary color
Monochromatic Colors of #BB7189
Black with #BB7189
Text Example
Text Example
White with #BB7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7189; }
p { color: rgb(187,113,137); }
H1.HeaderClassName
{
color: #BB7189;
}
.AnyTagClassName
{
color: #BB7189;
}
</style>
background-color css
<style>
a { background-color: #BB7189; }
a { background-color: rgb(187,113,137); }
div.DivClassName
{
background-color: #BB7189;
}
.BgClassName
{
background-color: #BB7189;
}
</style>
border-color css
<style>
span { border-color: #BB7189; }
span { border-color: rgb(187,113,137); }
td.TdClassName
{
border-color: #BB7189;
}
.TagClassName
{
border-color: #BB7189;
}
</style>