Shades of Mulberry #B04891
Tints of Mulberry #B04891
RGB
CMYK
RGB Variations
Color information
#B04891 (or 0xB04891) is known color: Mulberry. HEX triplet: B0, 48 and 91. RGB value is (176,72,145). Sum of RGB (Red+Green+Blue) = 176+72+145=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04891 is #4FB76E. Grayscale: #6F6F6F. Windows color (decimal): -5224303 or 9521328. OLE color: 9521328.
HSL color Cylindrical-coordinate representation of color #B04891: hue angle of 317.88º 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 #B04891 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 145 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.31 |
| HSL | 317.88º | 0.42% | 0.49% | - |
| HSV(B) | 317.88º | 0.59% | 0.69% | - |
| XYZ | 25.33 | 15.91 | 28.52 | - |
| YUV | 111.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 145 | 0 | 0.59 | 0.18 | 0.31 | 317.88 | 0.42 | 0.49 |
| Hex | B0 | 48 | 91 | 0 | 3B | 12 | 1F | 13E | 2A | 31 |
| Octal | 260 | 110 | 221 | 0 | 73 | 22 | 37 | 476 | 52 | 61 |
| Binary | 10110000 | 1001000 | 10010001 | 0 | 111011 | 10010 | 11111 | 100111110 | 101010 | 110001 |
Color Harmonies of #B04891
Complementary color
Monochromatic Colors of #B04891
Black with #B04891
Text Example
Text Example
White with #B04891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04891; }
p { color: rgb(176,72,145); }
H1.HeaderClassName
{
color: #B04891;
}
.AnyTagClassName
{
color: #B04891;
}
</style>
background-color css
<style>
a { background-color: #B04891; }
a { background-color: rgb(176,72,145); }
div.DivClassName
{
background-color: #B04891;
}
.BgClassName
{
background-color: #B04891;
}
</style>
border-color css
<style>
span { border-color: #B04891; }
span { border-color: rgb(176,72,145); }
td.TdClassName
{
border-color: #B04891;
}
.TagClassName
{
border-color: #B04891;
}
</style>