Shades of Mulberry #B45584
Tints of Mulberry #B45584
RGB
CMYK
RGB Variations
Color information
#B45584 (or 0xB45584) is known color: Mulberry. HEX triplet: B4, 55 and 84. RGB value is (180,85,132). Sum of RGB (Red+Green+Blue) = 180+85+132=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B45584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45584 is #4BAA7B. Grayscale: #767676. Windows color (decimal): -4958844 or 8672692. OLE color: 8672692.
HSL color Cylindrical-coordinate representation of color #B45584: hue angle of 330.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45584 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 132 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.29 |
| HSL | 330.32º | 0.39% | 0.52% | - |
| HSV(B) | 330.32º | 0.53% | 0.71% | - |
| XYZ | 26.24 | 17.87 | 23.9 | - |
| YUV | 118.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 132 | 0 | 0.53 | 0.27 | 0.29 | 330.32 | 0.39 | 0.52 |
| Hex | B4 | 55 | 84 | 0 | 35 | 1B | 1D | 14A | 27 | 34 |
| Octal | 264 | 125 | 204 | 0 | 65 | 33 | 35 | 512 | 47 | 64 |
| Binary | 10110100 | 1010101 | 10000100 | 0 | 110101 | 11011 | 11101 | 101001010 | 100111 | 110100 |
Color Harmonies of #B45584
Complementary color
Monochromatic Colors of #B45584
Black with #B45584
Text Example
Text Example
White with #B45584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45584; }
p { color: rgb(180,85,132); }
H1.HeaderClassName
{
color: #B45584;
}
.AnyTagClassName
{
color: #B45584;
}
</style>
background-color css
<style>
a { background-color: #B45584; }
a { background-color: rgb(180,85,132); }
div.DivClassName
{
background-color: #B45584;
}
.BgClassName
{
background-color: #B45584;
}
</style>
border-color css
<style>
span { border-color: #B45584; }
span { border-color: rgb(180,85,132); }
td.TdClassName
{
border-color: #B45584;
}
.TagClassName
{
border-color: #B45584;
}
</style>