Color Hex Logo

#be805e Color Hex

#BE805E
(190,128,94)
0 Favorites   0 Comments

Color spaces of #be805e

RGB 19012894
HSL0.060.420.56
HSV21°51°75°
CMYK 0.000.330.51   0.25
XYZ30.974827.193614.2060
Yxy27.19360.42800.3757
Hunter Lab52.147514.768120.3515
CIE-Lab59.153120.144728.1363

#be805e color RGB value is (190,128,94).

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

The process color (four color CMYK) of #be805e color hex is 0.00, 0.33, 0.51, 0.25. Web safe color of #be805e is #cc9966. Color #be805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 01011110
Octal 276 200 136
Decimal 190 128 94
Hex BE 80 5E

RGB Percentages of Color #be805e

%46.12
%31.07
%22.82

CMYK Percentages of Color #be805e

%0
%33
%51
%25

Triadic Colors of #be805e

#be805e #5ebe80 #805ebe

Analogous Colors of #be805e

#be805e #beb05e #be5e6c

Monochromatic Colors of #be805e

#be805e

Complementary Color

#be805e #5e9cbe

#be805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be805e Color CSS Codes

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

#be805e Text Font Color

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

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


#be805e Background Color

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

This div background color is #be805e


#be805e Border Color

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

This div border color is #be805e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,128,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 #be805e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be805e


Comments

No comments written yet.

Please login to write comment.