Shades of Mulberry #B15292
Tints of Mulberry #B15292
RGB
CMYK
RGB Variations
Color information
#B15292 (or 0xB15292) is known color: Mulberry. HEX triplet: B1, 52 and 92. RGB value is (177,82,146). Sum of RGB (Red+Green+Blue) = 177+82+146=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B15292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15292 is #4EAD6D. Grayscale: #757575. Windows color (decimal): -5156206 or 9589425. OLE color: 9589425.
HSL color Cylindrical-coordinate representation of color #B15292: hue angle of 319.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15292 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 146 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.31 |
| HSL | 319.58º | 0.38% | 0.51% | - |
| HSV(B) | 319.58º | 0.54% | 0.69% | - |
| XYZ | 26.34 | 17.46 | 29.18 | - |
| YUV | 117.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 146 | 0 | 0.54 | 0.18 | 0.31 | 319.58 | 0.38 | 0.51 |
| Hex | B1 | 52 | 92 | 0 | 36 | 12 | 1F | 140 | 26 | 33 |
| Octal | 261 | 122 | 222 | 0 | 66 | 22 | 37 | 500 | 46 | 63 |
| Binary | 10110001 | 1010010 | 10010010 | 0 | 110110 | 10010 | 11111 | 101000000 | 100110 | 110011 |
Color Harmonies of #B15292
Complementary color
Monochromatic Colors of #B15292
Black with #B15292
Text Example
Text Example
White with #B15292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15292; }
p { color: rgb(177,82,146); }
H1.HeaderClassName
{
color: #B15292;
}
.AnyTagClassName
{
color: #B15292;
}
</style>
background-color css
<style>
a { background-color: #B15292; }
a { background-color: rgb(177,82,146); }
div.DivClassName
{
background-color: #B15292;
}
.BgClassName
{
background-color: #B15292;
}
</style>
border-color css
<style>
span { border-color: #B15292; }
span { border-color: rgb(177,82,146); }
td.TdClassName
{
border-color: #B15292;
}
.TagClassName
{
border-color: #B15292;
}
</style>