Shades of Mulberry #B05192
Tints of Mulberry #B05192
RGB
CMYK
RGB Variations
Color information
#B05192 (or 0xB05192) is known color: Mulberry. HEX triplet: B0, 51 and 92. RGB value is (176,81,146). Sum of RGB (Red+Green+Blue) = 176+81+146=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B05192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05192 is #4FAE6D. Grayscale: #747474. Windows color (decimal): -5221998 or 9589168. OLE color: 9589168.
HSL color Cylindrical-coordinate representation of color #B05192: hue angle of 318.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05192 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 146 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.31 |
| HSL | 318.95º | 0.38% | 0.5% | - |
| HSV(B) | 318.95º | 0.54% | 0.69% | - |
| XYZ | 26.04 | 17.19 | 29.14 | - |
| YUV | 116.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 146 | 0 | 0.54 | 0.17 | 0.31 | 318.95 | 0.38 | 0.5 |
| Hex | B0 | 51 | 92 | 0 | 36 | 11 | 1F | 13F | 26 | 32 |
| Octal | 260 | 121 | 222 | 0 | 66 | 21 | 37 | 477 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10010010 | 0 | 110110 | 10001 | 11111 | 100111111 | 100110 | 110010 |
Color Harmonies of #B05192
Complementary color
Monochromatic Colors of #B05192
Black with #B05192
Text Example
Text Example
White with #B05192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05192; }
p { color: rgb(176,81,146); }
H1.HeaderClassName
{
color: #B05192;
}
.AnyTagClassName
{
color: #B05192;
}
</style>
background-color css
<style>
a { background-color: #B05192; }
a { background-color: rgb(176,81,146); }
div.DivClassName
{
background-color: #B05192;
}
.BgClassName
{
background-color: #B05192;
}
</style>
border-color css
<style>
span { border-color: #B05192; }
span { border-color: rgb(176,81,146); }
td.TdClassName
{
border-color: #B05192;
}
.TagClassName
{
border-color: #B05192;
}
</style>