Shades of Mulberry #B04896
Tints of Mulberry #B04896
RGB
CMYK
RGB Variations
Color information
#B04896 (or 0xB04896) is known color: Mulberry. HEX triplet: B0, 48 and 96. RGB value is (176,72,150). Sum of RGB (Red+Green+Blue) = 176+72+150=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B04896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04896 is #4FB769. Grayscale: #6F6F6F. Windows color (decimal): -5224298 or 9849008. OLE color: 9849008.
HSL color Cylindrical-coordinate representation of color #B04896: hue angle of 315º 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 #B04896 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 150 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.31 |
| HSL | 315º | 0.42% | 0.49% | - |
| HSV(B) | 315º | 0.59% | 0.69% | - |
| XYZ | 25.73 | 16.07 | 30.6 | - |
| YUV | 111.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 150 | 0 | 0.59 | 0.15 | 0.31 | 315 | 0.42 | 0.49 |
| Hex | B0 | 48 | 96 | 0 | 3B | F | 1F | 13B | 2A | 31 |
| Octal | 260 | 110 | 226 | 0 | 73 | 17 | 37 | 473 | 52 | 61 |
| Binary | 10110000 | 1001000 | 10010110 | 0 | 111011 | 1111 | 11111 | 100111011 | 101010 | 110001 |
Color Harmonies of #B04896
Complementary color
Monochromatic Colors of #B04896
Black with #B04896
Text Example
Text Example
White with #B04896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04896; }
p { color: rgb(176,72,150); }
H1.HeaderClassName
{
color: #B04896;
}
.AnyTagClassName
{
color: #B04896;
}
</style>
background-color css
<style>
a { background-color: #B04896; }
a { background-color: rgb(176,72,150); }
div.DivClassName
{
background-color: #B04896;
}
.BgClassName
{
background-color: #B04896;
}
</style>
border-color css
<style>
span { border-color: #B04896; }
span { border-color: rgb(176,72,150); }
td.TdClassName
{
border-color: #B04896;
}
.TagClassName
{
border-color: #B04896;
}
</style>