Shades of Tapestry #BB6080
Tints of Tapestry #BB6080
RGB
CMYK
RGB Variations
Color information
#BB6080 (or 0xBB6080) is known color: Tapestry. HEX triplet: BB, 60 and 80. RGB value is (187,96,128). Sum of RGB (Red+Green+Blue) = 187+96+128=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6080 is #449F7F. Grayscale: #7E7E7E. Windows color (decimal): -4497280 or 8413371. OLE color: 8413371.
HSL color Cylindrical-coordinate representation of color #BB6080: hue angle of 338.9º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6080 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 128 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.27 |
| HSL | 338.9º | 0.4% | 0.55% | - |
| HSV(B) | 338.9º | 0.49% | 0.73% | - |
| XYZ | 28.57 | 20.49 | 22.87 | - |
| YUV | 126.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 128 | 0 | 0.49 | 0.32 | 0.27 | 338.9 | 0.4 | 0.55 |
| Hex | BB | 60 | 80 | 0 | 31 | 20 | 1B | 153 | 28 | 37 |
| Octal | 273 | 140 | 200 | 0 | 61 | 40 | 33 | 523 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10000000 | 0 | 110001 | 100000 | 11011 | 101010011 | 101000 | 110111 |
Color Harmonies of #BB6080
Complementary color
Monochromatic Colors of #BB6080
Black with #BB6080
Text Example
Text Example
White with #BB6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6080; }
p { color: rgb(187,96,128); }
H1.HeaderClassName
{
color: #BB6080;
}
.AnyTagClassName
{
color: #BB6080;
}
</style>
background-color css
<style>
a { background-color: #BB6080; }
a { background-color: rgb(187,96,128); }
div.DivClassName
{
background-color: #BB6080;
}
.BgClassName
{
background-color: #BB6080;
}
</style>
border-color css
<style>
span { border-color: #BB6080; }
span { border-color: rgb(187,96,128); }
td.TdClassName
{
border-color: #BB6080;
}
.TagClassName
{
border-color: #BB6080;
}
</style>