Shades of Mulberry #B84885
Tints of Mulberry #B84885
RGB
CMYK
RGB Variations
Color information
#B84885 (or 0xB84885) is known color: Mulberry. HEX triplet: B8, 48 and 85. RGB value is (184,72,133). Sum of RGB (Red+Green+Blue) = 184+72+133=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B84885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84885 is #47B77A. Grayscale: #707070. Windows color (decimal): -4700027 or 8734904. OLE color: 8734904.
HSL color Cylindrical-coordinate representation of color #B84885: hue angle of 327.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84885 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 133 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.28 |
| HSL | 327.32º | 0.44% | 0.5% | - |
| HSV(B) | 327.32º | 0.61% | 0.72% | - |
| XYZ | 26.32 | 16.52 | 23.99 | - |
| YUV | 112.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 133 | 0 | 0.61 | 0.28 | 0.28 | 327.32 | 0.44 | 0.5 |
| Hex | B8 | 48 | 85 | 0 | 3D | 1C | 1C | 147 | 2C | 32 |
| Octal | 270 | 110 | 205 | 0 | 75 | 34 | 34 | 507 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10000101 | 0 | 111101 | 11100 | 11100 | 101000111 | 101100 | 110010 |
Color Harmonies of #B84885
Complementary color
Monochromatic Colors of #B84885
Black with #B84885
Text Example
Text Example
White with #B84885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84885; }
p { color: rgb(184,72,133); }
H1.HeaderClassName
{
color: #B84885;
}
.AnyTagClassName
{
color: #B84885;
}
</style>
background-color css
<style>
a { background-color: #B84885; }
a { background-color: rgb(184,72,133); }
div.DivClassName
{
background-color: #B84885;
}
.BgClassName
{
background-color: #B84885;
}
</style>
border-color css
<style>
span { border-color: #B84885; }
span { border-color: rgb(184,72,133); }
td.TdClassName
{
border-color: #B84885;
}
.TagClassName
{
border-color: #B84885;
}
</style>