Shades of Tapestry #BB6487
Tints of Tapestry #BB6487
RGB
CMYK
RGB Variations
Color information
#BB6487 (or 0xBB6487) is known color: Tapestry. HEX triplet: BB, 64 and 87. RGB value is (187,100,135). Sum of RGB (Red+Green+Blue) = 187+100+135=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6487 is #449B78. Grayscale: #818181. Windows color (decimal): -4496249 or 8873147. OLE color: 8873147.
HSL color Cylindrical-coordinate representation of color #BB6487: hue angle of 335.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6487 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 135 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.27 |
| HSL | 335.86º | 0.39% | 0.56% | - |
| HSV(B) | 335.86º | 0.47% | 0.73% | - |
| XYZ | 29.42 | 21.43 | 25.51 | - |
| YUV | 130 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 135 | 0 | 0.47 | 0.28 | 0.27 | 335.86 | 0.39 | 0.56 |
| Hex | BB | 64 | 87 | 0 | 2F | 1C | 1B | 150 | 27 | 38 |
| Octal | 273 | 144 | 207 | 0 | 57 | 34 | 33 | 520 | 47 | 70 |
| Binary | 10111011 | 1100100 | 10000111 | 0 | 101111 | 11100 | 11011 | 101010000 | 100111 | 111000 |
Color Harmonies of #BB6487
Complementary color
Monochromatic Colors of #BB6487
Black with #BB6487
Text Example
Text Example
White with #BB6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6487; }
p { color: rgb(187,100,135); }
H1.HeaderClassName
{
color: #BB6487;
}
.AnyTagClassName
{
color: #BB6487;
}
</style>
background-color css
<style>
a { background-color: #BB6487; }
a { background-color: rgb(187,100,135); }
div.DivClassName
{
background-color: #BB6487;
}
.BgClassName
{
background-color: #BB6487;
}
</style>
border-color css
<style>
span { border-color: #BB6487; }
span { border-color: rgb(187,100,135); }
td.TdClassName
{
border-color: #BB6487;
}
.TagClassName
{
border-color: #BB6487;
}
</style>