#B45A87

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

Shades of Mulberry #B45A87

Tints of Mulberry #B45A87

Color information

#B45A87 (or 0xB45A87) is unknown color: approx Mulberry. HEX triplet: B4, 5A and 87. RGB value is (180,90,135). Sum of RGB (Red+Green+Blue) = 180+90+135=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A87 is #4BA578. Grayscale: #797979. Windows color (decimal): -4957561 or 8870580. OLE color: 8870580.

HSL color Cylindrical-coordinate representation of color #B45A87: hue angle of 330º 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 #B45A87 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18090135-
CMYK00.500.250.29
HSL330º37.5%52.94%-
HSV(B)330º50%70.59%-
XYZ26.8518.7625.13-
YUV122.04135.32169.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809013500.500.250.2933037.552.94
HexB45A87032191D14a2635
Octal26413220706231355124665
Binary1011010010110101000011101100101100111101101001010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A87; }

 p { color: rgb(180,90,135); }

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

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

 a { background-color: rgb(180,90,135); }

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

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

 span { border-color: rgb(180,90,135); }

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