Shades of Mulberry #B45389
Tints of Mulberry #B45389
RGB
CMYK
RGB Variations
Color information
#B45389 (or 0xB45389) is known color: Mulberry. HEX triplet: B4, 53 and 89. RGB value is (180,83,137). Sum of RGB (Red+Green+Blue) = 180+83+137=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45389 is #4BAC76. Grayscale: #767676. Windows color (decimal): -4959351 or 8999860. OLE color: 8999860.
HSL color Cylindrical-coordinate representation of color #B45389: hue angle of 326.6º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45389 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 137 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.6º | 0.39% | 0.52% | - |
| HSV(B) | 326.6º | 0.54% | 0.71% | - |
| XYZ | 26.43 | 17.7 | 25.69 | - |
| YUV | 118.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 137 | 0 | 0.54 | 0.24 | 0.29 | 326.6 | 0.39 | 0.52 |
| Hex | B4 | 53 | 89 | 0 | 36 | 18 | 1D | 147 | 27 | 34 |
| Octal | 264 | 123 | 211 | 0 | 66 | 30 | 35 | 507 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10001001 | 0 | 110110 | 11000 | 11101 | 101000111 | 100111 | 110100 |
Color Harmonies of #B45389
Complementary color
Monochromatic Colors of #B45389
Black with #B45389
Text Example
Text Example
White with #B45389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45389; }
p { color: rgb(180,83,137); }
H1.HeaderClassName
{
color: #B45389;
}
.AnyTagClassName
{
color: #B45389;
}
</style>
background-color css
<style>
a { background-color: #B45389; }
a { background-color: rgb(180,83,137); }
div.DivClassName
{
background-color: #B45389;
}
.BgClassName
{
background-color: #B45389;
}
</style>
border-color css
<style>
span { border-color: #B45389; }
span { border-color: rgb(180,83,137); }
td.TdClassName
{
border-color: #B45389;
}
.TagClassName
{
border-color: #B45389;
}
</style>