Shades of Mulberry #B1598C
Tints of Mulberry #B1598C
RGB
CMYK
RGB Variations
Color information
#B1598C (or 0xB1598C) is known color: Mulberry. HEX triplet: B1, 59 and 8C. RGB value is (177,89,140). Sum of RGB (Red+Green+Blue) = 177+89+140=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1598C is #4EA673. Grayscale: #797979. Windows color (decimal): -5154420 or 9198001. OLE color: 9198001.
HSL color Cylindrical-coordinate representation of color #B1598C: hue angle of 325.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1598C is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 140 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.31 |
| HSL | 325.23º | 0.36% | 0.52% | - |
| HSV(B) | 325.23º | 0.5% | 0.69% | - |
| XYZ | 26.44 | 18.39 | 26.97 | - |
| YUV | 121.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 140 | 0 | 0.50 | 0.21 | 0.31 | 325.23 | 0.36 | 0.52 |
| Hex | B1 | 59 | 8C | 0 | 32 | 15 | 1F | 145 | 24 | 34 |
| Octal | 261 | 131 | 214 | 0 | 62 | 25 | 37 | 505 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10001100 | 0 | 110010 | 10101 | 11111 | 101000101 | 100100 | 110100 |
Color Harmonies of #B1598C
Complementary color
Monochromatic Colors of #B1598C
Black with #B1598C
Text Example
Text Example
White with #B1598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1598C; }
p { color: rgb(177,89,140); }
H1.HeaderClassName
{
color: #B1598C;
}
.AnyTagClassName
{
color: #B1598C;
}
</style>
background-color css
<style>
a { background-color: #B1598C; }
a { background-color: rgb(177,89,140); }
div.DivClassName
{
background-color: #B1598C;
}
.BgClassName
{
background-color: #B1598C;
}
</style>
border-color css
<style>
span { border-color: #B1598C; }
span { border-color: rgb(177,89,140); }
td.TdClassName
{
border-color: #B1598C;
}
.TagClassName
{
border-color: #B1598C;
}
</style>