Shades of Mulberry #B15888
Tints of Mulberry #B15888
RGB
CMYK
RGB Variations
Color information
#B15888 (or 0xB15888) is known color: Mulberry. HEX triplet: B1, 58 and 88. RGB value is (177,88,136). Sum of RGB (Red+Green+Blue) = 177+88+136=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B15888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15888 is #4EA777. Grayscale: #777777. Windows color (decimal): -5154680 or 8935601. OLE color: 8935601.
HSL color Cylindrical-coordinate representation of color #B15888: hue angle of 327.64º 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 #B15888 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 136 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.31 |
| HSL | 327.64º | 0.36% | 0.52% | - |
| HSV(B) | 327.64º | 0.5% | 0.69% | - |
| XYZ | 26.07 | 18.1 | 25.41 | - |
| YUV | 120.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 136 | 0 | 0.50 | 0.23 | 0.31 | 327.64 | 0.36 | 0.52 |
| Hex | B1 | 58 | 88 | 0 | 32 | 17 | 1F | 148 | 24 | 34 |
| Octal | 261 | 130 | 210 | 0 | 62 | 27 | 37 | 510 | 44 | 64 |
| Binary | 10110001 | 1011000 | 10001000 | 0 | 110010 | 10111 | 11111 | 101001000 | 100100 | 110100 |
Color Harmonies of #B15888
Complementary color
Monochromatic Colors of #B15888
Black with #B15888
Text Example
Text Example
White with #B15888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15888; }
p { color: rgb(177,88,136); }
H1.HeaderClassName
{
color: #B15888;
}
.AnyTagClassName
{
color: #B15888;
}
</style>
background-color css
<style>
a { background-color: #B15888; }
a { background-color: rgb(177,88,136); }
div.DivClassName
{
background-color: #B15888;
}
.BgClassName
{
background-color: #B15888;
}
</style>
border-color css
<style>
span { border-color: #B15888; }
span { border-color: rgb(177,88,136); }
td.TdClassName
{
border-color: #B15888;
}
.TagClassName
{
border-color: #B15888;
}
</style>