Shades of Mulberry #B04992
Tints of Mulberry #B04992
RGB
CMYK
RGB Variations
Color information
#B04992 (or 0xB04992) is known color: Mulberry. HEX triplet: B0, 49 and 92. RGB value is (176,73,146). Sum of RGB (Red+Green+Blue) = 176+73+146=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04992 is #4FB66D. Grayscale: #6F6F6F. Windows color (decimal): -5224046 or 9587120. OLE color: 9587120.
HSL color Cylindrical-coordinate representation of color #B04992: hue angle of 317.48º degrees, saturation: 0.41, 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 #B04992 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 146 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.31 |
| HSL | 317.48º | 0.41% | 0.49% | - |
| HSV(B) | 317.48º | 0.59% | 0.69% | - |
| XYZ | 25.48 | 16.07 | 28.95 | - |
| YUV | 112.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 146 | 0 | 0.59 | 0.17 | 0.31 | 317.48 | 0.41 | 0.49 |
| Hex | B0 | 49 | 92 | 0 | 3B | 11 | 1F | 13D | 29 | 31 |
| Octal | 260 | 111 | 222 | 0 | 73 | 21 | 37 | 475 | 51 | 61 |
| Binary | 10110000 | 1001001 | 10010010 | 0 | 111011 | 10001 | 11111 | 100111101 | 101001 | 110001 |
Color Harmonies of #B04992
Complementary color
Monochromatic Colors of #B04992
Black with #B04992
Text Example
Text Example
White with #B04992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04992; }
p { color: rgb(176,73,146); }
H1.HeaderClassName
{
color: #B04992;
}
.AnyTagClassName
{
color: #B04992;
}
</style>
background-color css
<style>
a { background-color: #B04992; }
a { background-color: rgb(176,73,146); }
div.DivClassName
{
background-color: #B04992;
}
.BgClassName
{
background-color: #B04992;
}
</style>
border-color css
<style>
span { border-color: #B04992; }
span { border-color: rgb(176,73,146); }
td.TdClassName
{
border-color: #B04992;
}
.TagClassName
{
border-color: #B04992;
}
</style>