Shades of Mulberry #B84A95
Tints of Mulberry #B84A95
RGB
CMYK
RGB Variations
Color information
#B84A95 (or 0xB84A95) is known color: Mulberry. HEX triplet: B8, 4A and 95. RGB value is (184,74,149). Sum of RGB (Red+Green+Blue) = 184+74+149=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A95 is #47B56A. Grayscale: #737373. Windows color (decimal): -4699499 or 9783992. OLE color: 9783992.
HSL color Cylindrical-coordinate representation of color #B84A95: hue angle of 319.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A95 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 149 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.28 |
| HSL | 319.09º | 0.44% | 0.51% | - |
| HSV(B) | 319.09º | 0.6% | 0.72% | - |
| XYZ | 27.64 | 17.26 | 30.31 | - |
| YUV | 115.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 149 | 0 | 0.60 | 0.19 | 0.28 | 319.09 | 0.44 | 0.51 |
| Hex | B8 | 4A | 95 | 0 | 3C | 13 | 1C | 13F | 2C | 33 |
| Octal | 270 | 112 | 225 | 0 | 74 | 23 | 34 | 477 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10010101 | 0 | 111100 | 10011 | 11100 | 100111111 | 101100 | 110011 |
Color Harmonies of #B84A95
Complementary color
Monochromatic Colors of #B84A95
Black with #B84A95
Text Example
Text Example
White with #B84A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A95; }
p { color: rgb(184,74,149); }
H1.HeaderClassName
{
color: #B84A95;
}
.AnyTagClassName
{
color: #B84A95;
}
</style>
background-color css
<style>
a { background-color: #B84A95; }
a { background-color: rgb(184,74,149); }
div.DivClassName
{
background-color: #B84A95;
}
.BgClassName
{
background-color: #B84A95;
}
</style>
border-color css
<style>
span { border-color: #B84A95; }
span { border-color: rgb(184,74,149); }
td.TdClassName
{
border-color: #B84A95;
}
.TagClassName
{
border-color: #B84A95;
}
</style>