Shades of Tapestry #BB7080
Tints of Tapestry #BB7080
RGB
CMYK
RGB Variations
Color information
#BB7080 (or 0xBB7080) is known color: Tapestry. HEX triplet: BB, 70 and 80. RGB value is (187,112,128). Sum of RGB (Red+Green+Blue) = 187+112+128=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7080 is #448F7F. Grayscale: #888888. Windows color (decimal): -4493184 or 8417467. OLE color: 8417467.
HSL color Cylindrical-coordinate representation of color #BB7080: hue angle of 347.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7080 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 128 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.27 |
| HSL | 347.2º | 0.36% | 0.59% | - |
| HSV(B) | 347.2º | 0.4% | 0.73% | - |
| XYZ | 30.18 | 23.71 | 23.41 | - |
| YUV | 136.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 128 | 0 | 0.40 | 0.32 | 0.27 | 347.2 | 0.36 | 0.59 |
| Hex | BB | 70 | 80 | 0 | 28 | 20 | 1B | 15B | 24 | 3B |
| Octal | 273 | 160 | 200 | 0 | 50 | 40 | 33 | 533 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10000000 | 0 | 101000 | 100000 | 11011 | 101011011 | 100100 | 111011 |
Color Harmonies of #BB7080
Complementary color
Monochromatic Colors of #BB7080
Black with #BB7080
Text Example
Text Example
White with #BB7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7080; }
p { color: rgb(187,112,128); }
H1.HeaderClassName
{
color: #BB7080;
}
.AnyTagClassName
{
color: #BB7080;
}
</style>
background-color css
<style>
a { background-color: #BB7080; }
a { background-color: rgb(187,112,128); }
div.DivClassName
{
background-color: #BB7080;
}
.BgClassName
{
background-color: #BB7080;
}
</style>
border-color css
<style>
span { border-color: #BB7080; }
span { border-color: rgb(187,112,128); }
td.TdClassName
{
border-color: #BB7080;
}
.TagClassName
{
border-color: #BB7080;
}
</style>