Color Hex Logo

#be713e Color Hex

#BE713E
(190,113,62)
0 Favorites   0 Comments

Color spaces of #be713e

RGB 19011362
HSL0.070.510.49
HSV24°67°75°
CMYK 0.000.410.67   0.25
XYZ28.009823.10527.5409
Yxy23.10520.47750.3939
Hunter Lab48.067919.895624.3461
CIE-Lab55.180525.918840.5921

#be713e color RGB value is (190,113,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 00111110
Octal 276 161 76
Decimal 190 113 62
Hex BE 71 3E

RGB Percentages of Color #be713e

%52.05
%30.96
%16.99

CMYK Percentages of Color #be713e

%0
%41
%67
%25

Triadic Colors of #be713e

#be713e #3ebe71 #713ebe

Analogous Colors of #be713e

#be713e #beb13e #be3e4b

Monochromatic Colors of #be713e

#be713e

Complementary Color

#be713e #3e8bbe

#be713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be713e Color CSS Codes

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

#be713e Text Font Color

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

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


#be713e Background Color

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

This div background color is #be713e


#be713e Border Color

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

This div border color is #be713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be713e


Comments

No comments written yet.

Please login to write comment.