Color Hex Logo

#be773c Color Hex

#BE773C
(190,119,60)
0 Favorites   0 Comments

Color spaces of #be773c

RGB 19011960
HSL0.080.520.49
HSV27°68°75°
CMYK 0.000.370.68   0.25
XYZ28.647624.46707.4877
Yxy24.46700.47270.4037
Hunter Lab49.464116.817725.6498
CIE-Lab56.552422.512343.1509

#be773c color RGB value is (190,119,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110111 00111100
Octal 276 167 74
Decimal 190 119 60
Hex BE 77 3C

RGB Percentages of Color #be773c

%51.49
%32.25
%16.26

CMYK Percentages of Color #be773c

%0
%37
%68
%25

Triadic Colors of #be773c

#be773c #3cbe77 #773cbe

Analogous Colors of #be773c

#be773c #beb83c #be3c42

Monochromatic Colors of #be773c

#be773c

Complementary Color

#be773c #3c83be

#be773c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be773c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be773c Color CSS Codes

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

#be773c Text Font Color

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

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


#be773c Background Color

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

This div background color is #be773c


#be773c Border Color

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

This div border color is #be773c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be773c


Comments

No comments written yet.

Please login to write comment.