Color Hex Logo

#be942e Color Hex

#BE942E
(190,148,46)
0 Favorites   0 Comments

Color spaces of #be942e

RGB 19014846
HSL0.120.610.46
HSV43°76°75°
CMYK 0.000.220.76   0.25
XYZ32.318332.32427.1206
Yxy32.32420.45030.4504
Hunter Lab56.85441.971432.3724
CIE-Lab63.60995.838756.6807

#be942e color RGB value is (190,148,46).

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

The process color (four color CMYK) of #be942e color hex is 0.00, 0.22, 0.76, 0.25. Web safe color of #be942e is #cc9933. Color #be942e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 00101110
Octal 276 224 56
Decimal 190 148 46
Hex BE 94 2E

RGB Percentages of Color #be942e

%49.48
%38.54
%11.98

CMYK Percentages of Color #be942e

%0
%22
%76
%25

Triadic Colors of #be942e

#be942e #2ebe94 #942ebe

Analogous Colors of #be942e

#be942e #a0be2e #be4c2e

Monochromatic Colors of #be942e

#be942e

Complementary Color

#be942e #2e58be

#be942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be942e Color CSS Codes

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

#be942e Text Font Color

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

This sample text font color is #be942e
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.


#be942e Background Color

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

This div background color is #be942e


#be942e Border Color

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

This div border color is #be942e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,148,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 #be942e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be942e


Comments

No comments written yet.

Please login to write comment.