Shades of Mulberry #B8598B
Tints of Mulberry #B8598B
RGB
CMYK
RGB Variations
Color information
#B8598B (or 0xB8598B) is known color: Mulberry. HEX triplet: B8, 59 and 8B. RGB value is (184,89,139). Sum of RGB (Red+Green+Blue) = 184+89+139=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8598B is #47A674. Grayscale: #7B7B7B. Windows color (decimal): -4695669 or 9132472. OLE color: 9132472.
HSL color Cylindrical-coordinate representation of color #B8598B: hue angle of 328.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8598B is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 139 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.28 |
| HSL | 328.42º | 0.4% | 0.54% | - |
| HSV(B) | 328.42º | 0.52% | 0.72% | - |
| XYZ | 28 | 19.2 | 26.66 | - |
| YUV | 123.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 139 | 0 | 0.52 | 0.24 | 0.28 | 328.42 | 0.4 | 0.54 |
| Hex | B8 | 59 | 8B | 0 | 34 | 18 | 1C | 148 | 28 | 36 |
| Octal | 270 | 131 | 213 | 0 | 64 | 30 | 34 | 510 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10001011 | 0 | 110100 | 11000 | 11100 | 101001000 | 101000 | 110110 |
Color Harmonies of #B8598B
Complementary color
Monochromatic Colors of #B8598B
Black with #B8598B
Text Example
Text Example
White with #B8598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8598B; }
p { color: rgb(184,89,139); }
H1.HeaderClassName
{
color: #B8598B;
}
.AnyTagClassName
{
color: #B8598B;
}
</style>
background-color css
<style>
a { background-color: #B8598B; }
a { background-color: rgb(184,89,139); }
div.DivClassName
{
background-color: #B8598B;
}
.BgClassName
{
background-color: #B8598B;
}
</style>
border-color css
<style>
span { border-color: #B8598B; }
span { border-color: rgb(184,89,139); }
td.TdClassName
{
border-color: #B8598B;
}
.TagClassName
{
border-color: #B8598B;
}
</style>