Shades of Tapestry #BB5E7B
Tints of Tapestry #BB5E7B
RGB
CMYK
RGB Variations
Color information
#BB5E7B (or 0xBB5E7B) is known color: Tapestry. HEX triplet: BB, 5E and 7B. RGB value is (187,94,123). Sum of RGB (Red+Green+Blue) = 187+94+123=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E7B is #44A184. Grayscale: #7D7D7D. Windows color (decimal): -4497797 or 8085179. OLE color: 8085179.
HSL color Cylindrical-coordinate representation of color #BB5E7B: hue angle of 341.29º 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 #BB5E7B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 123 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.27 |
| HSL | 341.29º | 0.41% | 0.55% | - |
| HSV(B) | 341.29º | 0.5% | 0.73% | - |
| XYZ | 28.07 | 20 | 21.12 | - |
| YUV | 125.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 123 | 0 | 0.50 | 0.34 | 0.27 | 341.29 | 0.41 | 0.55 |
| Hex | BB | 5E | 7B | 0 | 32 | 22 | 1B | 155 | 29 | 37 |
| Octal | 273 | 136 | 173 | 0 | 62 | 42 | 33 | 525 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1111011 | 0 | 110010 | 100010 | 11011 | 101010101 | 101001 | 110111 |
Color Harmonies of #BB5E7B
Complementary color
Monochromatic Colors of #BB5E7B
Black with #BB5E7B
Text Example
Text Example
White with #BB5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E7B; }
p { color: rgb(187,94,123); }
H1.HeaderClassName
{
color: #BB5E7B;
}
.AnyTagClassName
{
color: #BB5E7B;
}
</style>
background-color css
<style>
a { background-color: #BB5E7B; }
a { background-color: rgb(187,94,123); }
div.DivClassName
{
background-color: #BB5E7B;
}
.BgClassName
{
background-color: #BB5E7B;
}
</style>
border-color css
<style>
span { border-color: #BB5E7B; }
span { border-color: rgb(187,94,123); }
td.TdClassName
{
border-color: #BB5E7B;
}
.TagClassName
{
border-color: #BB5E7B;
}
</style>