Shades of Mulberry #BB4986
Tints of Mulberry #BB4986
RGB
CMYK
RGB Variations
Color information
#BB4986 (or 0xBB4986) is known color: Mulberry. HEX triplet: BB, 49 and 86. RGB value is (187,73,134). Sum of RGB (Red+Green+Blue) = 187+73+134=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4986 is #44B679. Grayscale: #717171. Windows color (decimal): -4503162 or 8800699. OLE color: 8800699.
HSL color Cylindrical-coordinate representation of color #BB4986: hue angle of 327.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4986 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 134 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.27 |
| HSL | 327.89º | 0.46% | 0.51% | - |
| HSV(B) | 327.89º | 0.61% | 0.73% | - |
| XYZ | 27.18 | 17.05 | 24.41 | - |
| YUV | 114.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 134 | 0 | 0.61 | 0.28 | 0.27 | 327.89 | 0.46 | 0.51 |
| Hex | BB | 49 | 86 | 0 | 3D | 1C | 1B | 148 | 2E | 33 |
| Octal | 273 | 111 | 206 | 0 | 75 | 34 | 33 | 510 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10000110 | 0 | 111101 | 11100 | 11011 | 101001000 | 101110 | 110011 |
Color Harmonies of #BB4986
Complementary color
Monochromatic Colors of #BB4986
Black with #BB4986
Text Example
Text Example
White with #BB4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4986; }
p { color: rgb(187,73,134); }
H1.HeaderClassName
{
color: #BB4986;
}
.AnyTagClassName
{
color: #BB4986;
}
</style>
background-color css
<style>
a { background-color: #BB4986; }
a { background-color: rgb(187,73,134); }
div.DivClassName
{
background-color: #BB4986;
}
.BgClassName
{
background-color: #BB4986;
}
</style>
border-color css
<style>
span { border-color: #BB4986; }
span { border-color: rgb(187,73,134); }
td.TdClassName
{
border-color: #BB4986;
}
.TagClassName
{
border-color: #BB4986;
}
</style>