Shades of Mulberry #BB4A89
Tints of Mulberry #BB4A89
RGB
CMYK
RGB Variations
Color information
#BB4A89 (or 0xBB4A89) is known color: Mulberry. HEX triplet: BB, 4A and 89. RGB value is (187,74,137). Sum of RGB (Red+Green+Blue) = 187+74+137=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A89 is #44B576. Grayscale: #727272. Windows color (decimal): -4502903 or 8997563. OLE color: 8997563.
HSL color Cylindrical-coordinate representation of color #BB4A89: hue angle of 326.55º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A89 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 137 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.27 |
| HSL | 326.55º | 0.45% | 0.51% | - |
| HSV(B) | 326.55º | 0.6% | 0.73% | - |
| XYZ | 27.46 | 17.27 | 25.55 | - |
| YUV | 114.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 137 | 0 | 0.60 | 0.27 | 0.27 | 326.55 | 0.45 | 0.51 |
| Hex | BB | 4A | 89 | 0 | 3C | 1B | 1B | 147 | 2D | 33 |
| Octal | 273 | 112 | 211 | 0 | 74 | 33 | 33 | 507 | 55 | 63 |
| Binary | 10111011 | 1001010 | 10001001 | 0 | 111100 | 11011 | 11011 | 101000111 | 101101 | 110011 |
Color Harmonies of #BB4A89
Complementary color
Monochromatic Colors of #BB4A89
Black with #BB4A89
Text Example
Text Example
White with #BB4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A89; }
p { color: rgb(187,74,137); }
H1.HeaderClassName
{
color: #BB4A89;
}
.AnyTagClassName
{
color: #BB4A89;
}
</style>
background-color css
<style>
a { background-color: #BB4A89; }
a { background-color: rgb(187,74,137); }
div.DivClassName
{
background-color: #BB4A89;
}
.BgClassName
{
background-color: #BB4A89;
}
</style>
border-color css
<style>
span { border-color: #BB4A89; }
span { border-color: rgb(187,74,137); }
td.TdClassName
{
border-color: #BB4A89;
}
.TagClassName
{
border-color: #BB4A89;
}
</style>