#BE4396

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

Shades of Mulberry #BE4396

Tints of Mulberry #BE4396

Color information

#BE4396 (or 0xBE4396) is unknown color: approx Mulberry. HEX triplet: BE, 43 and 96. RGB value is (190,67,150). Sum of RGB (Red+Green+Blue) = 190+67+150=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4396 is #41BC69. Grayscale: #717171. Windows color (decimal): -4308074 or 9847742. OLE color: 9847742.

HSL color Cylindrical-coordinate representation of color #BE4396: hue angle of 319.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4396 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19067150-
CMYK00.650.210.25
HSL319.51º48.62%50.39%-
HSV(B)319.51º64.74%74.51%-
XYZ28.7517.1630.65-
YUV113.24148.75182.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 67 (26.56% from 255) = 16.46%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=46.68%
G=16.46%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906715000.650.210.25319.5148.6250.39
HexBE439604115191403132
Octal276103226010125315006162
Binary10111110100001110010110010000011010111001101000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4396; }

 p { color: rgb(190,67,150); }

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

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

 a { background-color: rgb(190,67,150); }

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

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

 span { border-color: rgb(190,67,150); }

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