#B64D83

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

Shades of Mulberry #B64D83

Tints of Mulberry #B64D83

Color information

#B64D83 (or 0xB64D83) is unknown color: approx Mulberry. HEX triplet: B6, 4D and 83. RGB value is (182,77,131). Sum of RGB (Red+Green+Blue) = 182+77+131=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D83 is #49B27C. Grayscale: #727272. Windows color (decimal): -4829821 or 8605110. OLE color: 8605110.

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

Color convert

RGB18277131-
CMYK00.580.280.29
HSL329.14º41.83%50.78%-
HSV(B)329.14º57.69%71.37%-
XYZ26.0416.8923.36-
YUV114.55137.29176.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=46.67%
G=19.74%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827713100.580.280.29329.1441.8350.78
HexB64D8303A1C1D1492a33
Octal26611520307234355115263
Binary1011011010011011000001101110101110011101101001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D83; }

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

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

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

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

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

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

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

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