Shades of Mulberry #B84A94
Tints of Mulberry #B84A94
RGB
CMYK
RGB Variations
Color information
#B84A94 (or 0xB84A94) is known color: Mulberry. HEX triplet: B8, 4A and 94. RGB value is (184,74,148). Sum of RGB (Red+Green+Blue) = 184+74+148=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A94 is #47B56B. Grayscale: #737373. Windows color (decimal): -4699500 or 9718456. OLE color: 9718456.
HSL color Cylindrical-coordinate representation of color #B84A94: hue angle of 319.64º 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 #B84A94 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 148 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.28 |
| HSL | 319.64º | 0.44% | 0.51% | - |
| HSV(B) | 319.64º | 0.6% | 0.72% | - |
| XYZ | 27.56 | 17.23 | 29.89 | - |
| YUV | 115.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 148 | 0 | 0.60 | 0.20 | 0.28 | 319.64 | 0.44 | 0.51 |
| Hex | B8 | 4A | 94 | 0 | 3C | 14 | 1C | 140 | 2C | 33 |
| Octal | 270 | 112 | 224 | 0 | 74 | 24 | 34 | 500 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10010100 | 0 | 111100 | 10100 | 11100 | 101000000 | 101100 | 110011 |
Color Harmonies of #B84A94
Complementary color
Monochromatic Colors of #B84A94
Black with #B84A94
Text Example
Text Example
White with #B84A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A94; }
p { color: rgb(184,74,148); }
H1.HeaderClassName
{
color: #B84A94;
}
.AnyTagClassName
{
color: #B84A94;
}
</style>
background-color css
<style>
a { background-color: #B84A94; }
a { background-color: rgb(184,74,148); }
div.DivClassName
{
background-color: #B84A94;
}
.BgClassName
{
background-color: #B84A94;
}
</style>
border-color css
<style>
span { border-color: #B84A94; }
span { border-color: rgb(184,74,148); }
td.TdClassName
{
border-color: #B84A94;
}
.TagClassName
{
border-color: #B84A94;
}
</style>