Shades of Mulberry #B05185
Tints of Mulberry #B05185
RGB
CMYK
RGB Variations
Color information
#B05185 (or 0xB05185) is known color: Mulberry. HEX triplet: B0, 51 and 85. RGB value is (176,81,133). Sum of RGB (Red+Green+Blue) = 176+81+133=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B05185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05185 is #4FAE7A. Grayscale: #737373. Windows color (decimal): -5222011 or 8737200. OLE color: 8737200.
HSL color Cylindrical-coordinate representation of color #B05185: hue angle of 327.16º 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 #B05185 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 133 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.31 |
| HSL | 327.16º | 0.38% | 0.5% | - |
| HSV(B) | 327.16º | 0.54% | 0.69% | - |
| XYZ | 25.08 | 16.81 | 24.11 | - |
| YUV | 115.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 133 | 0 | 0.54 | 0.24 | 0.31 | 327.16 | 0.38 | 0.5 |
| Hex | B0 | 51 | 85 | 0 | 36 | 18 | 1F | 147 | 26 | 32 |
| Octal | 260 | 121 | 205 | 0 | 66 | 30 | 37 | 507 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10000101 | 0 | 110110 | 11000 | 11111 | 101000111 | 100110 | 110010 |
Color Harmonies of #B05185
Complementary color
Monochromatic Colors of #B05185
Black with #B05185
Text Example
Text Example
White with #B05185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05185; }
p { color: rgb(176,81,133); }
H1.HeaderClassName
{
color: #B05185;
}
.AnyTagClassName
{
color: #B05185;
}
</style>
background-color css
<style>
a { background-color: #B05185; }
a { background-color: rgb(176,81,133); }
div.DivClassName
{
background-color: #B05185;
}
.BgClassName
{
background-color: #B05185;
}
</style>
border-color css
<style>
span { border-color: #B05185; }
span { border-color: rgb(176,81,133); }
td.TdClassName
{
border-color: #B05185;
}
.TagClassName
{
border-color: #B05185;
}
</style>