Shades of Mulberry #B15392
Tints of Mulberry #B15392
RGB
CMYK
RGB Variations
Color information
#B15392 (or 0xB15392) is known color: Mulberry. HEX triplet: B1, 53 and 92. RGB value is (177,83,146). Sum of RGB (Red+Green+Blue) = 177+83+146=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B15392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15392 is #4EAC6D. Grayscale: #767676. Windows color (decimal): -5155950 or 9589681. OLE color: 9589681.
HSL color Cylindrical-coordinate representation of color #B15392: hue angle of 319.79º 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 #B15392 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 146 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.31 |
| HSL | 319.79º | 0.38% | 0.51% | - |
| HSV(B) | 319.79º | 0.53% | 0.69% | - |
| XYZ | 26.41 | 17.61 | 29.2 | - |
| YUV | 118.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 146 | 0 | 0.53 | 0.18 | 0.31 | 319.79 | 0.38 | 0.51 |
| Hex | B1 | 53 | 92 | 0 | 35 | 12 | 1F | 140 | 26 | 33 |
| Octal | 261 | 123 | 222 | 0 | 65 | 22 | 37 | 500 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10010010 | 0 | 110101 | 10010 | 11111 | 101000000 | 100110 | 110011 |
Color Harmonies of #B15392
Complementary color
Monochromatic Colors of #B15392
Black with #B15392
Text Example
Text Example
White with #B15392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15392; }
p { color: rgb(177,83,146); }
H1.HeaderClassName
{
color: #B15392;
}
.AnyTagClassName
{
color: #B15392;
}
</style>
background-color css
<style>
a { background-color: #B15392; }
a { background-color: rgb(177,83,146); }
div.DivClassName
{
background-color: #B15392;
}
.BgClassName
{
background-color: #B15392;
}
</style>
border-color css
<style>
span { border-color: #B15392; }
span { border-color: rgb(177,83,146); }
td.TdClassName
{
border-color: #B15392;
}
.TagClassName
{
border-color: #B15392;
}
</style>