Shades of Mulberry #B7589A
Tints of Mulberry #B7589A
RGB
CMYK
RGB Variations
Color information
#B7589A (or 0xB7589A) is known color: Mulberry. HEX triplet: B7, 58 and 9A. RGB value is (183,88,154). Sum of RGB (Red+Green+Blue) = 183+88+154=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7589A is #48A765. Grayscale: #7B7B7B. Windows color (decimal): -4761446 or 10115255. OLE color: 10115255.
HSL color Cylindrical-coordinate representation of color #B7589A: hue angle of 318.32º 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 #B7589A is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 154 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.28 |
| HSL | 318.32º | 0.4% | 0.53% | - |
| HSV(B) | 318.32º | 0.52% | 0.72% | - |
| XYZ | 28.85 | 19.38 | 32.79 | - |
| YUV | 123.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 154 | 0 | 0.52 | 0.16 | 0.28 | 318.32 | 0.4 | 0.53 |
| Hex | B7 | 58 | 9A | 0 | 34 | 10 | 1C | 13E | 28 | 35 |
| Octal | 267 | 130 | 232 | 0 | 64 | 20 | 34 | 476 | 50 | 65 |
| Binary | 10110111 | 1011000 | 10011010 | 0 | 110100 | 10000 | 11100 | 100111110 | 101000 | 110101 |
Color Harmonies of #B7589A
Complementary color
Monochromatic Colors of #B7589A
Black with #B7589A
Text Example
Text Example
White with #B7589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7589A; }
p { color: rgb(183,88,154); }
H1.HeaderClassName
{
color: #B7589A;
}
.AnyTagClassName
{
color: #B7589A;
}
</style>
background-color css
<style>
a { background-color: #B7589A; }
a { background-color: rgb(183,88,154); }
div.DivClassName
{
background-color: #B7589A;
}
.BgClassName
{
background-color: #B7589A;
}
</style>
border-color css
<style>
span { border-color: #B7589A; }
span { border-color: rgb(183,88,154); }
td.TdClassName
{
border-color: #B7589A;
}
.TagClassName
{
border-color: #B7589A;
}
</style>