Shades of Mulberry #B45785
Tints of Mulberry #B45785
RGB
CMYK
RGB Variations
Color information
#B45785 (or 0xB45785) is known color: Mulberry. HEX triplet: B4, 57 and 85. RGB value is (180,87,133). Sum of RGB (Red+Green+Blue) = 180+87+133=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45785 is #4BA87A. Grayscale: #777777. Windows color (decimal): -4958331 or 8738740. OLE color: 8738740.
HSL color Cylindrical-coordinate representation of color #B45785: hue angle of 330.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45785 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 133 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.29 |
| HSL | 330.32º | 0.38% | 0.52% | - |
| HSV(B) | 330.32º | 0.52% | 0.71% | - |
| XYZ | 26.46 | 18.21 | 24.31 | - |
| YUV | 120.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 133 | 0 | 0.52 | 0.26 | 0.29 | 330.32 | 0.38 | 0.52 |
| Hex | B4 | 57 | 85 | 0 | 34 | 1A | 1D | 14A | 26 | 34 |
| Octal | 264 | 127 | 205 | 0 | 64 | 32 | 35 | 512 | 46 | 64 |
| Binary | 10110100 | 1010111 | 10000101 | 0 | 110100 | 11010 | 11101 | 101001010 | 100110 | 110100 |
Color Harmonies of #B45785
Complementary color
Monochromatic Colors of #B45785
Black with #B45785
Text Example
Text Example
White with #B45785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45785; }
p { color: rgb(180,87,133); }
H1.HeaderClassName
{
color: #B45785;
}
.AnyTagClassName
{
color: #B45785;
}
</style>
background-color css
<style>
a { background-color: #B45785; }
a { background-color: rgb(180,87,133); }
div.DivClassName
{
background-color: #B45785;
}
.BgClassName
{
background-color: #B45785;
}
</style>
border-color css
<style>
span { border-color: #B45785; }
span { border-color: rgb(180,87,133); }
td.TdClassName
{
border-color: #B45785;
}
.TagClassName
{
border-color: #B45785;
}
</style>