Shades of Mulberry #B15A89
Tints of Mulberry #B15A89
RGB
CMYK
RGB Variations
Color information
#B15A89 (or 0xB15A89) is known color: Mulberry. HEX triplet: B1, 5A and 89. RGB value is (177,90,137). Sum of RGB (Red+Green+Blue) = 177+90+137=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A89 is #4EA576. Grayscale: #797979. Windows color (decimal): -5154167 or 9001649. OLE color: 9001649.
HSL color Cylindrical-coordinate representation of color #B15A89: hue angle of 327.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A89 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 137 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.31 |
| HSL | 327.59º | 0.36% | 0.52% | - |
| HSV(B) | 327.59º | 0.49% | 0.69% | - |
| XYZ | 26.3 | 18.47 | 25.84 | - |
| YUV | 121.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 137 | 0 | 0.49 | 0.23 | 0.31 | 327.59 | 0.36 | 0.52 |
| Hex | B1 | 5A | 89 | 0 | 31 | 17 | 1F | 148 | 24 | 34 |
| Octal | 261 | 132 | 211 | 0 | 61 | 27 | 37 | 510 | 44 | 64 |
| Binary | 10110001 | 1011010 | 10001001 | 0 | 110001 | 10111 | 11111 | 101001000 | 100100 | 110100 |
Color Harmonies of #B15A89
Complementary color
Monochromatic Colors of #B15A89
Black with #B15A89
Text Example
Text Example
White with #B15A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A89; }
p { color: rgb(177,90,137); }
H1.HeaderClassName
{
color: #B15A89;
}
.AnyTagClassName
{
color: #B15A89;
}
</style>
background-color css
<style>
a { background-color: #B15A89; }
a { background-color: rgb(177,90,137); }
div.DivClassName
{
background-color: #B15A89;
}
.BgClassName
{
background-color: #B15A89;
}
</style>
border-color css
<style>
span { border-color: #B15A89; }
span { border-color: rgb(177,90,137); }
td.TdClassName
{
border-color: #B15A89;
}
.TagClassName
{
border-color: #B15A89;
}
</style>