Shades of Mulberry #B15F91
Tints of Mulberry #B15F91
RGB
CMYK
RGB Variations
Color information
#B15F91 (or 0xB15F91) is known color: Mulberry. HEX triplet: B1, 5F and 91. RGB value is (177,95,145). Sum of RGB (Red+Green+Blue) = 177+95+145=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F91 is #4EA06E. Grayscale: #7D7D7D. Windows color (decimal): -5152879 or 9527217. OLE color: 9527217.
HSL color Cylindrical-coordinate representation of color #B15F91: hue angle of 323.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F91 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 145 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.31 |
| HSL | 323.41º | 0.34% | 0.53% | - |
| HSV(B) | 323.41º | 0.46% | 0.69% | - |
| XYZ | 27.33 | 19.58 | 29.13 | - |
| YUV | 125.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 145 | 0 | 0.46 | 0.18 | 0.31 | 323.41 | 0.34 | 0.53 |
| Hex | B1 | 5F | 91 | 0 | 2E | 12 | 1F | 143 | 22 | 35 |
| Octal | 261 | 137 | 221 | 0 | 56 | 22 | 37 | 503 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10010001 | 0 | 101110 | 10010 | 11111 | 101000011 | 100010 | 110101 |
Color Harmonies of #B15F91
Complementary color
Monochromatic Colors of #B15F91
Black with #B15F91
Text Example
Text Example
White with #B15F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F91; }
p { color: rgb(177,95,145); }
H1.HeaderClassName
{
color: #B15F91;
}
.AnyTagClassName
{
color: #B15F91;
}
</style>
background-color css
<style>
a { background-color: #B15F91; }
a { background-color: rgb(177,95,145); }
div.DivClassName
{
background-color: #B15F91;
}
.BgClassName
{
background-color: #B15F91;
}
</style>
border-color css
<style>
span { border-color: #B15F91; }
span { border-color: rgb(177,95,145); }
td.TdClassName
{
border-color: #B15F91;
}
.TagClassName
{
border-color: #B15F91;
}
</style>