#BE5492

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

Shades of Mulberry #BE5492

Tints of Mulberry #BE5492

Color information

#BE5492 (or 0xBE5492) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 92. RGB value is (190,84,146). Sum of RGB (Red+Green+Blue) = 190+84+146=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5492 is #41AB6D. Grayscale: #7A7A7A. Windows color (decimal): -4303726 or 9589950. OLE color: 9589950.

HSL color Cylindrical-coordinate representation of color #BE5492: hue angle of 324.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5492 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19084146-
CMYK00.560.230.25
HSL324.91º44.92%53.73%-
HSV(B)324.91º55.79%74.51%-
XYZ29.5919.3629.37-
YUV122.76141.12175.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=45.24%
G=20%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908414600.560.230.25324.9144.9253.73
HexBE549203817191452d36
Octal27612422207027315055566
Binary1011111010101001001001001110001011111001101000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5492; }

 p { color: rgb(190,84,146); }

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

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

 a { background-color: rgb(190,84,146); }

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

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

 span { border-color: rgb(190,84,146); }

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