Color Hex Logo

#be936f Color Hex

#BE936F
(190,147,111)
0 Favorites   0 Comments

Color spaces of #be936f

RGB 190147111
HSL0.080.380.59
HSV27°42°75°
CMYK 0.000.230.42   0.25
XYZ34.538232.962319.5809
Yxy32.96230.39660.3785
Hunter Lab57.41286.909019.9678
CIE-Lab64.130411.409625.2661

#be936f color RGB value is (190,147,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 01101111
Octal 276 223 157
Decimal 190 147 111
Hex BE 93 6F

RGB Percentages of Color #be936f

%42.41
%32.81
%24.78

CMYK Percentages of Color #be936f

%0
%23
%42
%25

Triadic Colors of #be936f

#be936f #6fbe93 #936fbe

Analogous Colors of #be936f

#be936f #bebb6f #be6f73

Monochromatic Colors of #be936f

#be936f

Complementary Color

#be936f #6f9abe

#be936f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be936f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be936f Color CSS Codes

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

#be936f Text Font Color

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

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


#be936f Background Color

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

This div background color is #be936f


#be936f Border Color

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

This div border color is #be936f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be936f


Comments

No comments written yet.

Please login to write comment.