#B86199

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

Shades of Mulberry #B86199

Tints of Mulberry #B86199

Color information

#B86199 (or 0xB86199) is unknown color: approx Mulberry. HEX triplet: B8, 61 and 99. RGB value is (184,97,153). Sum of RGB (Red+Green+Blue) = 184+97+153=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B86199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86199 is #479E66. Grayscale: #818181. Windows color (decimal): -4693607 or 10052024. OLE color: 10052024.

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

Color convert

RGB18497153-
CMYK00.470.170.28
HSL321.38º37.99%55.1%-
HSV(B)321.38º47.28%72.16%-
XYZ29.7921.0432.63-
YUV129.4141.32166.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=42.40%
G=22.35%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849715300.470.170.28321.3837.9955.1
HexB8619902F111C1412637
Octal27014123105721345014667
Binary1011100011000011001100101011111000111100101000001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86199; }

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

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

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

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

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

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

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

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