Shades of Mulberry #B15385
Tints of Mulberry #B15385
RGB
CMYK
RGB Variations
Color information
#B15385 (or 0xB15385) is known color: Mulberry. HEX triplet: B1, 53 and 85. RGB value is (177,83,133). Sum of RGB (Red+Green+Blue) = 177+83+133=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B15385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15385 is #4EAC7A. Grayscale: #747474. Windows color (decimal): -5155963 or 8737713. OLE color: 8737713.
HSL color Cylindrical-coordinate representation of color #B15385: hue angle of 328.09º degrees, saturation: 0.38, 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 #B15385 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 133 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.31 |
| HSL | 328.09º | 0.38% | 0.51% | - |
| HSV(B) | 328.09º | 0.53% | 0.69% | - |
| XYZ | 25.46 | 17.23 | 24.17 | - |
| YUV | 116.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 133 | 0 | 0.53 | 0.25 | 0.31 | 328.09 | 0.38 | 0.51 |
| Hex | B1 | 53 | 85 | 0 | 35 | 19 | 1F | 148 | 26 | 33 |
| Octal | 261 | 123 | 205 | 0 | 65 | 31 | 37 | 510 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10000101 | 0 | 110101 | 11001 | 11111 | 101001000 | 100110 | 110011 |
Color Harmonies of #B15385
Complementary color
Monochromatic Colors of #B15385
Black with #B15385
Text Example
Text Example
White with #B15385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15385; }
p { color: rgb(177,83,133); }
H1.HeaderClassName
{
color: #B15385;
}
.AnyTagClassName
{
color: #B15385;
}
</style>
background-color css
<style>
a { background-color: #B15385; }
a { background-color: rgb(177,83,133); }
div.DivClassName
{
background-color: #B15385;
}
.BgClassName
{
background-color: #B15385;
}
</style>
border-color css
<style>
span { border-color: #B15385; }
span { border-color: rgb(177,83,133); }
td.TdClassName
{
border-color: #B15385;
}
.TagClassName
{
border-color: #B15385;
}
</style>