Shades of Mulberry #B15092
Tints of Mulberry #B15092
RGB
CMYK
RGB Variations
Color information
#B15092 (or 0xB15092) is known color: Mulberry. HEX triplet: B1, 50 and 92. RGB value is (177,80,146). Sum of RGB (Red+Green+Blue) = 177+80+146=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B15092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15092 is #4EAF6D. Grayscale: #747474. Windows color (decimal): -5156718 or 9588913. OLE color: 9588913.
HSL color Cylindrical-coordinate representation of color #B15092: hue angle of 319.18º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15092 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 146 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.31 |
| HSL | 319.18º | 0.38% | 0.5% | - |
| HSV(B) | 319.18º | 0.55% | 0.69% | - |
| XYZ | 26.19 | 17.16 | 29.13 | - |
| YUV | 116.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 146 | 0 | 0.55 | 0.18 | 0.31 | 319.18 | 0.38 | 0.5 |
| Hex | B1 | 50 | 92 | 0 | 37 | 12 | 1F | 13F | 26 | 32 |
| Octal | 261 | 120 | 222 | 0 | 67 | 22 | 37 | 477 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10010010 | 0 | 110111 | 10010 | 11111 | 100111111 | 100110 | 110010 |
Color Harmonies of #B15092
Complementary color
Monochromatic Colors of #B15092
Black with #B15092
Text Example
Text Example
White with #B15092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15092; }
p { color: rgb(177,80,146); }
H1.HeaderClassName
{
color: #B15092;
}
.AnyTagClassName
{
color: #B15092;
}
</style>
background-color css
<style>
a { background-color: #B15092; }
a { background-color: rgb(177,80,146); }
div.DivClassName
{
background-color: #B15092;
}
.BgClassName
{
background-color: #B15092;
}
</style>
border-color css
<style>
span { border-color: #B15092; }
span { border-color: rgb(177,80,146); }
td.TdClassName
{
border-color: #B15092;
}
.TagClassName
{
border-color: #B15092;
}
</style>