Shades of Mulberry #BB4F86
Tints of Mulberry #BB4F86
RGB
CMYK
RGB Variations
Color information
#BB4F86 (or 0xBB4F86) is known color: Mulberry. HEX triplet: BB, 4F and 86. RGB value is (187,79,134). Sum of RGB (Red+Green+Blue) = 187+79+134=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F86 is #44B079. Grayscale: #757575. Windows color (decimal): -4501626 or 8802235. OLE color: 8802235.
HSL color Cylindrical-coordinate representation of color #BB4F86: hue angle of 329.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F86 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 134 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.27 |
| HSL | 329.44º | 0.44% | 0.52% | - |
| HSV(B) | 329.44º | 0.58% | 0.73% | - |
| XYZ | 27.59 | 17.88 | 24.55 | - |
| YUV | 117.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 134 | 0 | 0.58 | 0.28 | 0.27 | 329.44 | 0.44 | 0.52 |
| Hex | BB | 4F | 86 | 0 | 3A | 1C | 1B | 149 | 2C | 34 |
| Octal | 273 | 117 | 206 | 0 | 72 | 34 | 33 | 511 | 54 | 64 |
| Binary | 10111011 | 1001111 | 10000110 | 0 | 111010 | 11100 | 11011 | 101001001 | 101100 | 110100 |
Color Harmonies of #BB4F86
Complementary color
Monochromatic Colors of #BB4F86
Black with #BB4F86
Text Example
Text Example
White with #BB4F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F86; }
p { color: rgb(187,79,134); }
H1.HeaderClassName
{
color: #BB4F86;
}
.AnyTagClassName
{
color: #BB4F86;
}
</style>
background-color css
<style>
a { background-color: #BB4F86; }
a { background-color: rgb(187,79,134); }
div.DivClassName
{
background-color: #BB4F86;
}
.BgClassName
{
background-color: #BB4F86;
}
</style>
border-color css
<style>
span { border-color: #BB4F86; }
span { border-color: rgb(187,79,134); }
td.TdClassName
{
border-color: #BB4F86;
}
.TagClassName
{
border-color: #BB4F86;
}
</style>