#BE538E

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

Shades of Mulberry #BE538E

Tints of Mulberry #BE538E

Color information

#BE538E (or 0xBE538E) is unknown color: approx Mulberry. HEX triplet: BE, 53 and 8E. RGB value is (190,83,142). Sum of RGB (Red+Green+Blue) = 190+83+142=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE538E is #41AC71. Grayscale: #797979. Windows color (decimal): -4303986 or 9327550. OLE color: 9327550.

HSL color Cylindrical-coordinate representation of color #BE538E: hue angle of 326.92º 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 #BE538E is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19083142-
CMYK00.560.250.25
HSL326.92º45.15%53.53%-
HSV(B)326.92º56.32%74.51%-
XYZ29.2119.0927.74-
YUV121.72139.45176.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=45.78%
G=20%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908314200.560.250.25326.9245.1553.53
HexBE538E03819191472d36
Octal27612321607031315075566
Binary1011111010100111000111001110001100111001101000111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE538E; }

 p { color: rgb(190,83,142); }

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

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

 a { background-color: rgb(190,83,142); }

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

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

 span { border-color: rgb(190,83,142); }

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