#B85590

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

Shades of Mulberry #B85590

Tints of Mulberry #B85590

Color information

#B85590 (or 0xB85590) is unknown color: approx Mulberry. HEX triplet: B8, 55 and 90. RGB value is (184,85,144). Sum of RGB (Red+Green+Blue) = 184+85+144=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B85590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85590 is #47AA6F. Grayscale: #797979. Windows color (decimal): -4696688 or 9459128. OLE color: 9459128.

HSL color Cylindrical-coordinate representation of color #B85590: hue angle of 324.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85590 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18485144-
CMYK00.540.220.28
HSL324.24º41.08%52.75%-
HSV(B)324.24º53.8%72.16%-
XYZ28.0518.728.52-
YUV121.33140.8172.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=44.55%
G=20.58%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848514400.540.220.28324.2441.0852.75
HexB85590036161C1442935
Octal27012522006626345045165
Binary1011100010101011001000001101101011011100101000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85590; }

 p { color: rgb(184,85,144); }

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

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

 a { background-color: rgb(184,85,144); }

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

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

 span { border-color: rgb(184,85,144); }

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