Shades of Tapestry #BB7881
Tints of Tapestry #BB7881
RGB
CMYK
RGB Variations
Color information
#BB7881 (or 0xBB7881) is known color: Tapestry. HEX triplet: BB, 78 and 81. RGB value is (187,120,129). Sum of RGB (Red+Green+Blue) = 187+120+129=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7881 is #44877E. Grayscale: #8D8D8D. Windows color (decimal): -4491135 or 8485051. OLE color: 8485051.
HSL color Cylindrical-coordinate representation of color #BB7881: hue angle of 351.94º 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 #BB7881 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 129 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.27 |
| HSL | 351.94º | 0.33% | 0.6% | - |
| HSV(B) | 351.94º | 0.36% | 0.73% | - |
| XYZ | 31.17 | 25.58 | 24.06 | - |
| YUV | 141.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 129 | 0 | 0.36 | 0.31 | 0.27 | 351.94 | 0.33 | 0.6 |
| Hex | BB | 78 | 81 | 0 | 24 | 1F | 1B | 160 | 21 | 3C |
| Octal | 273 | 170 | 201 | 0 | 44 | 37 | 33 | 540 | 41 | 74 |
| Binary | 10111011 | 1111000 | 10000001 | 0 | 100100 | 11111 | 11011 | 101100000 | 100001 | 111100 |
Color Harmonies of #BB7881
Complementary color
Monochromatic Colors of #BB7881
Black with #BB7881
Text Example
Text Example
White with #BB7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7881; }
p { color: rgb(187,120,129); }
H1.HeaderClassName
{
color: #BB7881;
}
.AnyTagClassName
{
color: #BB7881;
}
</style>
background-color css
<style>
a { background-color: #BB7881; }
a { background-color: rgb(187,120,129); }
div.DivClassName
{
background-color: #BB7881;
}
.BgClassName
{
background-color: #BB7881;
}
</style>
border-color css
<style>
span { border-color: #BB7881; }
span { border-color: rgb(187,120,129); }
td.TdClassName
{
border-color: #BB7881;
}
.TagClassName
{
border-color: #BB7881;
}
</style>