Shades of Mulberry #B15485
Tints of Mulberry #B15485
RGB
CMYK
RGB Variations
Color information
#B15485 (or 0xB15485) is known color: Mulberry. HEX triplet: B1, 54 and 85. RGB value is (177,84,133). Sum of RGB (Red+Green+Blue) = 177+84+133=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15485 is #4EAB7A. Grayscale: #757575. Windows color (decimal): -5155707 or 8737969. OLE color: 8737969.
HSL color Cylindrical-coordinate representation of color #B15485: hue angle of 328.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15485 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 133 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.31 |
| HSL | 328.39º | 0.37% | 0.51% | - |
| HSV(B) | 328.39º | 0.53% | 0.69% | - |
| XYZ | 25.54 | 17.38 | 24.2 | - |
| YUV | 117.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 133 | 0 | 0.53 | 0.25 | 0.31 | 328.39 | 0.37 | 0.51 |
| Hex | B1 | 54 | 85 | 0 | 35 | 19 | 1F | 148 | 25 | 33 |
| Octal | 261 | 124 | 205 | 0 | 65 | 31 | 37 | 510 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10000101 | 0 | 110101 | 11001 | 11111 | 101001000 | 100101 | 110011 |
Color Harmonies of #B15485
Complementary color
Monochromatic Colors of #B15485
Black with #B15485
Text Example
Text Example
White with #B15485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15485; }
p { color: rgb(177,84,133); }
H1.HeaderClassName
{
color: #B15485;
}
.AnyTagClassName
{
color: #B15485;
}
</style>
background-color css
<style>
a { background-color: #B15485; }
a { background-color: rgb(177,84,133); }
div.DivClassName
{
background-color: #B15485;
}
.BgClassName
{
background-color: #B15485;
}
</style>
border-color css
<style>
span { border-color: #B15485; }
span { border-color: rgb(177,84,133); }
td.TdClassName
{
border-color: #B15485;
}
.TagClassName
{
border-color: #B15485;
}
</style>