Shades of Mulberry #B84A8B
Tints of Mulberry #B84A8B
RGB
CMYK
RGB Variations
Color information
#B84A8B (or 0xB84A8B) is known color: Mulberry. HEX triplet: B8, 4A and 8B. RGB value is (184,74,139). Sum of RGB (Red+Green+Blue) = 184+74+139=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A8B is #47B574. Grayscale: #727272. Windows color (decimal): -4699509 or 9128632. OLE color: 9128632.
HSL color Cylindrical-coordinate representation of color #B84A8B: hue angle of 324.55º 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 #B84A8B is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 139 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.28 |
| HSL | 324.55º | 0.44% | 0.51% | - |
| HSV(B) | 324.55º | 0.6% | 0.72% | - |
| XYZ | 26.88 | 16.95 | 26.28 | - |
| YUV | 114.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 139 | 0 | 0.60 | 0.24 | 0.28 | 324.55 | 0.44 | 0.51 |
| Hex | B8 | 4A | 8B | 0 | 3C | 18 | 1C | 145 | 2C | 33 |
| Octal | 270 | 112 | 213 | 0 | 74 | 30 | 34 | 505 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10001011 | 0 | 111100 | 11000 | 11100 | 101000101 | 101100 | 110011 |
Color Harmonies of #B84A8B
Complementary color
Monochromatic Colors of #B84A8B
Black with #B84A8B
Text Example
Text Example
White with #B84A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A8B; }
p { color: rgb(184,74,139); }
H1.HeaderClassName
{
color: #B84A8B;
}
.AnyTagClassName
{
color: #B84A8B;
}
</style>
background-color css
<style>
a { background-color: #B84A8B; }
a { background-color: rgb(184,74,139); }
div.DivClassName
{
background-color: #B84A8B;
}
.BgClassName
{
background-color: #B84A8B;
}
</style>
border-color css
<style>
span { border-color: #B84A8B; }
span { border-color: rgb(184,74,139); }
td.TdClassName
{
border-color: #B84A8B;
}
.TagClassName
{
border-color: #B84A8B;
}
</style>