Shades of Mulberry #B84A8C
Tints of Mulberry #B84A8C
RGB
CMYK
RGB Variations
Color information
#B84A8C (or 0xB84A8C) is known color: Mulberry. HEX triplet: B8, 4A and 8C. RGB value is (184,74,140). Sum of RGB (Red+Green+Blue) = 184+74+140=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A8C is #47B573. Grayscale: #727272. Windows color (decimal): -4699508 or 9194168. OLE color: 9194168.
HSL color Cylindrical-coordinate representation of color #B84A8C: hue angle of 324º 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 #B84A8C is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 140 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.28 |
| HSL | 324º | 0.44% | 0.51% | - |
| HSV(B) | 324º | 0.6% | 0.72% | - |
| XYZ | 26.95 | 16.98 | 26.67 | - |
| YUV | 114.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 140 | 0 | 0.60 | 0.24 | 0.28 | 324 | 0.44 | 0.51 |
| Hex | B8 | 4A | 8C | 0 | 3C | 18 | 1C | 144 | 2C | 33 |
| Octal | 270 | 112 | 214 | 0 | 74 | 30 | 34 | 504 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10001100 | 0 | 111100 | 11000 | 11100 | 101000100 | 101100 | 110011 |
Color Harmonies of #B84A8C
Complementary color
Monochromatic Colors of #B84A8C
Black with #B84A8C
Text Example
Text Example
White with #B84A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A8C; }
p { color: rgb(184,74,140); }
H1.HeaderClassName
{
color: #B84A8C;
}
.AnyTagClassName
{
color: #B84A8C;
}
</style>
background-color css
<style>
a { background-color: #B84A8C; }
a { background-color: rgb(184,74,140); }
div.DivClassName
{
background-color: #B84A8C;
}
.BgClassName
{
background-color: #B84A8C;
}
</style>
border-color css
<style>
span { border-color: #B84A8C; }
span { border-color: rgb(184,74,140); }
td.TdClassName
{
border-color: #B84A8C;
}
.TagClassName
{
border-color: #B84A8C;
}
</style>