Shades of Mulberry #B45486
Tints of Mulberry #B45486
RGB
CMYK
RGB Variations
Color information
#B45486 (or 0xB45486) is known color: Mulberry. HEX triplet: B4, 54 and 86. RGB value is (180,84,134). Sum of RGB (Red+Green+Blue) = 180+84+134=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45486 is #4BAB79. Grayscale: #767676. Windows color (decimal): -4959098 or 8803508. OLE color: 8803508.
HSL color Cylindrical-coordinate representation of color #B45486: hue angle of 328.75º 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 #B45486 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 134 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.29 |
| HSL | 328.75º | 0.39% | 0.52% | - |
| HSV(B) | 328.75º | 0.53% | 0.71% | - |
| XYZ | 26.3 | 17.77 | 24.6 | - |
| YUV | 118.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 134 | 0 | 0.53 | 0.26 | 0.29 | 328.75 | 0.39 | 0.52 |
| Hex | B4 | 54 | 86 | 0 | 35 | 1A | 1D | 149 | 27 | 34 |
| Octal | 264 | 124 | 206 | 0 | 65 | 32 | 35 | 511 | 47 | 64 |
| Binary | 10110100 | 1010100 | 10000110 | 0 | 110101 | 11010 | 11101 | 101001001 | 100111 | 110100 |
Color Harmonies of #B45486
Complementary color
Monochromatic Colors of #B45486
Black with #B45486
Text Example
Text Example
White with #B45486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45486; }
p { color: rgb(180,84,134); }
H1.HeaderClassName
{
color: #B45486;
}
.AnyTagClassName
{
color: #B45486;
}
</style>
background-color css
<style>
a { background-color: #B45486; }
a { background-color: rgb(180,84,134); }
div.DivClassName
{
background-color: #B45486;
}
.BgClassName
{
background-color: #B45486;
}
</style>
border-color css
<style>
span { border-color: #B45486; }
span { border-color: rgb(180,84,134); }
td.TdClassName
{
border-color: #B45486;
}
.TagClassName
{
border-color: #B45486;
}
</style>