Color Hex Logo

#be721e Color Hex

#BE721E
(190,114,30)
0 Favorites   0 Comments

Color spaces of #be721e

RGB 19011430
HSL0.090.730.43
HSV32°84°75°
CMYK 0.000.400.84   0.25
XYZ27.486923.07554.2336
Yxy23.07550.50160.4211
Hunter Lab48.037018.073628.4005
CIE-Lab55.150023.966854.9166

#be721e color RGB value is (190,114,30).

#be721e hex color red value is 190, green value is 114 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #be721e hue: 0.09 , saturation: 0.73 and the lightness value of be721e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 00011110
Octal 276 162 36
Decimal 190 114 30
Hex BE 72 1E

RGB Percentages of Color #be721e

%56.89
%34.13
%8.98

CMYK Percentages of Color #be721e

%0
%40
%84
%25

Triadic Colors of #be721e

#be721e #1ebe72 #721ebe

Analogous Colors of #be721e

#be721e #babe1e #be221e

Monochromatic Colors of #be721e

#be721e

Complementary Color

#be721e #1e6abe

#be721e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be721e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be721e Color CSS Codes

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

#be721e Text Font Color

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

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


#be721e Background Color

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

This div background color is #be721e


#be721e Border Color

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

This div border color is #be721e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be721e


Comments

No comments written yet.

Please login to write comment.