Shades of Mulberry #B7598A
Tints of Mulberry #B7598A
RGB
CMYK
RGB Variations
Color information
#B7598A (or 0xB7598A) is known color: Mulberry. HEX triplet: B7, 59 and 8A. RGB value is (183,89,138). Sum of RGB (Red+Green+Blue) = 183+89+138=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7598A is #48A675. Grayscale: #7A7A7A. Windows color (decimal): -4761206 or 9066935. OLE color: 9066935.
HSL color Cylindrical-coordinate representation of color #B7598A: hue angle of 328.72º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7598A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 138 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.28 |
| HSL | 328.72º | 0.39% | 0.53% | - |
| HSV(B) | 328.72º | 0.51% | 0.72% | - |
| XYZ | 27.69 | 19.05 | 26.26 | - |
| YUV | 122.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 138 | 0 | 0.51 | 0.25 | 0.28 | 328.72 | 0.39 | 0.53 |
| Hex | B7 | 59 | 8A | 0 | 33 | 19 | 1C | 149 | 27 | 35 |
| Octal | 267 | 131 | 212 | 0 | 63 | 31 | 34 | 511 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10001010 | 0 | 110011 | 11001 | 11100 | 101001001 | 100111 | 110101 |
Color Harmonies of #B7598A
Complementary color
Monochromatic Colors of #B7598A
Black with #B7598A
Text Example
Text Example
White with #B7598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7598A; }
p { color: rgb(183,89,138); }
H1.HeaderClassName
{
color: #B7598A;
}
.AnyTagClassName
{
color: #B7598A;
}
</style>
background-color css
<style>
a { background-color: #B7598A; }
a { background-color: rgb(183,89,138); }
div.DivClassName
{
background-color: #B7598A;
}
.BgClassName
{
background-color: #B7598A;
}
</style>
border-color css
<style>
span { border-color: #B7598A; }
span { border-color: rgb(183,89,138); }
td.TdClassName
{
border-color: #B7598A;
}
.TagClassName
{
border-color: #B7598A;
}
</style>