Shades of Tapestry #BB7487
Tints of Tapestry #BB7487
RGB
CMYK
RGB Variations
Color information
#BB7487 (or 0xBB7487) is known color: Tapestry. HEX triplet: BB, 74 and 87. RGB value is (187,116,135). Sum of RGB (Red+Green+Blue) = 187+116+135=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7487 is #448B78. Grayscale: #8B8B8B. Windows color (decimal): -4492153 or 8877243. OLE color: 8877243.
HSL color Cylindrical-coordinate representation of color #BB7487: hue angle of 343.94º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB7487 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 135 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.27 |
| HSL | 343.94º | 0.34% | 0.59% | - |
| HSV(B) | 343.94º | 0.38% | 0.73% | - |
| XYZ | 31.11 | 24.8 | 26.07 | - |
| YUV | 139.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 135 | 0 | 0.38 | 0.28 | 0.27 | 343.94 | 0.34 | 0.59 |
| Hex | BB | 74 | 87 | 0 | 26 | 1C | 1B | 158 | 22 | 3B |
| Octal | 273 | 164 | 207 | 0 | 46 | 34 | 33 | 530 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10000111 | 0 | 100110 | 11100 | 11011 | 101011000 | 100010 | 111011 |
Color Harmonies of #BB7487
Complementary color
Monochromatic Colors of #BB7487
Black with #BB7487
Text Example
Text Example
White with #BB7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7487; }
p { color: rgb(187,116,135); }
H1.HeaderClassName
{
color: #BB7487;
}
.AnyTagClassName
{
color: #BB7487;
}
</style>
background-color css
<style>
a { background-color: #BB7487; }
a { background-color: rgb(187,116,135); }
div.DivClassName
{
background-color: #BB7487;
}
.BgClassName
{
background-color: #BB7487;
}
</style>
border-color css
<style>
span { border-color: #BB7487; }
span { border-color: rgb(187,116,135); }
td.TdClassName
{
border-color: #BB7487;
}
.TagClassName
{
border-color: #BB7487;
}
</style>