Color Hex Logo

#be937e Color Hex

#BE937E
(190,147,126)
0 Favorites   0 Comments

Color spaces of #be937e

RGB 190147126
HSL0.050.330.62
HSV20°34°75°
CMYK 0.000.230.34   0.25
XYZ35.434833.320924.3026
Yxy33.32090.38080.3581
Hunter Lab57.72438.557115.4452
CIE-Lab64.419913.222717.3364

#be937e color RGB value is (190,147,126).

#be937e hex color red value is 190, green value is 147 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be937e hue: 0.05 , saturation: 0.33 and the lightness value of be937e is 0.62.

The process color (four color CMYK) of #be937e color hex is 0.00, 0.23, 0.34, 0.25. Web safe color of #be937e is #cc9966. Color #be937e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 01111110
Octal 276 223 176
Decimal 190 147 126
Hex BE 93 7E

RGB Percentages of Color #be937e

%41.04
%31.75
%27.21

CMYK Percentages of Color #be937e

%0
%23
%34
%25

Triadic Colors of #be937e

#be937e #7ebe93 #937ebe

Analogous Colors of #be937e

#be937e #beb37e #be7e89

Monochromatic Colors of #be937e

#be937e

Complementary Color

#be937e #7ea9be

#be937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be937e Color CSS Codes

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

#be937e Text Font Color

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

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


#be937e Background Color

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

This div background color is #be937e


#be937e Border Color

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

This div border color is #be937e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be937e


Comments

No comments written yet.

Please login to write comment.