#BE5096

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

Shades of Mulberry #BE5096

Tints of Mulberry #BE5096

Color information

#BE5096 (or 0xBE5096) is unknown color: approx Mulberry. HEX triplet: BE, 50 and 96. RGB value is (190,80,150). Sum of RGB (Red+Green+Blue) = 190+80+150=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5096 is #41AF69. Grayscale: #787878. Windows color (decimal): -4304746 or 9851070. OLE color: 9851070.

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

Color convert

RGB19080150-
CMYK00.580.210.25
HSL321.82º45.83%52.94%-
HSV(B)321.82º57.89%74.51%-
XYZ29.6118.8930.94-
YUV120.87144.44177.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=45.24%
G=19.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908015000.580.210.25321.8245.8352.94
HexBE509603A15191422e35
Octal27612022607225315025665
Binary1011111010100001001011001110101010111001101000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5096; }

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

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

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

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

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

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

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

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