Color Hex Logo

#be765e Color Hex

#BE765E
(190,118,94)
0 Favorites   0 Comments

Color spaces of #be765e

RGB 19011894
HSL0.040.420.56
HSV15°51°75°
CMYK 0.000.380.51   0.25
XYZ29.734024.712213.7924
Yxy24.71220.43570.3621
Hunter Lab49.711419.771818.3480
CIE-Lab56.793925.656425.0629

#be765e color RGB value is (190,118,94).

#be765e hex color red value is 190, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be765e hue: 0.04 , saturation: 0.42 and the lightness value of be765e is 0.56.

The process color (four color CMYK) of #be765e color hex is 0.00, 0.38, 0.51, 0.25. Web safe color of #be765e is #cc6666. Color #be765e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110110 01011110
Octal 276 166 136
Decimal 190 118 94
Hex BE 76 5E

RGB Percentages of Color #be765e

%47.26
%29.35
%23.38

CMYK Percentages of Color #be765e

%0
%38
%51
%25

Triadic Colors of #be765e

#be765e #5ebe76 #765ebe

Analogous Colors of #be765e

#be765e #bea65e #be5e76

Monochromatic Colors of #be765e

#be765e

Complementary Color

#be765e #5ea6be

#be765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be765e Color CSS Codes

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

#be765e Text Font Color

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

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


#be765e Background Color

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

This div background color is #be765e


#be765e Border Color

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

This div border color is #be765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be765e


Comments

No comments written yet.

Please login to write comment.