Color Hex Logo

#be976e Color Hex

#BE976E
(190,151,110)
0 Favorites   0 Comments

Color spaces of #be976e

RGB 190151110
HSL0.090.380.59
HSV31°42°75°
CMYK 0.000.210.42   0.25
XYZ35.116334.206219.5035
Yxy34.20620.39530.3851
Hunter Lab58.48614.824621.1687
CIE-Lab65.12599.098127.1315

#be976e color RGB value is (190,151,110).

#be976e hex color red value is 190, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #be976e hue: 0.09 , saturation: 0.38 and the lightness value of be976e is 0.59.

The process color (four color CMYK) of #be976e color hex is 0.00, 0.21, 0.42, 0.25. Web safe color of #be976e is #cc9966. Color #be976e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 01101110
Octal 276 227 156
Decimal 190 151 110
Hex BE 97 6E

RGB Percentages of Color #be976e

%42.13
%33.48
%24.39

CMYK Percentages of Color #be976e

%0
%21
%42
%25

Triadic Colors of #be976e

#be976e #6ebe97 #976ebe

Analogous Colors of #be976e

#be976e #bdbe6e #be6f6e

Monochromatic Colors of #be976e

#be976e

Complementary Color

#be976e #6e95be

#be976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be976e Color CSS Codes

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

#be976e Text Font Color

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

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


#be976e Background Color

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

This div background color is #be976e


#be976e Border Color

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

This div border color is #be976e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be976e


Comments

No comments written yet.

Please login to write comment.