#B45689

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

Shades of Mulberry #B45689

Tints of Mulberry #B45689

Color information

#B45689 (or 0xB45689) is unknown color: approx Mulberry. HEX triplet: B4, 56 and 89. RGB value is (180,86,137). Sum of RGB (Red+Green+Blue) = 180+86+137=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B45689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45689 is #4BA976. Grayscale: #777777. Windows color (decimal): -4958583 or 9000628. OLE color: 9000628.

HSL color Cylindrical-coordinate representation of color #B45689: hue angle of 327.45º degrees, saturation: 0.39, 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 #B45689 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18086137-
CMYK00.520.240.29
HSL327.45º38.52%52.16%-
HSV(B)327.45º52.22%70.59%-
XYZ26.6718.1725.77-
YUV119.92137.64170.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=44.67%
G=21.34%
B=34.00%

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
Decimal1808613700.520.240.29327.4538.5252.16
HexB45689034181D1472734
Octal26412621106430355074764
Binary1011010010101101000100101101001100011101101000111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45689; }

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

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

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

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

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

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

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

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