#B45A96

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

Shades of Mulberry #B45A96

Tints of Mulberry #B45A96

Color information

#B45A96 (or 0xB45A96) is unknown color: approx Mulberry. HEX triplet: B4, 5A and 96. RGB value is (180,90,150). Sum of RGB (Red+Green+Blue) = 180+90+150=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A96 is #4BA569. Grayscale: #7B7B7B. Windows color (decimal): -4957546 or 9853620. OLE color: 9853620.

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

Color convert

RGB18090150-
CMYK00.500.170.29
HSL320º37.5%52.94%-
HSV(B)320º50%70.59%-
XYZ27.9819.2231.09-
YUV123.75142.82168.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809015000.500.170.2932037.552.94
HexB45A96032111D1402635
Octal26413222606221355004665
Binary1011010010110101001011001100101000111101101000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A96; }

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

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

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

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

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

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

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

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