Shades of Mulberry #B9488D
Tints of Mulberry #B9488D
RGB
CMYK
RGB Variations
Color information
#B9488D (or 0xB9488D) is known color: Mulberry. HEX triplet: B9, 48 and 8D. RGB value is (185,72,141). Sum of RGB (Red+Green+Blue) = 185+72+141=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9488D is #46B772. Grayscale: #717171. Windows color (decimal): -4634483 or 9259193. OLE color: 9259193.
HSL color Cylindrical-coordinate representation of color #B9488D: hue angle of 323.36º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9488D is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 141 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.27 |
| HSL | 323.36º | 0.45% | 0.5% | - |
| HSV(B) | 323.36º | 0.61% | 0.73% | - |
| XYZ | 27.13 | 16.87 | 27.03 | - |
| YUV | 113.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 141 | 0 | 0.61 | 0.24 | 0.27 | 323.36 | 0.45 | 0.5 |
| Hex | B9 | 48 | 8D | 0 | 3D | 18 | 1B | 143 | 2D | 32 |
| Octal | 271 | 110 | 215 | 0 | 75 | 30 | 33 | 503 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10001101 | 0 | 111101 | 11000 | 11011 | 101000011 | 101101 | 110010 |
Color Harmonies of #B9488D
Complementary color
Monochromatic Colors of #B9488D
Black with #B9488D
Text Example
Text Example
White with #B9488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9488D; }
p { color: rgb(185,72,141); }
H1.HeaderClassName
{
color: #B9488D;
}
.AnyTagClassName
{
color: #B9488D;
}
</style>
background-color css
<style>
a { background-color: #B9488D; }
a { background-color: rgb(185,72,141); }
div.DivClassName
{
background-color: #B9488D;
}
.BgClassName
{
background-color: #B9488D;
}
</style>
border-color css
<style>
span { border-color: #B9488D; }
span { border-color: rgb(185,72,141); }
td.TdClassName
{
border-color: #B9488D;
}
.TagClassName
{
border-color: #B9488D;
}
</style>