Shades of Mulberry #B84895
Tints of Mulberry #B84895
RGB
CMYK
RGB Variations
Color information
#B84895 (or 0xB84895) is known color: Mulberry. HEX triplet: B8, 48 and 95. RGB value is (184,72,149). Sum of RGB (Red+Green+Blue) = 184+72+149=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B84895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84895 is #47B76A. Grayscale: #727272. Windows color (decimal): -4700011 or 9783480. OLE color: 9783480.
HSL color Cylindrical-coordinate representation of color #B84895: hue angle of 318.75º 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 #B84895 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 149 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.28 |
| HSL | 318.75º | 0.44% | 0.5% | - |
| HSV(B) | 318.75º | 0.61% | 0.72% | - |
| XYZ | 27.51 | 17 | 30.26 | - |
| YUV | 114.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 149 | 0 | 0.61 | 0.19 | 0.28 | 318.75 | 0.44 | 0.5 |
| Hex | B8 | 48 | 95 | 0 | 3D | 13 | 1C | 13F | 2C | 32 |
| Octal | 270 | 110 | 225 | 0 | 75 | 23 | 34 | 477 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10010101 | 0 | 111101 | 10011 | 11100 | 100111111 | 101100 | 110010 |
Color Harmonies of #B84895
Complementary color
Monochromatic Colors of #B84895
Black with #B84895
Text Example
Text Example
White with #B84895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84895; }
p { color: rgb(184,72,149); }
H1.HeaderClassName
{
color: #B84895;
}
.AnyTagClassName
{
color: #B84895;
}
</style>
background-color css
<style>
a { background-color: #B84895; }
a { background-color: rgb(184,72,149); }
div.DivClassName
{
background-color: #B84895;
}
.BgClassName
{
background-color: #B84895;
}
</style>
border-color css
<style>
span { border-color: #B84895; }
span { border-color: rgb(184,72,149); }
td.TdClassName
{
border-color: #B84895;
}
.TagClassName
{
border-color: #B84895;
}
</style>