#B86190

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

Shades of Mulberry #B86190

Tints of Mulberry #B86190

Color information

#B86190 (or 0xB86190) is unknown color: approx Mulberry. HEX triplet: B8, 61 and 90. RGB value is (184,97,144). Sum of RGB (Red+Green+Blue) = 184+97+144=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B86190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86190 is #479E6F. Grayscale: #808080. Windows color (decimal): -4693616 or 9462200. OLE color: 9462200.

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

Color convert

RGB18497144-
CMYK00.470.220.28
HSL327.59º37.99%55.1%-
HSV(B)327.59º47.28%72.16%-
XYZ29.0820.7528.86-
YUV128.37136.82167.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=43.29%
G=22.82%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849714400.470.220.28327.5937.9955.1
HexB8619002F161C1482637
Octal27014122005726345104667
Binary1011100011000011001000001011111011011100101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86190; }

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

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

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

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

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

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

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

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