Color Hex Logo

#be7247 Color Hex

#BE7247
(190,114,71)
0 Favorites   0 Comments

Color spaces of #be7247

RGB 19011471
HSL0.060.480.51
HSV22°63°75°
CMYK 0.000.400.63   0.25
XYZ28.389823.43678.9887
Yxy23.43670.46680.3854
Hunter Lab48.411519.957222.8795
CIE-Lab55.519325.956436.2244

#be7247 color RGB value is (190,114,71).

#be7247 hex color red value is 190, green value is 114 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #be7247 hue: 0.06 , saturation: 0.48 and the lightness value of be7247 is 0.51.

The process color (four color CMYK) of #be7247 color hex is 0.00, 0.40, 0.63, 0.25. Web safe color of #be7247 is #cc6633. Color #be7247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 01000111
Octal 276 162 107
Decimal 190 114 71
Hex BE 72 47

RGB Percentages of Color #be7247

%50.67
%30.40
%18.93

CMYK Percentages of Color #be7247

%0
%40
%63
%25

Triadic Colors of #be7247

#be7247 #47be72 #7247be

Analogous Colors of #be7247

#be7247 #beae47 #be4757

Monochromatic Colors of #be7247

#be7247

Complementary Color

#be7247 #4793be

#be7247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7247 Color CSS Codes

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

#be7247 Text Font Color

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

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


#be7247 Background Color

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

This div background color is #be7247


#be7247 Border Color

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

This div border color is #be7247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7247


Comments

No comments written yet.

Please login to write comment.