Shades of Tapestry #BB7882
Tints of Tapestry #BB7882
RGB
CMYK
RGB Variations
Color information
#BB7882 (or 0xBB7882) is known color: Tapestry. HEX triplet: BB, 78 and 82. RGB value is (187,120,130). Sum of RGB (Red+Green+Blue) = 187+120+130=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7882 is #44877D. Grayscale: #8D8D8D. Windows color (decimal): -4491134 or 8550587. OLE color: 8550587.
HSL color Cylindrical-coordinate representation of color #BB7882: hue angle of 351.04º 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 #BB7882 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 130 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.27 |
| HSL | 351.04º | 0.33% | 0.6% | - |
| HSV(B) | 351.04º | 0.36% | 0.73% | - |
| XYZ | 31.24 | 25.61 | 24.42 | - |
| YUV | 141.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 130 | 0 | 0.36 | 0.30 | 0.27 | 351.04 | 0.33 | 0.6 |
| Hex | BB | 78 | 82 | 0 | 24 | 1E | 1B | 15F | 21 | 3C |
| Octal | 273 | 170 | 202 | 0 | 44 | 36 | 33 | 537 | 41 | 74 |
| Binary | 10111011 | 1111000 | 10000010 | 0 | 100100 | 11110 | 11011 | 101011111 | 100001 | 111100 |
Color Harmonies of #BB7882
Complementary color
Monochromatic Colors of #BB7882
Black with #BB7882
Text Example
Text Example
White with #BB7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7882; }
p { color: rgb(187,120,130); }
H1.HeaderClassName
{
color: #BB7882;
}
.AnyTagClassName
{
color: #BB7882;
}
</style>
background-color css
<style>
a { background-color: #BB7882; }
a { background-color: rgb(187,120,130); }
div.DivClassName
{
background-color: #BB7882;
}
.BgClassName
{
background-color: #BB7882;
}
</style>
border-color css
<style>
span { border-color: #BB7882; }
span { border-color: rgb(187,120,130); }
td.TdClassName
{
border-color: #BB7882;
}
.TagClassName
{
border-color: #BB7882;
}
</style>