Color Hex Logo

#be794a Color Hex

#BE794A
(190,121,74)
0 Favorites   0 Comments

Color spaces of #be794a

RGB 19012174
HSL0.070.470.52
HSV24°61°75°
CMYK 0.000.360.61   0.25
XYZ29.308625.11639.7818
Yxy25.11630.45650.3912
Hunter Lab50.116216.685923.5089
CIE-Lab57.188622.328936.6130

#be794a color RGB value is (190,121,74).

#be794a hex color red value is 190, green value is 121 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #be794a hue: 0.07 , saturation: 0.47 and the lightness value of be794a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 01001010
Octal 276 171 112
Decimal 190 121 74
Hex BE 79 4A

RGB Percentages of Color #be794a

%49.35
%31.43
%19.22

CMYK Percentages of Color #be794a

%0
%36
%61
%25

Triadic Colors of #be794a

#be794a #4abe79 #794abe

Analogous Colors of #be794a

#be794a #beb34a #be4a55

Monochromatic Colors of #be794a

#be794a

Complementary Color

#be794a #4a8fbe

#be794a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be794a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be794a Color CSS Codes

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

#be794a Text Font Color

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

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


#be794a Background Color

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

This div background color is #be794a


#be794a Border Color

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

This div border color is #be794a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be794a


Comments

No comments written yet.

Please login to write comment.