Color Hex Logo

#be791f Color Hex

#BE791F
(190,121,31)
0 Favorites   0 Comments

Color spaces of #be791f

RGB 19012131
HSL0.090.720.43
HSV34°84°75°
CMYK 0.000.360.84   0.25
XYZ28.319924.72084.5753
Yxy24.72080.49150.4291
Hunter Lab49.720014.661329.3481
CIE-Lab56.802420.151655.9896

#be791f color RGB value is (190,121,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 00011111
Octal 276 171 37
Decimal 190 121 31
Hex BE 79 1F

RGB Percentages of Color #be791f

%55.56
%35.38
%9.06

CMYK Percentages of Color #be791f

%0
%36
%84
%25

Triadic Colors of #be791f

#be791f #1fbe79 #791fbe

Analogous Colors of #be791f

#be791f #b4be1f #be2a1f

Monochromatic Colors of #be791f

#be791f

Complementary Color

#be791f #1f64be

#be791f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be791f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be791f Color CSS Codes

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

#be791f Text Font Color

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

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


#be791f Background Color

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

This div background color is #be791f


#be791f Border Color

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

This div border color is #be791f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be791f


Comments

No comments written yet.

Please login to write comment.