Color Hex Logo

#be7727 Color Hex

#BE7727
(190,119,39)
0 Favorites   0 Comments

Color spaces of #be7727

RGB 19011939
HSL0.090.660.45
HSV32°79°75°
CMYK 0.000.370.79   0.25
XYZ28.198224.28735.1212
Yxy24.28730.48950.4216
Hunter Lab49.282115.890228.3363
CIE-Lab56.374321.517652.5894

#be7727 color RGB value is (190,119,39).

#be7727 hex color red value is 190, green value is 119 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #be7727 hue: 0.09 , saturation: 0.66 and the lightness value of be7727 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110111 00100111
Octal 276 167 47
Decimal 190 119 39
Hex BE 77 27

RGB Percentages of Color #be7727

%54.60
%34.20
%11.21

CMYK Percentages of Color #be7727

%0
%37
%79
%25

Triadic Colors of #be7727

#be7727 #27be77 #7727be

Analogous Colors of #be7727

#be7727 #babe27 #be2c27

Monochromatic Colors of #be7727

#be7727

Complementary Color

#be7727 #276ebe

#be7727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7727 Color CSS Codes

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

#be7727 Text Font Color

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

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


#be7727 Background Color

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

This div background color is #be7727


#be7727 Border Color

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

This div border color is #be7727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7727


Comments

No comments written yet.

Please login to write comment.