Shades of Tapestry #BB6884
Tints of Tapestry #BB6884
RGB
CMYK
RGB Variations
Color information
#BB6884 (or 0xBB6884) is known color: Tapestry. HEX triplet: BB, 68 and 84. RGB value is (187,104,132). Sum of RGB (Red+Green+Blue) = 187+104+132=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6884 is #44977B. Grayscale: #838383. Windows color (decimal): -4495228 or 8677563. OLE color: 8677563.
HSL color Cylindrical-coordinate representation of color #BB6884: hue angle of 339.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6884 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 132 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.27 |
| HSL | 339.76º | 0.38% | 0.57% | - |
| HSV(B) | 339.76º | 0.44% | 0.73% | - |
| XYZ | 29.61 | 22.13 | 24.54 | - |
| YUV | 132.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 132 | 0 | 0.44 | 0.29 | 0.27 | 339.76 | 0.38 | 0.57 |
| Hex | BB | 68 | 84 | 0 | 2C | 1D | 1B | 154 | 26 | 39 |
| Octal | 273 | 150 | 204 | 0 | 54 | 35 | 33 | 524 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10000100 | 0 | 101100 | 11101 | 11011 | 101010100 | 100110 | 111001 |
Color Harmonies of #BB6884
Complementary color
Monochromatic Colors of #BB6884
Black with #BB6884
Text Example
Text Example
White with #BB6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6884; }
p { color: rgb(187,104,132); }
H1.HeaderClassName
{
color: #BB6884;
}
.AnyTagClassName
{
color: #BB6884;
}
</style>
background-color css
<style>
a { background-color: #BB6884; }
a { background-color: rgb(187,104,132); }
div.DivClassName
{
background-color: #BB6884;
}
.BgClassName
{
background-color: #BB6884;
}
</style>
border-color css
<style>
span { border-color: #BB6884; }
span { border-color: rgb(187,104,132); }
td.TdClassName
{
border-color: #BB6884;
}
.TagClassName
{
border-color: #BB6884;
}
</style>