Shades of Mulberry #B45288
Tints of Mulberry #B45288
RGB
CMYK
RGB Variations
Color information
#B45288 (or 0xB45288) is known color: Mulberry. HEX triplet: B4, 52 and 88. RGB value is (180,82,136). Sum of RGB (Red+Green+Blue) = 180+82+136=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45288 is #4BAD77. Grayscale: #757575. Windows color (decimal): -4959608 or 8934068. OLE color: 8934068.
HSL color Cylindrical-coordinate representation of color #B45288: hue angle of 326.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45288 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 136 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.94º | 0.4% | 0.51% | - |
| HSV(B) | 326.94º | 0.54% | 0.71% | - |
| XYZ | 26.28 | 17.52 | 25.29 | - |
| YUV | 117.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 136 | 0 | 0.54 | 0.24 | 0.29 | 326.94 | 0.4 | 0.51 |
| Hex | B4 | 52 | 88 | 0 | 36 | 18 | 1D | 147 | 28 | 33 |
| Octal | 264 | 122 | 210 | 0 | 66 | 30 | 35 | 507 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10001000 | 0 | 110110 | 11000 | 11101 | 101000111 | 101000 | 110011 |
Color Harmonies of #B45288
Complementary color
Monochromatic Colors of #B45288
Black with #B45288
Text Example
Text Example
White with #B45288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45288; }
p { color: rgb(180,82,136); }
H1.HeaderClassName
{
color: #B45288;
}
.AnyTagClassName
{
color: #B45288;
}
</style>
background-color css
<style>
a { background-color: #B45288; }
a { background-color: rgb(180,82,136); }
div.DivClassName
{
background-color: #B45288;
}
.BgClassName
{
background-color: #B45288;
}
</style>
border-color css
<style>
span { border-color: #B45288; }
span { border-color: rgb(180,82,136); }
td.TdClassName
{
border-color: #B45288;
}
.TagClassName
{
border-color: #B45288;
}
</style>