Shades of Mulberry #B45A96
Tints of Mulberry #B45A96
RGB
CMYK
RGB Variations
Color information
#B45A96 (or 0xB45A96) is known color: Mulberry. HEX triplet: B4, 5A and 96. RGB value is (180,90,150). Sum of RGB (Red+Green+Blue) = 180+90+150=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A96 is #4BA569. Grayscale: #7B7B7B. Windows color (decimal): -4957546 or 9853620. OLE color: 9853620.
HSL color Cylindrical-coordinate representation of color #B45A96: hue angle of 320º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A96 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 150 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.29 |
| HSL | 320º | 0.38% | 0.53% | - |
| HSV(B) | 320º | 0.5% | 0.71% | - |
| XYZ | 27.98 | 19.22 | 31.09 | - |
| YUV | 123.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 150 | 0 | 0.50 | 0.17 | 0.29 | 320 | 0.38 | 0.53 |
| Hex | B4 | 5A | 96 | 0 | 32 | 11 | 1D | 140 | 26 | 35 |
| Octal | 264 | 132 | 226 | 0 | 62 | 21 | 35 | 500 | 46 | 65 |
| Binary | 10110100 | 1011010 | 10010110 | 0 | 110010 | 10001 | 11101 | 101000000 | 100110 | 110101 |
Color Harmonies of #B45A96
Complementary color
Monochromatic Colors of #B45A96
Black with #B45A96
Text Example
Text Example
White with #B45A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A96; }
p { color: rgb(180,90,150); }
H1.HeaderClassName
{
color: #B45A96;
}
.AnyTagClassName
{
color: #B45A96;
}
</style>
background-color css
<style>
a { background-color: #B45A96; }
a { background-color: rgb(180,90,150); }
div.DivClassName
{
background-color: #B45A96;
}
.BgClassName
{
background-color: #B45A96;
}
</style>
border-color css
<style>
span { border-color: #B45A96; }
span { border-color: rgb(180,90,150); }
td.TdClassName
{
border-color: #B45A96;
}
.TagClassName
{
border-color: #B45A96;
}
</style>