Shades of Tapestry #BB7680
Tints of Tapestry #BB7680
RGB
CMYK
RGB Variations
Color information
#BB7680 (or 0xBB7680) is known color: Tapestry. HEX triplet: BB, 76 and 80. RGB value is (187,118,128). Sum of RGB (Red+Green+Blue) = 187+118+128=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7680 is #44897F. Grayscale: #8B8B8B. Windows color (decimal): -4491648 or 8419003. OLE color: 8419003.
HSL color Cylindrical-coordinate representation of color #BB7680: hue angle of 351.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7680 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 128 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.27 |
| HSL | 351.3º | 0.34% | 0.6% | - |
| HSV(B) | 351.3º | 0.37% | 0.73% | - |
| XYZ | 30.87 | 25.08 | 23.64 | - |
| YUV | 139.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 128 | 0 | 0.37 | 0.32 | 0.27 | 351.3 | 0.34 | 0.6 |
| Hex | BB | 76 | 80 | 0 | 25 | 20 | 1B | 15F | 22 | 3C |
| Octal | 273 | 166 | 200 | 0 | 45 | 40 | 33 | 537 | 42 | 74 |
| Binary | 10111011 | 1110110 | 10000000 | 0 | 100101 | 100000 | 11011 | 101011111 | 100010 | 111100 |
Color Harmonies of #BB7680
Complementary color
Monochromatic Colors of #BB7680
Black with #BB7680
Text Example
Text Example
White with #BB7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7680; }
p { color: rgb(187,118,128); }
H1.HeaderClassName
{
color: #BB7680;
}
.AnyTagClassName
{
color: #BB7680;
}
</style>
background-color css
<style>
a { background-color: #BB7680; }
a { background-color: rgb(187,118,128); }
div.DivClassName
{
background-color: #BB7680;
}
.BgClassName
{
background-color: #BB7680;
}
</style>
border-color css
<style>
span { border-color: #BB7680; }
span { border-color: rgb(187,118,128); }
td.TdClassName
{
border-color: #BB7680;
}
.TagClassName
{
border-color: #BB7680;
}
</style>