#B85496

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

Shades of Mulberry #B85496

Tints of Mulberry #B85496

Color information

#B85496 (or 0xB85496) is unknown color: approx Mulberry. HEX triplet: B8, 54 and 96. RGB value is (184,84,150). Sum of RGB (Red+Green+Blue) = 184+84+150=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85496 is #47AB69. Grayscale: #797979. Windows color (decimal): -4696938 or 9852088. OLE color: 9852088.

HSL color Cylindrical-coordinate representation of color #B85496: hue angle of 320.4º 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 #B85496 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18484150-
CMYK00.540.180.28
HSL320.4º41.32%52.55%-
HSV(B)320.4º54.35%72.16%-
XYZ28.4418.7330.97-
YUV121.42144.13172.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=44.02%
G=20.10%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848415000.540.180.28320.441.3252.55
HexB85496036121C1402935
Octal27012422606622345005165
Binary1011100010101001001011001101101001011100101000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85496; }

 p { color: rgb(184,84,150); }

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

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

 a { background-color: rgb(184,84,150); }

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

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

 span { border-color: rgb(184,84,150); }

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