#B86096

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

Shades of Mulberry #B86096

Tints of Mulberry #B86096

Color information

#B86096 (or 0xB86096) is unknown color: approx Mulberry. HEX triplet: B8, 60 and 96. RGB value is (184,96,150). Sum of RGB (Red+Green+Blue) = 184+96+150=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B86096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86096 is #479F69. Grayscale: #808080. Windows color (decimal): -4693866 or 9855160. OLE color: 9855160.

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

Color convert

RGB18496150-
CMYK00.480.180.28
HSL323.18º38.26%54.9%-
HSV(B)323.18º47.83%72.16%-
XYZ29.4620.7631.31-
YUV128.47140.15167.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=42.79%
G=22.33%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849615000.480.180.28323.1838.2654.9
HexB86096030121C1432637
Octal27014022606022345034667
Binary1011100011000001001011001100001001011100101000011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86096; }

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

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

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

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

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

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

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

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