Color Hex Logo

#be836e Color Hex

#BE836E
(190,131,110)
0 Favorites   0 Comments

Color spaces of #be836e

RGB 190131110
HSL0.040.380.59
HSV16°42°75°
CMYK 0.000.310.42   0.25
XYZ32.166028.305518.5200
Yxy28.30550.40720.3583
Hunter Lab53.202914.814416.6031
CIE-Lab60.163720.143920.5039

#be836e color RGB value is (190,131,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000011 01101110
Octal 276 203 156
Decimal 190 131 110
Hex BE 83 6E

RGB Percentages of Color #be836e

%44.08
%30.39
%25.52

CMYK Percentages of Color #be836e

%0
%31
%42
%25

Triadic Colors of #be836e

#be836e #6ebe83 #836ebe

Analogous Colors of #be836e

#be836e #beab6e #be6e81

Monochromatic Colors of #be836e

#be836e

Complementary Color

#be836e #6ea9be

#be836e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be836e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be836e Color CSS Codes

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

#be836e Text Font Color

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

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


#be836e Background Color

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

This div background color is #be836e


#be836e Border Color

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

This div border color is #be836e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,131,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 #be836e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be836e


Comments

No comments written yet.

Please login to write comment.