Shades of Tapestry #BB7289
Tints of Tapestry #BB7289
RGB
CMYK
RGB Variations
Color information
#BB7289 (or 0xBB7289) is known color: Tapestry. HEX triplet: BB, 72 and 89. RGB value is (187,114,137). Sum of RGB (Red+Green+Blue) = 187+114+137=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7289 is #448D76. Grayscale: #8A8A8A. Windows color (decimal): -4492663 or 9007803. OLE color: 9007803.
HSL color Cylindrical-coordinate representation of color #BB7289: hue angle of 341.1º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7289 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 137 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.27 |
| HSL | 341.1º | 0.35% | 0.59% | - |
| HSV(B) | 341.1º | 0.39% | 0.73% | - |
| XYZ | 31.03 | 24.41 | 26.74 | - |
| YUV | 138.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 137 | 0 | 0.39 | 0.27 | 0.27 | 341.1 | 0.35 | 0.59 |
| Hex | BB | 72 | 89 | 0 | 27 | 1B | 1B | 155 | 23 | 3B |
| Octal | 273 | 162 | 211 | 0 | 47 | 33 | 33 | 525 | 43 | 73 |
| Binary | 10111011 | 1110010 | 10001001 | 0 | 100111 | 11011 | 11011 | 101010101 | 100011 | 111011 |
Color Harmonies of #BB7289
Complementary color
Monochromatic Colors of #BB7289
Black with #BB7289
Text Example
Text Example
White with #BB7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7289; }
p { color: rgb(187,114,137); }
H1.HeaderClassName
{
color: #BB7289;
}
.AnyTagClassName
{
color: #BB7289;
}
</style>
background-color css
<style>
a { background-color: #BB7289; }
a { background-color: rgb(187,114,137); }
div.DivClassName
{
background-color: #BB7289;
}
.BgClassName
{
background-color: #BB7289;
}
</style>
border-color css
<style>
span { border-color: #BB7289; }
span { border-color: rgb(187,114,137); }
td.TdClassName
{
border-color: #BB7289;
}
.TagClassName
{
border-color: #BB7289;
}
</style>