Shades of Mulberry #B45185
Tints of Mulberry #B45185
RGB
CMYK
RGB Variations
Color information
#B45185 (or 0xB45185) is known color: Mulberry. HEX triplet: B4, 51 and 85. RGB value is (180,81,133). Sum of RGB (Red+Green+Blue) = 180+81+133=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B45185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45185 is #4BAE7A. Grayscale: #747474. Windows color (decimal): -4959867 or 8737204. OLE color: 8737204.
HSL color Cylindrical-coordinate representation of color #B45185: hue angle of 328.48º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45185 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 133 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.29 |
| HSL | 328.48º | 0.4% | 0.51% | - |
| HSV(B) | 328.48º | 0.55% | 0.71% | - |
| XYZ | 26 | 17.28 | 24.16 | - |
| YUV | 116.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 133 | 0 | 0.55 | 0.26 | 0.29 | 328.48 | 0.4 | 0.51 |
| Hex | B4 | 51 | 85 | 0 | 37 | 1A | 1D | 148 | 28 | 33 |
| Octal | 264 | 121 | 205 | 0 | 67 | 32 | 35 | 510 | 50 | 63 |
| Binary | 10110100 | 1010001 | 10000101 | 0 | 110111 | 11010 | 11101 | 101001000 | 101000 | 110011 |
Color Harmonies of #B45185
Complementary color
Monochromatic Colors of #B45185
Black with #B45185
Text Example
Text Example
White with #B45185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45185; }
p { color: rgb(180,81,133); }
H1.HeaderClassName
{
color: #B45185;
}
.AnyTagClassName
{
color: #B45185;
}
</style>
background-color css
<style>
a { background-color: #B45185; }
a { background-color: rgb(180,81,133); }
div.DivClassName
{
background-color: #B45185;
}
.BgClassName
{
background-color: #B45185;
}
</style>
border-color css
<style>
span { border-color: #B45185; }
span { border-color: rgb(180,81,133); }
td.TdClassName
{
border-color: #B45185;
}
.TagClassName
{
border-color: #B45185;
}
</style>