#B86191

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

Shades of Mulberry #B86191

Tints of Mulberry #B86191

Color information

#B86191 (or 0xB86191) is unknown color: approx Mulberry. HEX triplet: B8, 61 and 91. RGB value is (184,97,145). Sum of RGB (Red+Green+Blue) = 184+97+145=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B86191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86191 is #479E6E. Grayscale: #808080. Windows color (decimal): -4693615 or 9527736. OLE color: 9527736.

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

Color convert

RGB18497145-
CMYK00.470.210.28
HSL326.9º37.99%55.1%-
HSV(B)326.9º47.28%72.16%-
XYZ29.1520.7829.26-
YUV128.49137.32167.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=43.19%
G=22.77%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849714500.470.210.28326.937.9955.1
HexB8619102F151C1472637
Octal27014122105725345074667
Binary1011100011000011001000101011111010111100101000111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86191; }

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

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

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

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

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

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

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

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