#B45E8C

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

Shades of Mulberry #B45E8C

Tints of Mulberry #B45E8C

Color information

#B45E8C (or 0xB45E8C) is unknown color: approx Mulberry. HEX triplet: B4, 5E and 8C. RGB value is (180,94,140). Sum of RGB (Red+Green+Blue) = 180+94+140=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E8C is #4BA173. Grayscale: #7C7C7C. Windows color (decimal): -4956532 or 9199284. OLE color: 9199284.

HSL color Cylindrical-coordinate representation of color #B45E8C: hue angle of 327.91º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45E8C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18094140-
CMYK00.480.220.29
HSL327.91º36.44%53.73%-
HSV(B)327.91º47.78%70.59%-
XYZ27.5619.627.14-
YUV124.96136.49167.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=43.48%
G=22.71%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809414000.480.220.29327.9136.4453.73
HexB45E8C030161D1482436
Octal26413621406026355104466
Binary1011010010111101000110001100001011011101101001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E8C; }

 p { color: rgb(180,94,140); }

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

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

 a { background-color: rgb(180,94,140); }

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

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

 span { border-color: rgb(180,94,140); }

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