#B85096

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

Shades of Mulberry #B85096

Tints of Mulberry #B85096

Color information

#B85096 (or 0xB85096) is unknown color: approx Mulberry. HEX triplet: B8, 50 and 96. RGB value is (184,80,150). Sum of RGB (Red+Green+Blue) = 184+80+150=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85096 is #47AF69. Grayscale: #767676. Windows color (decimal): -4697962 or 9851064. OLE color: 9851064.

HSL color Cylindrical-coordinate representation of color #B85096: hue angle of 319.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85096 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18480150-
CMYK00.570.180.28
HSL319.62º42.28%51.76%-
HSV(B)319.62º56.52%72.16%-
XYZ28.1418.1330.87-
YUV119.08145.46174.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=44.44%
G=19.32%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848015000.570.180.28319.6242.2851.76
HexB85096039121C1402a34
Octal27012022607122345005264
Binary1011100010100001001011001110011001011100101000000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85096; }

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

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

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

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

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

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

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

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