#B64999

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

Shades of Mulberry #B64999

Tints of Mulberry #B64999

Color information

#B64999 (or 0xB64999) is unknown color: approx Mulberry. HEX triplet: B6, 49 and 99. RGB value is (182,73,153). Sum of RGB (Red+Green+Blue) = 182+73+153=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B64999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64999 is #49B666. Grayscale: #727272. Windows color (decimal): -4830823 or 10045878. OLE color: 10045878.

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

Color convert

RGB18273153-
CMYK00.600.160.29
HSL315.96º42.75%50%-
HSV(B)315.96º59.89%71.37%-
XYZ27.4217.0131.97-
YUV114.71149.61176-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=44.61%
G=17.89%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827315300.600.160.29315.9642.7550
HexB6499903C101D13c2b32
Octal26611123107420354745362
Binary1011011010010011001100101111001000011101100111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64999; }

 p { color: rgb(182,73,153); }

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

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

 a { background-color: rgb(182,73,153); }

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

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

 span { border-color: rgb(182,73,153); }

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