Shades of Mulberry #B04897
Tints of Mulberry #B04897
RGB
CMYK
RGB Variations
Color information
#B04897 (or 0xB04897) is known color: Mulberry. HEX triplet: B0, 48 and 97. RGB value is (176,72,151). Sum of RGB (Red+Green+Blue) = 176+72+151=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B04897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04897 is #4FB768. Grayscale: #6F6F6F. Windows color (decimal): -5224297 or 9914544. OLE color: 9914544.
HSL color Cylindrical-coordinate representation of color #B04897: hue angle of 314.42º 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 #B04897 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 151 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.31 |
| HSL | 314.42º | 0.42% | 0.49% | - |
| HSV(B) | 314.42º | 0.59% | 0.69% | - |
| XYZ | 25.81 | 16.1 | 31.03 | - |
| YUV | 112.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 151 | 0 | 0.59 | 0.14 | 0.31 | 314.42 | 0.42 | 0.49 |
| Hex | B0 | 48 | 97 | 0 | 3B | E | 1F | 13A | 2A | 31 |
| Octal | 260 | 110 | 227 | 0 | 73 | 16 | 37 | 472 | 52 | 61 |
| Binary | 10110000 | 1001000 | 10010111 | 0 | 111011 | 1110 | 11111 | 100111010 | 101010 | 110001 |
Color Harmonies of #B04897
Complementary color
Monochromatic Colors of #B04897
Black with #B04897
Text Example
Text Example
White with #B04897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04897; }
p { color: rgb(176,72,151); }
H1.HeaderClassName
{
color: #B04897;
}
.AnyTagClassName
{
color: #B04897;
}
</style>
background-color css
<style>
a { background-color: #B04897; }
a { background-color: rgb(176,72,151); }
div.DivClassName
{
background-color: #B04897;
}
.BgClassName
{
background-color: #B04897;
}
</style>
border-color css
<style>
span { border-color: #B04897; }
span { border-color: rgb(176,72,151); }
td.TdClassName
{
border-color: #B04897;
}
.TagClassName
{
border-color: #B04897;
}
</style>