Color Hex Logo

#be542e Color Hex

#BE542E
(190,84,46)
0 Favorites   0 Comments

Color spaces of #be542e

RGB 1908446
HSL0.040.610.46
HSV16°76°75°
CMYK 0.000.560.76   0.25
XYZ24.898717.48514.6474
Yxy17.48510.52940.3718
Hunter Lab41.815233.110622.6811
CIE-Lab48.865540.333141.9420

#be542e color RGB value is (190,84,46).

#be542e hex color red value is 190, green value is 84 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be542e hue: 0.04 , saturation: 0.61 and the lightness value of be542e is 0.46.

The process color (four color CMYK) of #be542e color hex is 0.00, 0.56, 0.76, 0.25. Web safe color of #be542e is #cc6633. Color #be542e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 00101110
Octal 276 124 56
Decimal 190 84 46
Hex BE 54 2E

RGB Percentages of Color #be542e

%59.38
%26.25
%14.38

CMYK Percentages of Color #be542e

%0
%56
%76
%25

Triadic Colors of #be542e

#be542e #2ebe54 #542ebe

Analogous Colors of #be542e

#be542e #be9c2e #be2e50

Monochromatic Colors of #be542e

#be542e

Complementary Color

#be542e #2e98be

#be542e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be542e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be542e Color CSS Codes

.mybgcolor {background-color:#be542e; } 
.myforecolor {color:#be542e; }
.mybordercolor {border:3px solid #be542e; }

#be542e Text Font Color

<p style="color:#be542e">Text here</p>

This sample text font color is #be542e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be542e Background Color

<div style="background-color:#be542e">
Div content here</div>

This div background color is #be542e


#be542e Border Color

<div style="border:3px solid #be542e">
Div here</div>

This div border color is #be542e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,84,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be542e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be542e;
  -webkit-box-shadow: 1px 1px 3px 2px #be542e;
  box-shadow:         1px 1px 3px 2px #be542e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,84,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be542e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be542e;
  -webkit-box-shadow: 1px 1px 3px 2px #be542e;
  box-shadow:         1px 1px 3px 2px #be542e;">
Div content here</div>

This div box has shadow with color #be542e


Comments

No comments written yet.

Please login to write comment.