Shades of Mulberry #B45592
Tints of Mulberry #B45592
RGB
CMYK
RGB Variations
Color information
#B45592 (or 0xB45592) is known color: Mulberry. HEX triplet: B4, 55 and 92. RGB value is (180,85,146). Sum of RGB (Red+Green+Blue) = 180+85+146=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45592 is #4BAA6D. Grayscale: #787878. Windows color (decimal): -4958830 or 9590196. OLE color: 9590196.
HSL color Cylindrical-coordinate representation of color #B45592: hue angle of 321.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45592 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 146 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.29 |
| HSL | 321.47º | 0.39% | 0.52% | - |
| HSV(B) | 321.47º | 0.53% | 0.71% | - |
| XYZ | 27.26 | 18.28 | 29.28 | - |
| YUV | 120.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 146 | 0 | 0.53 | 0.19 | 0.29 | 321.47 | 0.39 | 0.52 |
| Hex | B4 | 55 | 92 | 0 | 35 | 13 | 1D | 141 | 27 | 34 |
| Octal | 264 | 125 | 222 | 0 | 65 | 23 | 35 | 501 | 47 | 64 |
| Binary | 10110100 | 1010101 | 10010010 | 0 | 110101 | 10011 | 11101 | 101000001 | 100111 | 110100 |
Color Harmonies of #B45592
Complementary color
Monochromatic Colors of #B45592
Black with #B45592
Text Example
Text Example
White with #B45592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45592; }
p { color: rgb(180,85,146); }
H1.HeaderClassName
{
color: #B45592;
}
.AnyTagClassName
{
color: #B45592;
}
</style>
background-color css
<style>
a { background-color: #B45592; }
a { background-color: rgb(180,85,146); }
div.DivClassName
{
background-color: #B45592;
}
.BgClassName
{
background-color: #B45592;
}
</style>
border-color css
<style>
span { border-color: #B45592; }
span { border-color: rgb(180,85,146); }
td.TdClassName
{
border-color: #B45592;
}
.TagClassName
{
border-color: #B45592;
}
</style>