Shades of Tapestry #BB5E7E
Tints of Tapestry #BB5E7E
RGB
CMYK
RGB Variations
Color information
#BB5E7E (or 0xBB5E7E) is known color: Tapestry. HEX triplet: BB, 5E and 7E. RGB value is (187,94,126). Sum of RGB (Red+Green+Blue) = 187+94+126=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E7E is #44A181. Grayscale: #7D7D7D. Windows color (decimal): -4497794 or 8281787. OLE color: 8281787.
HSL color Cylindrical-coordinate representation of color #BB5E7E: hue angle of 339.35º 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 #BB5E7E is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 126 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.27 |
| HSL | 339.35º | 0.41% | 0.55% | - |
| HSV(B) | 339.35º | 0.5% | 0.73% | - |
| XYZ | 28.26 | 20.08 | 22.12 | - |
| YUV | 125.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 126 | 0 | 0.50 | 0.33 | 0.27 | 339.35 | 0.41 | 0.55 |
| Hex | BB | 5E | 7E | 0 | 32 | 21 | 1B | 153 | 29 | 37 |
| Octal | 273 | 136 | 176 | 0 | 62 | 41 | 33 | 523 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1111110 | 0 | 110010 | 100001 | 11011 | 101010011 | 101001 | 110111 |
Color Harmonies of #BB5E7E
Complementary color
Monochromatic Colors of #BB5E7E
Black with #BB5E7E
Text Example
Text Example
White with #BB5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E7E; }
p { color: rgb(187,94,126); }
H1.HeaderClassName
{
color: #BB5E7E;
}
.AnyTagClassName
{
color: #BB5E7E;
}
</style>
background-color css
<style>
a { background-color: #BB5E7E; }
a { background-color: rgb(187,94,126); }
div.DivClassName
{
background-color: #BB5E7E;
}
.BgClassName
{
background-color: #BB5E7E;
}
</style>
border-color css
<style>
span { border-color: #BB5E7E; }
span { border-color: rgb(187,94,126); }
td.TdClassName
{
border-color: #BB5E7E;
}
.TagClassName
{
border-color: #BB5E7E;
}
</style>