Shades of Mulberry #B4598C
Tints of Mulberry #B4598C
RGB
CMYK
RGB Variations
Color information
#B4598C (or 0xB4598C) is known color: Mulberry. HEX triplet: B4, 59 and 8C. RGB value is (180,89,140). Sum of RGB (Red+Green+Blue) = 180+89+140=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4598C is #4BA673. Grayscale: #797979. Windows color (decimal): -4957812 or 9198004. OLE color: 9198004.
HSL color Cylindrical-coordinate representation of color #B4598C: hue angle of 326.37º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4598C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 140 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.29 |
| HSL | 326.37º | 0.38% | 0.53% | - |
| HSV(B) | 326.37º | 0.51% | 0.71% | - |
| XYZ | 27.13 | 18.74 | 27 | - |
| YUV | 122.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 140 | 0 | 0.51 | 0.22 | 0.29 | 326.37 | 0.38 | 0.53 |
| Hex | B4 | 59 | 8C | 0 | 33 | 16 | 1D | 146 | 26 | 35 |
| Octal | 264 | 131 | 214 | 0 | 63 | 26 | 35 | 506 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10001100 | 0 | 110011 | 10110 | 11101 | 101000110 | 100110 | 110101 |
Color Harmonies of #B4598C
Complementary color
Monochromatic Colors of #B4598C
Black with #B4598C
Text Example
Text Example
White with #B4598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4598C; }
p { color: rgb(180,89,140); }
H1.HeaderClassName
{
color: #B4598C;
}
.AnyTagClassName
{
color: #B4598C;
}
</style>
background-color css
<style>
a { background-color: #B4598C; }
a { background-color: rgb(180,89,140); }
div.DivClassName
{
background-color: #B4598C;
}
.BgClassName
{
background-color: #B4598C;
}
</style>
border-color css
<style>
span { border-color: #B4598C; }
span { border-color: rgb(180,89,140); }
td.TdClassName
{
border-color: #B4598C;
}
.TagClassName
{
border-color: #B4598C;
}
</style>