#B64C86

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

Shades of Mulberry #B64C86

Tints of Mulberry #B64C86

Color information

#B64C86 (or 0xB64C86) is unknown color: approx Mulberry. HEX triplet: B6, 4C and 86. RGB value is (182,76,134). Sum of RGB (Red+Green+Blue) = 182+76+134=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C86 is #49B379. Grayscale: #727272. Windows color (decimal): -4830074 or 8801462. OLE color: 8801462.

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

Color convert

RGB18276134-
CMYK00.580.260.29
HSL327.17º42.06%50.59%-
HSV(B)327.17º58.24%71.37%-
XYZ26.1816.8424.42-
YUV114.31139.12176.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=46.43%
G=19.39%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827613400.580.260.29327.1742.0650.59
HexB64C8603A1A1D1472a33
Octal26611420607232355075263
Binary1011011010011001000011001110101101011101101000111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C86; }

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

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

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

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

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

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

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

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