Shades of Mulberry #BB5E89
Tints of Mulberry #BB5E89
RGB
CMYK
RGB Variations
Color information
#BB5E89 (or 0xBB5E89) is known color: Mulberry. HEX triplet: BB, 5E and 89. RGB value is (187,94,137). Sum of RGB (Red+Green+Blue) = 187+94+137=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E89 is #44A176. Grayscale: #7E7E7E. Windows color (decimal): -4497783 or 9002683. OLE color: 9002683.
HSL color Cylindrical-coordinate representation of color #BB5E89: hue angle of 332.26º 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 #BB5E89 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 137 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.27 |
| HSL | 332.26º | 0.41% | 0.55% | - |
| HSV(B) | 332.26º | 0.5% | 0.73% | - |
| XYZ | 29.01 | 20.38 | 26.07 | - |
| YUV | 126.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 137 | 0 | 0.50 | 0.27 | 0.27 | 332.26 | 0.41 | 0.55 |
| Hex | BB | 5E | 89 | 0 | 32 | 1B | 1B | 14C | 29 | 37 |
| Octal | 273 | 136 | 211 | 0 | 62 | 33 | 33 | 514 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10001001 | 0 | 110010 | 11011 | 11011 | 101001100 | 101001 | 110111 |
Color Harmonies of #BB5E89
Complementary color
Monochromatic Colors of #BB5E89
Black with #BB5E89
Text Example
Text Example
White with #BB5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E89; }
p { color: rgb(187,94,137); }
H1.HeaderClassName
{
color: #BB5E89;
}
.AnyTagClassName
{
color: #BB5E89;
}
</style>
background-color css
<style>
a { background-color: #BB5E89; }
a { background-color: rgb(187,94,137); }
div.DivClassName
{
background-color: #BB5E89;
}
.BgClassName
{
background-color: #BB5E89;
}
</style>
border-color css
<style>
span { border-color: #BB5E89; }
span { border-color: rgb(187,94,137); }
td.TdClassName
{
border-color: #BB5E89;
}
.TagClassName
{
border-color: #BB5E89;
}
</style>