Color Hex Logo

#be853e Color Hex

#BE853E
(190,133,62)
0 Favorites   0 Comments

Color spaces of #be853e

RGB 19013362
HSL0.090.510.49
HSV33°67°75°
CMYK 0.000.300.67   0.25
XYZ30.492228.07008.3684
Yxy28.07000.45560.4194
Hunter Lab52.981110.015027.7219
CIE-Lab59.951914.905245.9180

#be853e color RGB value is (190,133,62).

#be853e hex color red value is 190, green value is 133 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #be853e hue: 0.09 , saturation: 0.51 and the lightness value of be853e is 0.49.

The process color (four color CMYK) of #be853e color hex is 0.00, 0.30, 0.67, 0.25. Web safe color of #be853e is #cc9933. Color #be853e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 00111110
Octal 276 205 76
Decimal 190 133 62
Hex BE 85 3E

RGB Percentages of Color #be853e

%49.35
%34.55
%16.10

CMYK Percentages of Color #be853e

%0
%30
%67
%25

Triadic Colors of #be853e

#be853e #3ebe85 #853ebe

Analogous Colors of #be853e

#be853e #b7be3e #be453e

Monochromatic Colors of #be853e

#be853e

Complementary Color

#be853e #3e77be

#be853e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be853e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be853e Color CSS Codes

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

#be853e Text Font Color

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

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


#be853e Background Color

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

This div background color is #be853e


#be853e Border Color

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

This div border color is #be853e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be853e


Comments

No comments written yet.

Please login to write comment.