Shades of Mulberry #B7599C
Tints of Mulberry #B7599C
RGB
CMYK
RGB Variations
Color information
#B7599C (or 0xB7599C) is known color: Mulberry. HEX triplet: B7, 59 and 9C. RGB value is (183,89,156). Sum of RGB (Red+Green+Blue) = 183+89+156=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7599C is #48A663. Grayscale: #7C7C7C. Windows color (decimal): -4761188 or 10246583. OLE color: 10246583.
HSL color Cylindrical-coordinate representation of color #B7599C: hue angle of 317.23º 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 #B7599C is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 156 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.28 |
| HSL | 317.23º | 0.39% | 0.53% | - |
| HSV(B) | 317.23º | 0.51% | 0.72% | - |
| XYZ | 29.1 | 19.61 | 33.7 | - |
| YUV | 124.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 156 | 0 | 0.51 | 0.15 | 0.28 | 317.23 | 0.39 | 0.53 |
| Hex | B7 | 59 | 9C | 0 | 33 | F | 1C | 13D | 27 | 35 |
| Octal | 267 | 131 | 234 | 0 | 63 | 17 | 34 | 475 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10011100 | 0 | 110011 | 1111 | 11100 | 100111101 | 100111 | 110101 |
Color Harmonies of #B7599C
Complementary color
Monochromatic Colors of #B7599C
Black with #B7599C
Text Example
Text Example
White with #B7599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7599C; }
p { color: rgb(183,89,156); }
H1.HeaderClassName
{
color: #B7599C;
}
.AnyTagClassName
{
color: #B7599C;
}
</style>
background-color css
<style>
a { background-color: #B7599C; }
a { background-color: rgb(183,89,156); }
div.DivClassName
{
background-color: #B7599C;
}
.BgClassName
{
background-color: #B7599C;
}
</style>
border-color css
<style>
span { border-color: #B7599C; }
span { border-color: rgb(183,89,156); }
td.TdClassName
{
border-color: #B7599C;
}
.TagClassName
{
border-color: #B7599C;
}
</style>