Shades of Mulberry #B7599B
Tints of Mulberry #B7599B
RGB
CMYK
RGB Variations
Color information
#B7599B (or 0xB7599B) is known color: Mulberry. HEX triplet: B7, 59 and 9B. RGB value is (183,89,155). Sum of RGB (Red+Green+Blue) = 183+89+155=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7599B is #48A664. Grayscale: #7C7C7C. Windows color (decimal): -4761189 or 10181047. OLE color: 10181047.
HSL color Cylindrical-coordinate representation of color #B7599B: hue angle of 317.87º 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 #B7599B is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 155 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.28 |
| HSL | 317.87º | 0.39% | 0.53% | - |
| HSV(B) | 317.87º | 0.51% | 0.72% | - |
| XYZ | 29.02 | 19.58 | 33.26 | - |
| YUV | 124.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 155 | 0 | 0.51 | 0.15 | 0.28 | 317.87 | 0.39 | 0.53 |
| Hex | B7 | 59 | 9B | 0 | 33 | F | 1C | 13E | 27 | 35 |
| Octal | 267 | 131 | 233 | 0 | 63 | 17 | 34 | 476 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10011011 | 0 | 110011 | 1111 | 11100 | 100111110 | 100111 | 110101 |
Color Harmonies of #B7599B
Complementary color
Monochromatic Colors of #B7599B
Black with #B7599B
Text Example
Text Example
White with #B7599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7599B; }
p { color: rgb(183,89,155); }
H1.HeaderClassName
{
color: #B7599B;
}
.AnyTagClassName
{
color: #B7599B;
}
</style>
background-color css
<style>
a { background-color: #B7599B; }
a { background-color: rgb(183,89,155); }
div.DivClassName
{
background-color: #B7599B;
}
.BgClassName
{
background-color: #B7599B;
}
</style>
border-color css
<style>
span { border-color: #B7599B; }
span { border-color: rgb(183,89,155); }
td.TdClassName
{
border-color: #B7599B;
}
.TagClassName
{
border-color: #B7599B;
}
</style>