Color Hex Logo

#be937f Color Hex

#BE937F
(190,147,127)
0 Favorites   0 Comments

Color spaces of #be937f

RGB 190147127
HSL0.050.330.62
HSV19°33°75°
CMYK 0.000.230.33   0.25
XYZ35.499733.346924.6442
Yxy33.34690.37970.3567
Hunter Lab57.74688.675615.1200
CIE-Lab64.440813.352116.8066

#be937f color RGB value is (190,147,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 01111111
Octal 276 223 177
Decimal 190 147 127
Hex BE 93 7F

RGB Percentages of Color #be937f

%40.95
%31.68
%27.37

CMYK Percentages of Color #be937f

%0
%23
%33
%25

Triadic Colors of #be937f

#be937f #7fbe93 #937fbe

Analogous Colors of #be937f

#be937f #beb37f #be7f8b

Monochromatic Colors of #be937f

#be937f

Complementary Color

#be937f #7faabe

#be937f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be937f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be937f Color CSS Codes

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

#be937f Text Font Color

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

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


#be937f Background Color

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

This div background color is #be937f


#be937f Border Color

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

This div border color is #be937f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be937f


Comments

No comments written yet.

Please login to write comment.