#B64683

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

Shades of Mulberry #B64683

Tints of Mulberry #B64683

Color information

#B64683 (or 0xB64683) is unknown color: approx Mulberry. HEX triplet: B6, 46 and 83. RGB value is (182,70,131). Sum of RGB (Red+Green+Blue) = 182+70+131=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64683 is #49B97C. Grayscale: #6E6E6E. Windows color (decimal): -4831613 or 8603318. OLE color: 8603318.

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

Color convert

RGB18270131-
CMYK00.620.280.29
HSL327.32º44.44%49.41%-
HSV(B)327.32º61.54%71.37%-
XYZ25.5815.9623.21-
YUV110.44139.61179.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=47.52%
G=18.28%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827013100.620.280.29327.3244.4449.41
HexB6468303E1C1D1472c31
Octal26610620307634355075461
Binary1011011010001101000001101111101110011101101000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64683; }

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

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

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

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

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

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

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

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