Shades of Mulberry #B8498F
Tints of Mulberry #B8498F
RGB
CMYK
RGB Variations
Color information
#B8498F (or 0xB8498F) is known color: Mulberry. HEX triplet: B8, 49 and 8F. RGB value is (184,73,143). Sum of RGB (Red+Green+Blue) = 184+73+143=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8498F is #47B670. Grayscale: #727272. Windows color (decimal): -4699761 or 9390520. OLE color: 9390520.
HSL color Cylindrical-coordinate representation of color #B8498F: hue angle of 322.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8498F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 143 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.28 |
| HSL | 322.16º | 0.44% | 0.5% | - |
| HSV(B) | 322.16º | 0.6% | 0.72% | - |
| XYZ | 27.11 | 16.94 | 27.83 | - |
| YUV | 114.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 143 | 0 | 0.60 | 0.22 | 0.28 | 322.16 | 0.44 | 0.5 |
| Hex | B8 | 49 | 8F | 0 | 3C | 16 | 1C | 142 | 2C | 32 |
| Octal | 270 | 111 | 217 | 0 | 74 | 26 | 34 | 502 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10001111 | 0 | 111100 | 10110 | 11100 | 101000010 | 101100 | 110010 |
Color Harmonies of #B8498F
Complementary color
Monochromatic Colors of #B8498F
Black with #B8498F
Text Example
Text Example
White with #B8498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8498F; }
p { color: rgb(184,73,143); }
H1.HeaderClassName
{
color: #B8498F;
}
.AnyTagClassName
{
color: #B8498F;
}
</style>
background-color css
<style>
a { background-color: #B8498F; }
a { background-color: rgb(184,73,143); }
div.DivClassName
{
background-color: #B8498F;
}
.BgClassName
{
background-color: #B8498F;
}
</style>
border-color css
<style>
span { border-color: #B8498F; }
span { border-color: rgb(184,73,143); }
td.TdClassName
{
border-color: #B8498F;
}
.TagClassName
{
border-color: #B8498F;
}
</style>