Shades of Mulberry #B04789
Tints of Mulberry #B04789
RGB
CMYK
RGB Variations
Color information
#B04789 (or 0xB04789) is known color: Mulberry. HEX triplet: B0, 47 and 89. RGB value is (176,71,137). Sum of RGB (Red+Green+Blue) = 176+71+137=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B04789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04789 is #4FB876. Grayscale: #6D6D6D. Windows color (decimal): -5224567 or 8996784. OLE color: 8996784.
HSL color Cylindrical-coordinate representation of color #B04789: hue angle of 322.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04789 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 137 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.31 |
| HSL | 322.29º | 0.43% | 0.48% | - |
| HSV(B) | 322.29º | 0.6% | 0.69% | - |
| XYZ | 24.67 | 15.54 | 25.37 | - |
| YUV | 109.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 137 | 0 | 0.60 | 0.22 | 0.31 | 322.29 | 0.43 | 0.48 |
| Hex | B0 | 47 | 89 | 0 | 3C | 16 | 1F | 142 | 2B | 30 |
| Octal | 260 | 107 | 211 | 0 | 74 | 26 | 37 | 502 | 53 | 60 |
| Binary | 10110000 | 1000111 | 10001001 | 0 | 111100 | 10110 | 11111 | 101000010 | 101011 | 110000 |
Color Harmonies of #B04789
Complementary color
Monochromatic Colors of #B04789
Black with #B04789
Text Example
Text Example
White with #B04789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04789; }
p { color: rgb(176,71,137); }
H1.HeaderClassName
{
color: #B04789;
}
.AnyTagClassName
{
color: #B04789;
}
</style>
background-color css
<style>
a { background-color: #B04789; }
a { background-color: rgb(176,71,137); }
div.DivClassName
{
background-color: #B04789;
}
.BgClassName
{
background-color: #B04789;
}
</style>
border-color css
<style>
span { border-color: #B04789; }
span { border-color: rgb(176,71,137); }
td.TdClassName
{
border-color: #B04789;
}
.TagClassName
{
border-color: #B04789;
}
</style>