Color Hex Logo

#be703e Color Hex

#BE703E
(190,112,62)
0 Favorites   0 Comments

Color spaces of #be703e

RGB 19011262
HSL0.070.510.49
HSV23°67°75°
CMYK 0.000.410.67   0.25
XYZ27.898922.88337.5039
Yxy22.88330.47870.3926
Hunter Lab47.836520.389824.1850
CIE-Lab54.951926.464540.3325

#be703e color RGB value is (190,112,62).

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

The process color (four color CMYK) of #be703e color hex is 0.00, 0.41, 0.67, 0.25. Web safe color of #be703e is #cc6633. Color #be703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 00111110
Octal 276 160 76
Decimal 190 112 62
Hex BE 70 3E

RGB Percentages of Color #be703e

%52.20
%30.77
%17.03

CMYK Percentages of Color #be703e

%0
%41
%67
%25

Triadic Colors of #be703e

#be703e #3ebe70 #703ebe

Analogous Colors of #be703e

#be703e #beb03e #be3e4c

Monochromatic Colors of #be703e

#be703e

Complementary Color

#be703e #3e8cbe

#be703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be703e Color CSS Codes

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

#be703e Text Font Color

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

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


#be703e Background Color

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

This div background color is #be703e


#be703e Border Color

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

This div border color is #be703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be703e


Comments

No comments written yet.

Please login to write comment.