Shades of Tapestry #BB7992
Tints of Tapestry #BB7992
RGB
CMYK
RGB Variations
Color information
#BB7992 (or 0xBB7992) is known color: Tapestry. HEX triplet: BB, 79 and 92. RGB value is (187,121,146). Sum of RGB (Red+Green+Blue) = 187+121+146=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7992 is #44866D. Grayscale: #8F8F8F. Windows color (decimal): -4490862 or 9599419. OLE color: 9599419.
HSL color Cylindrical-coordinate representation of color #BB7992: hue angle of 337.27º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7992 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 146 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.27 |
| HSL | 337.27º | 0.33% | 0.6% | - |
| HSV(B) | 337.27º | 0.35% | 0.73% | - |
| XYZ | 32.52 | 26.31 | 30.56 | - |
| YUV | 143.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 146 | 0 | 0.35 | 0.22 | 0.27 | 337.27 | 0.33 | 0.6 |
| Hex | BB | 79 | 92 | 0 | 23 | 16 | 1B | 151 | 21 | 3C |
| Octal | 273 | 171 | 222 | 0 | 43 | 26 | 33 | 521 | 41 | 74 |
| Binary | 10111011 | 1111001 | 10010010 | 0 | 100011 | 10110 | 11011 | 101010001 | 100001 | 111100 |
Color Harmonies of #BB7992
Complementary color
Monochromatic Colors of #BB7992
Black with #BB7992
Text Example
Text Example
White with #BB7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7992; }
p { color: rgb(187,121,146); }
H1.HeaderClassName
{
color: #BB7992;
}
.AnyTagClassName
{
color: #BB7992;
}
</style>
background-color css
<style>
a { background-color: #BB7992; }
a { background-color: rgb(187,121,146); }
div.DivClassName
{
background-color: #BB7992;
}
.BgClassName
{
background-color: #BB7992;
}
</style>
border-color css
<style>
span { border-color: #BB7992; }
span { border-color: rgb(187,121,146); }
td.TdClassName
{
border-color: #BB7992;
}
.TagClassName
{
border-color: #BB7992;
}
</style>