#B64D82

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

Shades of Mulberry #B64D82

Tints of Mulberry #B64D82

Color information

#B64D82 (or 0xB64D82) is unknown color: approx Mulberry. HEX triplet: B6, 4D and 82. RGB value is (182,77,130). Sum of RGB (Red+Green+Blue) = 182+77+130=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D82 is #49B27D. Grayscale: #727272. Windows color (decimal): -4829822 or 8539574. OLE color: 8539574.

HSL color Cylindrical-coordinate representation of color #B64D82: hue angle of 329.71º 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 #B64D82 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18277130-
CMYK00.580.290.29
HSL329.71º41.83%50.78%-
HSV(B)329.71º57.69%71.37%-
XYZ25.9716.8623.01-
YUV114.44136.79176.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=46.79%
G=19.79%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827713000.580.290.29329.7141.8350.78
HexB64D8203A1D1D14a2a33
Octal26611520207235355125263
Binary1011011010011011000001001110101110111101101001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D82; }

 p { color: rgb(182,77,130); }

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

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

 a { background-color: rgb(182,77,130); }

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

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

 span { border-color: rgb(182,77,130); }

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