#B64586

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

Shades of Mulberry #B64586

Tints of Mulberry #B64586

Color information

#B64586 (or 0xB64586) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 86. RGB value is (182,69,134). Sum of RGB (Red+Green+Blue) = 182+69+134=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B64586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64586 is #49BA79. Grayscale: #6E6E6E. Windows color (decimal): -4831866 or 8799670. OLE color: 8799670.

HSL color Cylindrical-coordinate representation of color #B64586: hue angle of 325.49º degrees, saturation: 0.45, 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 #B64586 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18269134-
CMYK00.620.260.29
HSL325.49º45.02%49.22%-
HSV(B)325.49º62.09%71.37%-
XYZ25.7215.9224.27-
YUV110.2141.44179.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=47.27%
G=17.92%
B=34.81%

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
Decimal1826913400.620.260.29325.4945.0249.22
HexB6458603E1A1D1452d31
Octal26610520607632355055561
Binary1011011010001011000011001111101101011101101000101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64586; }

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

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

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

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

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

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

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

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