Shades of Mulberry #B9548F
Tints of Mulberry #B9548F
RGB
CMYK
RGB Variations
Color information
#B9548F (or 0xB9548F) is known color: Mulberry. HEX triplet: B9, 54 and 8F. RGB value is (185,84,143). Sum of RGB (Red+Green+Blue) = 185+84+143=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9548F is #46AB70. Grayscale: #787878. Windows color (decimal): -4631409 or 9393337. OLE color: 9393337.
HSL color Cylindrical-coordinate representation of color #B9548F: hue angle of 324.95º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9548F is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 143 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.27 |
| HSL | 324.95º | 0.42% | 0.53% | - |
| HSV(B) | 324.95º | 0.55% | 0.73% | - |
| XYZ | 28.14 | 18.64 | 28.1 | - |
| YUV | 120.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 143 | 0 | 0.55 | 0.23 | 0.27 | 324.95 | 0.42 | 0.53 |
| Hex | B9 | 54 | 8F | 0 | 37 | 17 | 1B | 145 | 2A | 35 |
| Octal | 271 | 124 | 217 | 0 | 67 | 27 | 33 | 505 | 52 | 65 |
| Binary | 10111001 | 1010100 | 10001111 | 0 | 110111 | 10111 | 11011 | 101000101 | 101010 | 110101 |
Color Harmonies of #B9548F
Complementary color
Monochromatic Colors of #B9548F
Black with #B9548F
Text Example
Text Example
White with #B9548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9548F; }
p { color: rgb(185,84,143); }
H1.HeaderClassName
{
color: #B9548F;
}
.AnyTagClassName
{
color: #B9548F;
}
</style>
background-color css
<style>
a { background-color: #B9548F; }
a { background-color: rgb(185,84,143); }
div.DivClassName
{
background-color: #B9548F;
}
.BgClassName
{
background-color: #B9548F;
}
</style>
border-color css
<style>
span { border-color: #B9548F; }
span { border-color: rgb(185,84,143); }
td.TdClassName
{
border-color: #B9548F;
}
.TagClassName
{
border-color: #B9548F;
}
</style>