#B86294

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

Shades of Mulberry #B86294

Tints of Mulberry #B86294

Color information

#B86294 (or 0xB86294) is unknown color: approx Mulberry. HEX triplet: B8, 62 and 94. RGB value is (184,98,148). Sum of RGB (Red+Green+Blue) = 184+98+148=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B86294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86294 is #479D6B. Grayscale: #818181. Windows color (decimal): -4693356 or 9724600. OLE color: 9724600.

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

Color convert

RGB18498148-
CMYK00.470.200.28
HSL325.12º37.72%55.29%-
HSV(B)325.12º46.74%72.16%-
XYZ29.4821.0630.53-
YUV129.41138.49166.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=42.79%
G=22.79%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849814800.470.200.28325.1237.7255.29
HexB8629402F141C1452637
Octal27014222405724345054667
Binary1011100011000101001010001011111010011100101000101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86294; }

 p { color: rgb(184,98,148); }

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

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

 a { background-color: rgb(184,98,148); }

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

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

 span { border-color: rgb(184,98,148); }

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