Shades of Mulberry #B8589B
Tints of Mulberry #B8589B
RGB
CMYK
RGB Variations
Color information
#B8589B (or 0xB8589B) is known color: Mulberry. HEX triplet: B8, 58 and 9B. RGB value is (184,88,155). Sum of RGB (Red+Green+Blue) = 184+88+155=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8589B is #47A764. Grayscale: #7C7C7C. Windows color (decimal): -4695909 or 10180792. OLE color: 10180792.
HSL color Cylindrical-coordinate representation of color #B8589B: hue angle of 318.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8589B is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 155 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.28 |
| HSL | 318.13º | 0.4% | 0.53% | - |
| HSV(B) | 318.13º | 0.52% | 0.72% | - |
| XYZ | 29.17 | 19.54 | 33.24 | - |
| YUV | 124.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 155 | 0 | 0.52 | 0.16 | 0.28 | 318.13 | 0.4 | 0.53 |
| Hex | B8 | 58 | 9B | 0 | 34 | 10 | 1C | 13E | 28 | 35 |
| Octal | 270 | 130 | 233 | 0 | 64 | 20 | 34 | 476 | 50 | 65 |
| Binary | 10111000 | 1011000 | 10011011 | 0 | 110100 | 10000 | 11100 | 100111110 | 101000 | 110101 |
Color Harmonies of #B8589B
Complementary color
Monochromatic Colors of #B8589B
Black with #B8589B
Text Example
Text Example
White with #B8589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8589B; }
p { color: rgb(184,88,155); }
H1.HeaderClassName
{
color: #B8589B;
}
.AnyTagClassName
{
color: #B8589B;
}
</style>
background-color css
<style>
a { background-color: #B8589B; }
a { background-color: rgb(184,88,155); }
div.DivClassName
{
background-color: #B8589B;
}
.BgClassName
{
background-color: #B8589B;
}
</style>
border-color css
<style>
span { border-color: #B8589B; }
span { border-color: rgb(184,88,155); }
td.TdClassName
{
border-color: #B8589B;
}
.TagClassName
{
border-color: #B8589B;
}
</style>