Shades of Mulberry #B45D88
Tints of Mulberry #B45D88
RGB
CMYK
RGB Variations
Color information
#B45D88 (or 0xB45D88) is known color: Mulberry. HEX triplet: B4, 5D and 88. RGB value is (180,93,136). Sum of RGB (Red+Green+Blue) = 180+93+136=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D88 is #4BA277. Grayscale: #7B7B7B. Windows color (decimal): -4956792 or 8936884. OLE color: 8936884.
HSL color Cylindrical-coordinate representation of color #B45D88: hue angle of 330.34º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45D88 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 136 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.29 |
| HSL | 330.34º | 0.37% | 0.54% | - |
| HSV(B) | 330.34º | 0.48% | 0.71% | - |
| XYZ | 27.18 | 19.31 | 25.59 | - |
| YUV | 123.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 136 | 0 | 0.48 | 0.24 | 0.29 | 330.34 | 0.37 | 0.54 |
| Hex | B4 | 5D | 88 | 0 | 30 | 18 | 1D | 14A | 25 | 36 |
| Octal | 264 | 135 | 210 | 0 | 60 | 30 | 35 | 512 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10001000 | 0 | 110000 | 11000 | 11101 | 101001010 | 100101 | 110110 |
Color Harmonies of #B45D88
Complementary color
Monochromatic Colors of #B45D88
Black with #B45D88
Text Example
Text Example
White with #B45D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D88; }
p { color: rgb(180,93,136); }
H1.HeaderClassName
{
color: #B45D88;
}
.AnyTagClassName
{
color: #B45D88;
}
</style>
background-color css
<style>
a { background-color: #B45D88; }
a { background-color: rgb(180,93,136); }
div.DivClassName
{
background-color: #B45D88;
}
.BgClassName
{
background-color: #B45D88;
}
</style>
border-color css
<style>
span { border-color: #B45D88; }
span { border-color: rgb(180,93,136); }
td.TdClassName
{
border-color: #B45D88;
}
.TagClassName
{
border-color: #B45D88;
}
</style>