Color Hex Logo

#be955e Color Hex

#BE955E
(190,149,94)
0 Favorites   0 Comments

Color spaces of #be955e

RGB 19014994
HSL0.100.420.56
HSV34°51°75°
CMYK 0.000.220.51   0.25
XYZ34.003033.250215.2155
Yxy33.25020.41230.4032
Hunter Lab57.66304.348624.7193
CIE-Lab64.36308.554334.7709

#be955e color RGB value is (190,149,94).

#be955e hex color red value is 190, green value is 149 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be955e hue: 0.10 , saturation: 0.42 and the lightness value of be955e is 0.56.

The process color (four color CMYK) of #be955e color hex is 0.00, 0.22, 0.51, 0.25. Web safe color of #be955e is #cc9966. Color #be955e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 01011110
Octal 276 225 136
Decimal 190 149 94
Hex BE 95 5E

RGB Percentages of Color #be955e

%43.88
%34.41
%21.71

CMYK Percentages of Color #be955e

%0
%22
%51
%25

Triadic Colors of #be955e

#be955e #5ebe95 #955ebe

Analogous Colors of #be955e

#be955e #b7be5e #be655e

Monochromatic Colors of #be955e

#be955e

Complementary Color

#be955e #5e87be

#be955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be955e Color CSS Codes

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

#be955e Text Font Color

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

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


#be955e Background Color

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

This div background color is #be955e


#be955e Border Color

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

This div border color is #be955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be955e


Comments

No comments written yet.

Please login to write comment.