Shades of Mulberry #BB4D85
Tints of Mulberry #BB4D85
RGB
CMYK
RGB Variations
Color information
#BB4D85 (or 0xBB4D85) is known color: Mulberry. HEX triplet: BB, 4D and 85. RGB value is (187,77,133). Sum of RGB (Red+Green+Blue) = 187+77+133=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D85 is #44B27A. Grayscale: #747474. Windows color (decimal): -4502139 or 8736187. OLE color: 8736187.
HSL color Cylindrical-coordinate representation of color #BB4D85: hue angle of 329.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D85 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 133 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.27 |
| HSL | 329.45º | 0.45% | 0.52% | - |
| HSV(B) | 329.45º | 0.59% | 0.73% | - |
| XYZ | 27.38 | 17.57 | 24.14 | - |
| YUV | 116.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 133 | 0 | 0.59 | 0.29 | 0.27 | 329.45 | 0.45 | 0.52 |
| Hex | BB | 4D | 85 | 0 | 3B | 1D | 1B | 149 | 2D | 34 |
| Octal | 273 | 115 | 205 | 0 | 73 | 35 | 33 | 511 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10000101 | 0 | 111011 | 11101 | 11011 | 101001001 | 101101 | 110100 |
Color Harmonies of #BB4D85
Complementary color
Monochromatic Colors of #BB4D85
Black with #BB4D85
Text Example
Text Example
White with #BB4D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D85; }
p { color: rgb(187,77,133); }
H1.HeaderClassName
{
color: #BB4D85;
}
.AnyTagClassName
{
color: #BB4D85;
}
</style>
background-color css
<style>
a { background-color: #BB4D85; }
a { background-color: rgb(187,77,133); }
div.DivClassName
{
background-color: #BB4D85;
}
.BgClassName
{
background-color: #BB4D85;
}
</style>
border-color css
<style>
span { border-color: #BB4D85; }
span { border-color: rgb(187,77,133); }
td.TdClassName
{
border-color: #BB4D85;
}
.TagClassName
{
border-color: #BB4D85;
}
</style>