Shades of Mulberry #B04888
Tints of Mulberry #B04888
RGB
CMYK
RGB Variations
Color information
#B04888 (or 0xB04888) is known color: Mulberry. HEX triplet: B0, 48 and 88. RGB value is (176,72,136). Sum of RGB (Red+Green+Blue) = 176+72+136=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B04888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04888 is #4FB777. Grayscale: #6E6E6E. Windows color (decimal): -5224312 or 8931504. OLE color: 8931504.
HSL color Cylindrical-coordinate representation of color #B04888: hue angle of 323.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04888 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 136 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.31 |
| HSL | 323.08º | 0.42% | 0.49% | - |
| HSV(B) | 323.08º | 0.59% | 0.69% | - |
| XYZ | 24.67 | 15.64 | 25.01 | - |
| YUV | 110.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 136 | 0 | 0.59 | 0.23 | 0.31 | 323.08 | 0.42 | 0.49 |
| Hex | B0 | 48 | 88 | 0 | 3B | 17 | 1F | 143 | 2A | 31 |
| Octal | 260 | 110 | 210 | 0 | 73 | 27 | 37 | 503 | 52 | 61 |
| Binary | 10110000 | 1001000 | 10001000 | 0 | 111011 | 10111 | 11111 | 101000011 | 101010 | 110001 |
Color Harmonies of #B04888
Complementary color
Monochromatic Colors of #B04888
Black with #B04888
Text Example
Text Example
White with #B04888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04888; }
p { color: rgb(176,72,136); }
H1.HeaderClassName
{
color: #B04888;
}
.AnyTagClassName
{
color: #B04888;
}
</style>
background-color css
<style>
a { background-color: #B04888; }
a { background-color: rgb(176,72,136); }
div.DivClassName
{
background-color: #B04888;
}
.BgClassName
{
background-color: #B04888;
}
</style>
border-color css
<style>
span { border-color: #B04888; }
span { border-color: rgb(176,72,136); }
td.TdClassName
{
border-color: #B04888;
}
.TagClassName
{
border-color: #B04888;
}
</style>