#B45D90

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

Shades of Mulberry #B45D90

Tints of Mulberry #B45D90

Color information

#B45D90 (or 0xB45D90) is unknown color: approx Mulberry. HEX triplet: B4, 5D and 90. RGB value is (180,93,144). Sum of RGB (Red+Green+Blue) = 180+93+144=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D90 is #4BA26F. Grayscale: #7C7C7C. Windows color (decimal): -4956784 or 9461172. OLE color: 9461172.

HSL color Cylindrical-coordinate representation of color #B45D90: hue angle of 324.83º degrees, saturation: 0.37, 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 #B45D90 is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB18093144-
CMYK00.480.20.29
HSL324.83º36.71%53.53%-
HSV(B)324.83º48.33%70.59%-
XYZ27.7719.5528.69-
YUV124.83138.82167.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=43.17%
G=22.30%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809314400.480.20.29324.8336.7153.53
HexB45D90030141D1452536
Octal26413522006024355054566
Binary1011010010111011001000001100001010011101101000101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D90; }

 p { color: rgb(180,93,144); }

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

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

 a { background-color: rgb(180,93,144); }

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

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

 span { border-color: rgb(180,93,144); }

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