Color Hex Logo

#be803e Color Hex

#BE803E
(190,128,62)
0 Favorites   0 Comments

Color spaces of #be803e

RGB 19012862
HSL0.090.510.49
HSV31°67°75°
CMYK 0.000.330.67   0.25
XYZ29.823926.73338.1456
Yxy26.73330.46090.4132
Hunter Lab51.704312.479426.8523
CIE-Lab58.726617.667444.5669

#be803e color RGB value is (190,128,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 00111110
Octal 276 200 76
Decimal 190 128 62
Hex BE 80 3E

RGB Percentages of Color #be803e

%50.00
%33.68
%16.32

CMYK Percentages of Color #be803e

%0
%33
%67
%25

Triadic Colors of #be803e

#be803e #3ebe80 #803ebe

Analogous Colors of #be803e

#be803e #bcbe3e #be403e

Monochromatic Colors of #be803e

#be803e

Complementary Color

#be803e #3e7cbe

#be803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be803e Color CSS Codes

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

#be803e Text Font Color

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

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


#be803e Background Color

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

This div background color is #be803e


#be803e Border Color

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

This div border color is #be803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be803e


Comments

No comments written yet.

Please login to write comment.