Shades of Tapestry #BB788D
Tints of Tapestry #BB788D
RGB
CMYK
RGB Variations
Color information
#BB788D (or 0xBB788D) is known color: Tapestry. HEX triplet: BB, 78 and 8D. RGB value is (187,120,141). Sum of RGB (Red+Green+Blue) = 187+120+141=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB788D is #448772. Grayscale: #8E8E8E. Windows color (decimal): -4491123 or 9271483. OLE color: 9271483.
HSL color Cylindrical-coordinate representation of color #BB788D: hue angle of 341.19º 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 #BB788D is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 141 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.27 |
| HSL | 341.19º | 0.33% | 0.6% | - |
| HSV(B) | 341.19º | 0.36% | 0.73% | - |
| XYZ | 32.02 | 25.92 | 28.52 | - |
| YUV | 142.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 141 | 0 | 0.36 | 0.25 | 0.27 | 341.19 | 0.33 | 0.6 |
| Hex | BB | 78 | 8D | 0 | 24 | 19 | 1B | 155 | 21 | 3C |
| Octal | 273 | 170 | 215 | 0 | 44 | 31 | 33 | 525 | 41 | 74 |
| Binary | 10111011 | 1111000 | 10001101 | 0 | 100100 | 11001 | 11011 | 101010101 | 100001 | 111100 |
Color Harmonies of #BB788D
Complementary color
Monochromatic Colors of #BB788D
Black with #BB788D
Text Example
Text Example
White with #BB788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB788D; }
p { color: rgb(187,120,141); }
H1.HeaderClassName
{
color: #BB788D;
}
.AnyTagClassName
{
color: #BB788D;
}
</style>
background-color css
<style>
a { background-color: #BB788D; }
a { background-color: rgb(187,120,141); }
div.DivClassName
{
background-color: #BB788D;
}
.BgClassName
{
background-color: #BB788D;
}
</style>
border-color css
<style>
span { border-color: #BB788D; }
span { border-color: rgb(187,120,141); }
td.TdClassName
{
border-color: #BB788D;
}
.TagClassName
{
border-color: #BB788D;
}
</style>