Shades of Mulberry #B9558A
Tints of Mulberry #B9558A
RGB
CMYK
RGB Variations
Color information
#B9558A (or 0xB9558A) is known color: Mulberry. HEX triplet: B9, 55 and 8A. RGB value is (185,85,138). Sum of RGB (Red+Green+Blue) = 185+85+138=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9558A is #46AA75. Grayscale: #787878. Windows color (decimal): -4631158 or 9065913. OLE color: 9065913.
HSL color Cylindrical-coordinate representation of color #B9558A: hue angle of 328.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9558A is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 138 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.27 |
| HSL | 328.2º | 0.42% | 0.53% | - |
| HSV(B) | 328.2º | 0.54% | 0.73% | - |
| XYZ | 27.84 | 18.65 | 26.18 | - |
| YUV | 120.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 138 | 0 | 0.54 | 0.25 | 0.27 | 328.2 | 0.42 | 0.53 |
| Hex | B9 | 55 | 8A | 0 | 36 | 19 | 1B | 148 | 2A | 35 |
| Octal | 271 | 125 | 212 | 0 | 66 | 31 | 33 | 510 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10001010 | 0 | 110110 | 11001 | 11011 | 101001000 | 101010 | 110101 |
Color Harmonies of #B9558A
Complementary color
Monochromatic Colors of #B9558A
Black with #B9558A
Text Example
Text Example
White with #B9558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9558A; }
p { color: rgb(185,85,138); }
H1.HeaderClassName
{
color: #B9558A;
}
.AnyTagClassName
{
color: #B9558A;
}
</style>
background-color css
<style>
a { background-color: #B9558A; }
a { background-color: rgb(185,85,138); }
div.DivClassName
{
background-color: #B9558A;
}
.BgClassName
{
background-color: #B9558A;
}
</style>
border-color css
<style>
span { border-color: #B9558A; }
span { border-color: rgb(185,85,138); }
td.TdClassName
{
border-color: #B9558A;
}
.TagClassName
{
border-color: #B9558A;
}
</style>