#B64395

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

Shades of Mulberry #B64395

Tints of Mulberry #B64395

Color information

#B64395 (or 0xB64395) is unknown color: approx Mulberry. HEX triplet: B6, 43 and 95. RGB value is (182,67,149). Sum of RGB (Red+Green+Blue) = 182+67+149=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64395 is #49BC6A. Grayscale: #6E6E6E. Windows color (decimal): -4832363 or 9782198. OLE color: 9782198.

HSL color Cylindrical-coordinate representation of color #B64395: hue angle of 317.22º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64395 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18267149-
CMYK00.630.180.29
HSL317.22º46.18%48.82%-
HSV(B)317.22º63.19%71.37%-
XYZ26.7216.1330.14-
YUV110.73149.6178.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=45.73%
G=16.83%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826714900.630.180.29317.2246.1848.82
HexB6439503F121D13d2e31
Octal26610322507722354755661
Binary1011011010000111001010101111111001011101100111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64395; }

 p { color: rgb(182,67,149); }

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

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

 a { background-color: rgb(182,67,149); }

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

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

 span { border-color: rgb(182,67,149); }

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