#B45A85

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

Shades of Mulberry #B45A85

Tints of Mulberry #B45A85

Color information

#B45A85 (or 0xB45A85) is unknown color: approx Mulberry. HEX triplet: B4, 5A and 85. RGB value is (180,90,133). Sum of RGB (Red+Green+Blue) = 180+90+133=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A85 is #4BA57A. Grayscale: #797979. Windows color (decimal): -4957563 or 8739508. OLE color: 8739508.

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

Color convert

RGB18090133-
CMYK00.500.260.29
HSL331.33º37.5%52.94%-
HSV(B)331.33º50%70.59%-
XYZ26.7118.7124.39-
YUV121.81134.32169.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=44.67%
G=22.33%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809013300.500.260.29331.3337.552.94
HexB45A850321A1D14b2635
Octal26413220506232355134665
Binary1011010010110101000010101100101101011101101001011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A85; }

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

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

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

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

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

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

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

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