#b45b85

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

Shades of Mulberry #B45B85

Tints of Mulberry #B45B85

Color information

#B45B85 (or 0xB45B85) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 85. RGB value is (180,91,133). Sum of RGB (Red+Green+Blue) = 180+91+133=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B85 is #4BA47A. Grayscale: #7A7A7A. Windows color (decimal): -4957307 or 8739764. OLE color: 8739764.

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

Color convert

RGB18091133-
CMYK00.490.260.29
HSL331.69º37.24%53.14%-
HSV(B)331.69º49.44%70.59%-
XYZ26.818.8824.42-
YUV122.4133.99169.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=44.55%
G=22.52%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809113300.490.260.29331.6937.2453.14
HexB45B850311A1D14c2535
Octal26413320506132355144565
Binary1011010010110111000010101100011101011101101001100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45b85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45b85; }

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

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

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

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

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

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

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

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