Shades of Mulberry #B15B88
Tints of Mulberry #B15B88
RGB
CMYK
RGB Variations
Color information
#B15B88 (or 0xB15B88) is known color: Mulberry. HEX triplet: B1, 5B and 88. RGB value is (177,91,136). Sum of RGB (Red+Green+Blue) = 177+91+136=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B88 is #4EA477. Grayscale: #797979. Windows color (decimal): -5153912 or 8936369. OLE color: 8936369.
HSL color Cylindrical-coordinate representation of color #B15B88: hue angle of 328.6º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15B88 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 136 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.31 |
| HSL | 328.6º | 0.36% | 0.53% | - |
| HSV(B) | 328.6º | 0.49% | 0.69% | - |
| XYZ | 26.32 | 18.61 | 25.5 | - |
| YUV | 121.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 136 | 0 | 0.49 | 0.23 | 0.31 | 328.6 | 0.36 | 0.53 |
| Hex | B1 | 5B | 88 | 0 | 31 | 17 | 1F | 149 | 24 | 35 |
| Octal | 261 | 133 | 210 | 0 | 61 | 27 | 37 | 511 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10001000 | 0 | 110001 | 10111 | 11111 | 101001001 | 100100 | 110101 |
Color Harmonies of #B15B88
Complementary color
Monochromatic Colors of #B15B88
Black with #B15B88
Text Example
Text Example
White with #B15B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B88; }
p { color: rgb(177,91,136); }
H1.HeaderClassName
{
color: #B15B88;
}
.AnyTagClassName
{
color: #B15B88;
}
</style>
background-color css
<style>
a { background-color: #B15B88; }
a { background-color: rgb(177,91,136); }
div.DivClassName
{
background-color: #B15B88;
}
.BgClassName
{
background-color: #B15B88;
}
</style>
border-color css
<style>
span { border-color: #B15B88; }
span { border-color: rgb(177,91,136); }
td.TdClassName
{
border-color: #B15B88;
}
.TagClassName
{
border-color: #B15B88;
}
</style>