Shades of Mulberry #B8489B
Tints of Mulberry #B8489B
RGB
CMYK
RGB Variations
Color information
#B8489B (or 0xB8489B) is known color: Mulberry. HEX triplet: B8, 48 and 9B. RGB value is (184,72,155). Sum of RGB (Red+Green+Blue) = 184+72+155=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8489B is #47B764. Grayscale: #727272. Windows color (decimal): -4700005 or 10176696. OLE color: 10176696.
HSL color Cylindrical-coordinate representation of color #B8489B: hue angle of 315.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8489B is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 155 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.28 |
| HSL | 315.54º | 0.44% | 0.5% | - |
| HSV(B) | 315.54º | 0.61% | 0.72% | - |
| XYZ | 28 | 17.19 | 32.85 | - |
| YUV | 114.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 155 | 0 | 0.61 | 0.16 | 0.28 | 315.54 | 0.44 | 0.5 |
| Hex | B8 | 48 | 9B | 0 | 3D | 10 | 1C | 13C | 2C | 32 |
| Octal | 270 | 110 | 233 | 0 | 75 | 20 | 34 | 474 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10011011 | 0 | 111101 | 10000 | 11100 | 100111100 | 101100 | 110010 |
Color Harmonies of #B8489B
Complementary color
Monochromatic Colors of #B8489B
Black with #B8489B
Text Example
Text Example
White with #B8489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8489B; }
p { color: rgb(184,72,155); }
H1.HeaderClassName
{
color: #B8489B;
}
.AnyTagClassName
{
color: #B8489B;
}
</style>
background-color css
<style>
a { background-color: #B8489B; }
a { background-color: rgb(184,72,155); }
div.DivClassName
{
background-color: #B8489B;
}
.BgClassName
{
background-color: #B8489B;
}
</style>
border-color css
<style>
span { border-color: #B8489B; }
span { border-color: rgb(184,72,155); }
td.TdClassName
{
border-color: #B8489B;
}
.TagClassName
{
border-color: #B8489B;
}
</style>