#B85690

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

Shades of Mulberry #B85690

Tints of Mulberry #B85690

Color information

#B85690 (or 0xB85690) is unknown color: approx Mulberry. HEX triplet: B8, 56 and 90. RGB value is (184,86,144). Sum of RGB (Red+Green+Blue) = 184+86+144=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85690 is #47A96F. Grayscale: #797979. Windows color (decimal): -4696432 or 9459384. OLE color: 9459384.

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

Color convert

RGB18486144-
CMYK00.530.220.28
HSL324.49º40.83%52.94%-
HSV(B)324.49º53.26%72.16%-
XYZ28.1318.8628.54-
YUV121.91140.47172.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 20.77%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=44.44%
G=20.77%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848614400.530.220.28324.4940.8352.94
HexB85690035161C1442935
Octal27012622006526345045165
Binary1011100010101101001000001101011011011100101000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85690; }

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

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

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

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

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

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

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

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