Shades of Mulberry #B84C8A
Tints of Mulberry #B84C8A
RGB
CMYK
RGB Variations
Color information
#B84C8A (or 0xB84C8A) is known color: Mulberry. HEX triplet: B8, 4C and 8A. RGB value is (184,76,138). Sum of RGB (Red+Green+Blue) = 184+76+138=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C8A is #47B375. Grayscale: #737373. Windows color (decimal): -4698998 or 9063608. OLE color: 9063608.
HSL color Cylindrical-coordinate representation of color #B84C8A: hue angle of 325.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C8A is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 138 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.28 |
| HSL | 325.56º | 0.43% | 0.51% | - |
| HSV(B) | 325.56º | 0.59% | 0.72% | - |
| XYZ | 26.94 | 17.19 | 25.94 | - |
| YUV | 115.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 138 | 0 | 0.59 | 0.25 | 0.28 | 325.56 | 0.43 | 0.51 |
| Hex | B8 | 4C | 8A | 0 | 3B | 19 | 1C | 146 | 2B | 33 |
| Octal | 270 | 114 | 212 | 0 | 73 | 31 | 34 | 506 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10001010 | 0 | 111011 | 11001 | 11100 | 101000110 | 101011 | 110011 |
Color Harmonies of #B84C8A
Complementary color
Monochromatic Colors of #B84C8A
Black with #B84C8A
Text Example
Text Example
White with #B84C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C8A; }
p { color: rgb(184,76,138); }
H1.HeaderClassName
{
color: #B84C8A;
}
.AnyTagClassName
{
color: #B84C8A;
}
</style>
background-color css
<style>
a { background-color: #B84C8A; }
a { background-color: rgb(184,76,138); }
div.DivClassName
{
background-color: #B84C8A;
}
.BgClassName
{
background-color: #B84C8A;
}
</style>
border-color css
<style>
span { border-color: #B84C8A; }
span { border-color: rgb(184,76,138); }
td.TdClassName
{
border-color: #B84C8A;
}
.TagClassName
{
border-color: #B84C8A;
}
</style>