#BE4896

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

Shades of Mulberry #BE4896

Tints of Mulberry #BE4896

Color information

#BE4896 (or 0xBE4896) is unknown color: approx Mulberry. HEX triplet: BE, 48 and 96. RGB value is (190,72,150). Sum of RGB (Red+Green+Blue) = 190+72+150=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4896 is #41B769. Grayscale: #737373. Windows color (decimal): -4306794 or 9849022. OLE color: 9849022.

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

Color convert

RGB19072150-
CMYK00.620.210.25
HSL320.34º47.58%51.37%-
HSV(B)320.34º62.11%74.51%-
XYZ29.0617.7830.76-
YUV116.17147.09180.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=46.12%
G=17.48%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907215000.620.210.25320.3447.5851.37
HexBE489603E15191403033
Octal27611022607625315006063
Binary1011111010010001001011001111101010111001101000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4896; }

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

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

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

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

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

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

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

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