Shades of Mulberry #B15F8E
Tints of Mulberry #B15F8E
RGB
CMYK
RGB Variations
Color information
#B15F8E (or 0xB15F8E) is known color: Mulberry. HEX triplet: B1, 5F and 8E. RGB value is (177,95,142). Sum of RGB (Red+Green+Blue) = 177+95+142=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F8E is #4EA071. Grayscale: #7C7C7C. Windows color (decimal): -5152882 or 9330609. OLE color: 9330609.
HSL color Cylindrical-coordinate representation of color #B15F8E: hue angle of 325.61º 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 #B15F8E is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 142 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.31 |
| HSL | 325.61º | 0.34% | 0.53% | - |
| HSV(B) | 325.61º | 0.46% | 0.69% | - |
| XYZ | 27.11 | 19.48 | 27.92 | - |
| YUV | 124.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 142 | 0 | 0.46 | 0.20 | 0.31 | 325.61 | 0.34 | 0.53 |
| Hex | B1 | 5F | 8E | 0 | 2E | 14 | 1F | 146 | 22 | 35 |
| Octal | 261 | 137 | 216 | 0 | 56 | 24 | 37 | 506 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10001110 | 0 | 101110 | 10100 | 11111 | 101000110 | 100010 | 110101 |
Color Harmonies of #B15F8E
Complementary color
Monochromatic Colors of #B15F8E
Black with #B15F8E
Text Example
Text Example
White with #B15F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F8E; }
p { color: rgb(177,95,142); }
H1.HeaderClassName
{
color: #B15F8E;
}
.AnyTagClassName
{
color: #B15F8E;
}
</style>
background-color css
<style>
a { background-color: #B15F8E; }
a { background-color: rgb(177,95,142); }
div.DivClassName
{
background-color: #B15F8E;
}
.BgClassName
{
background-color: #B15F8E;
}
</style>
border-color css
<style>
span { border-color: #B15F8E; }
span { border-color: rgb(177,95,142); }
td.TdClassName
{
border-color: #B15F8E;
}
.TagClassName
{
border-color: #B15F8E;
}
</style>