#B45989

Color #B45989 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B45989

Tints of Mulberry #B45989

Color information

#B45989 (or 0xB45989) is unknown color: approx Mulberry. HEX triplet: B4, 59 and 89. RGB value is (180,89,137). Sum of RGB (Red+Green+Blue) = 180+89+137=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B45989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45989 is #4BA676. Grayscale: #797979. Windows color (decimal): -4957815 or 9001396. OLE color: 9001396.

HSL color Cylindrical-coordinate representation of color #B45989: hue angle of 328.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B45989 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18089137-
CMYK00.510.240.29
HSL328.35º37.76%52.75%-
HSV(B)328.35º50.56%70.59%-
XYZ26.9118.6525.85-
YUV121.68136.65169.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=44.33%
G=21.92%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808913700.510.240.29328.3537.7652.75
HexB45989033181D1482635
Octal26413121106330355104665
Binary1011010010110011000100101100111100011101101001000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45989; }

 p { color: rgb(180,89,137); }

 H1.HeaderClassName
 {
   color: #B45989;
 }
 .AnyTagClassName
 {
   color: #B45989;
 }
</style>
background-color css

<style>
 a { background-color: #B45989; }

 a { background-color: rgb(180,89,137); }

 div.DivClassName
 {
   background-color: #B45989;
 }
 .BgClassName
 {
   background-color: #B45989;
 }
</style>
border-color css

<style>
 span { border-color: #B45989; }

 span { border-color: rgb(180,89,137); }

 td.TdClassName
 {
   border-color: #B45989;
 }
 .TagClassName
 {
   border-color: #B45989;
 }
</style>