Color Hex Logo

#be774c Color Hex

#BE774C
(190,119,76)
0 Favorites   0 Comments

Color spaces of #be774c

RGB 19011976
HSL0.060.470.52
HSV23°60°75°
CMYK 0.000.370.60   0.25
XYZ29.136524.662610.0622
Yxy24.66260.45620.3862
Hunter Lab49.661517.818922.7499
CIE-Lab56.745223.577535.0007

#be774c color RGB value is (190,119,76).

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

The process color (four color CMYK) of #be774c color hex is 0.00, 0.37, 0.60, 0.25. Web safe color of #be774c is #cc6633. Color #be774c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110111 01001100
Octal 276 167 114
Decimal 190 119 76
Hex BE 77 4C

RGB Percentages of Color #be774c

%49.35
%30.91
%19.74

CMYK Percentages of Color #be774c

%0
%37
%60
%25

Triadic Colors of #be774c

#be774c #4cbe77 #774cbe

Analogous Colors of #be774c

#be774c #beb04c #be4c5a

Monochromatic Colors of #be774c

#be774c

Complementary Color

#be774c #4c93be

#be774c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be774c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be774c Color CSS Codes

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

#be774c Text Font Color

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

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


#be774c Background Color

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

This div background color is #be774c


#be774c Border Color

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

This div border color is #be774c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be774c


Comments

No comments written yet.

Please login to write comment.