Shades of Tapestry #BB778C
Tints of Tapestry #BB778C
RGB
CMYK
RGB Variations
Color information
#BB778C (or 0xBB778C) is known color: Tapestry. HEX triplet: BB, 77 and 8C. RGB value is (187,119,140). Sum of RGB (Red+Green+Blue) = 187+119+140=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB778C is #448873. Grayscale: #8D8D8D. Windows color (decimal): -4491380 or 9205691. OLE color: 9205691.
HSL color Cylindrical-coordinate representation of color #BB778C: hue angle of 341.47º 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 #BB778C is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 140 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.27 |
| HSL | 341.47º | 0.33% | 0.6% | - |
| HSV(B) | 341.47º | 0.36% | 0.73% | - |
| XYZ | 31.82 | 25.65 | 28.08 | - |
| YUV | 141.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 140 | 0 | 0.36 | 0.25 | 0.27 | 341.47 | 0.33 | 0.6 |
| Hex | BB | 77 | 8C | 0 | 24 | 19 | 1B | 155 | 21 | 3C |
| Octal | 273 | 167 | 214 | 0 | 44 | 31 | 33 | 525 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10001100 | 0 | 100100 | 11001 | 11011 | 101010101 | 100001 | 111100 |
Color Harmonies of #BB778C
Complementary color
Monochromatic Colors of #BB778C
Black with #BB778C
Text Example
Text Example
White with #BB778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB778C; }
p { color: rgb(187,119,140); }
H1.HeaderClassName
{
color: #BB778C;
}
.AnyTagClassName
{
color: #BB778C;
}
</style>
background-color css
<style>
a { background-color: #BB778C; }
a { background-color: rgb(187,119,140); }
div.DivClassName
{
background-color: #BB778C;
}
.BgClassName
{
background-color: #BB778C;
}
</style>
border-color css
<style>
span { border-color: #BB778C; }
span { border-color: rgb(187,119,140); }
td.TdClassName
{
border-color: #BB778C;
}
.TagClassName
{
border-color: #BB778C;
}
</style>