#B64686

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

Shades of Mulberry #B64686

Tints of Mulberry #B64686

Color information

#B64686 (or 0xB64686) is unknown color: approx Mulberry. HEX triplet: B6, 46 and 86. RGB value is (182,70,134). Sum of RGB (Red+Green+Blue) = 182+70+134=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64686 is #49B979. Grayscale: #6E6E6E. Windows color (decimal): -4831610 or 8799926. OLE color: 8799926.

HSL color Cylindrical-coordinate representation of color #B64686: hue angle of 325.71º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64686 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18270134-
CMYK00.620.260.29
HSL325.71º44.44%49.41%-
HSV(B)325.71º61.54%71.37%-
XYZ25.7816.0524.29-
YUV110.78141.11178.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=47.15%
G=18.13%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827013400.620.260.29325.7144.4449.41
HexB6468603E1A1D1462c31
Octal26610620607632355065461
Binary1011011010001101000011001111101101011101101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64686; }

 p { color: rgb(182,70,134); }

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

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

 a { background-color: rgb(182,70,134); }

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

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

 span { border-color: rgb(182,70,134); }

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