Shades of Tapestry #BB5E86
Tints of Tapestry #BB5E86
RGB
CMYK
RGB Variations
Color information
#BB5E86 (or 0xBB5E86) is known color: Tapestry. HEX triplet: BB, 5E and 86. RGB value is (187,94,134). Sum of RGB (Red+Green+Blue) = 187+94+134=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E86 is #44A179. Grayscale: #7E7E7E. Windows color (decimal): -4497786 or 8806075. OLE color: 8806075.
HSL color Cylindrical-coordinate representation of color #BB5E86: hue angle of 334.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E86 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 134 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.27 |
| HSL | 334.19º | 0.41% | 0.55% | - |
| HSV(B) | 334.19º | 0.5% | 0.73% | - |
| XYZ | 28.8 | 20.29 | 24.95 | - |
| YUV | 126.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 134 | 0 | 0.50 | 0.28 | 0.27 | 334.19 | 0.41 | 0.55 |
| Hex | BB | 5E | 86 | 0 | 32 | 1C | 1B | 14E | 29 | 37 |
| Octal | 273 | 136 | 206 | 0 | 62 | 34 | 33 | 516 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10000110 | 0 | 110010 | 11100 | 11011 | 101001110 | 101001 | 110111 |
Color Harmonies of #BB5E86
Complementary color
Monochromatic Colors of #BB5E86
Black with #BB5E86
Text Example
Text Example
White with #BB5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E86; }
p { color: rgb(187,94,134); }
H1.HeaderClassName
{
color: #BB5E86;
}
.AnyTagClassName
{
color: #BB5E86;
}
</style>
background-color css
<style>
a { background-color: #BB5E86; }
a { background-color: rgb(187,94,134); }
div.DivClassName
{
background-color: #BB5E86;
}
.BgClassName
{
background-color: #BB5E86;
}
</style>
border-color css
<style>
span { border-color: #BB5E86; }
span { border-color: rgb(187,94,134); }
td.TdClassName
{
border-color: #BB5E86;
}
.TagClassName
{
border-color: #BB5E86;
}
</style>