#B64A82

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

Shades of Mulberry #B64A82

Tints of Mulberry #B64A82

Color information

#B64A82 (or 0xB64A82) is unknown color: approx Mulberry. HEX triplet: B6, 4A and 82. RGB value is (182,74,130). Sum of RGB (Red+Green+Blue) = 182+74+130=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64A82 is #49B57D. Grayscale: #707070. Windows color (decimal): -4830590 or 8538806. OLE color: 8538806.

HSL color Cylindrical-coordinate representation of color #B64A82: hue angle of 328.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A82 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18274130-
CMYK00.590.290.29
HSL328.89º42.52%50.2%-
HSV(B)328.89º59.34%71.37%-
XYZ25.7716.4522.94-
YUV112.68137.78177.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=47.15%
G=19.17%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827413000.590.290.29328.8942.5250.2
HexB64A8203B1D1D1492b32
Octal26611220207335355115362
Binary1011011010010101000001001110111110111101101001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A82; }

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

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

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

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

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

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

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

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