#B64688

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

Shades of Mulberry #B64688

Tints of Mulberry #B64688

Color information

#B64688 (or 0xB64688) is unknown color: approx Mulberry. HEX triplet: B6, 46 and 88. RGB value is (182,70,136). Sum of RGB (Red+Green+Blue) = 182+70+136=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B64688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64688 is #49B977. Grayscale: #6E6E6E. Windows color (decimal): -4831608 or 8930998. OLE color: 8930998.

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

Color convert

RGB18270136-
CMYK00.620.250.29
HSL324.64º44.44%49.41%-
HSV(B)324.64º61.54%71.37%-
XYZ25.9316.125.03-
YUV111.01142.11178.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=46.91%
G=18.04%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827013600.620.250.29324.6444.4449.41
HexB6468803E191D1452c31
Octal26610621007631355055461
Binary1011011010001101000100001111101100111101101000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64688; }

 p { color: rgb(182,70,136); }

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

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

 a { background-color: rgb(182,70,136); }

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

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

 span { border-color: rgb(182,70,136); }

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