#B45789

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

Shades of Mulberry #B45789

Tints of Mulberry #B45789

Color information

#B45789 (or 0xB45789) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 89. RGB value is (180,87,137). Sum of RGB (Red+Green+Blue) = 180+87+137=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B45789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45789 is #4BA876. Grayscale: #787878. Windows color (decimal): -4958327 or 9000884. OLE color: 9000884.

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

Color convert

RGB18087137-
CMYK00.520.240.29
HSL327.74º38.27%52.35%-
HSV(B)327.74º51.67%70.59%-
XYZ26.7518.3325.79-
YUV120.51137.31170.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=44.55%
G=21.53%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808713700.520.240.29327.7438.2752.35
HexB45789034181D1482634
Octal26412721106430355104664
Binary1011010010101111000100101101001100011101101001000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45789; }

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

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

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

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

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

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

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

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