Color Hex Logo

#be854e Color Hex

#BE854E
(190,133,78)
0 Favorites   0 Comments

Color spaces of #be854e

RGB 19013378
HSL0.080.460.53
HSV29°59°75°
CMYK 0.000.300.59   0.25
XYZ30.997928.272311.0311
Yxy28.27230.44090.4022
Hunter Lab53.171711.011024.9198
CIE-Lab60.134016.002438.0296

#be854e color RGB value is (190,133,78).

#be854e hex color red value is 190, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #be854e hue: 0.08 , saturation: 0.46 and the lightness value of be854e is 0.53.

The process color (four color CMYK) of #be854e color hex is 0.00, 0.30, 0.59, 0.25. Web safe color of #be854e is #cc9966. Color #be854e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 01001110
Octal 276 205 116
Decimal 190 133 78
Hex BE 85 4E

RGB Percentages of Color #be854e

%47.38
%33.17
%19.45

CMYK Percentages of Color #be854e

%0
%30
%59
%25

Triadic Colors of #be854e

#be854e #4ebe85 #854ebe

Analogous Colors of #be854e

#be854e #bebd4e #be4e4f

Monochromatic Colors of #be854e

#be854e

Complementary Color

#be854e #4e87be

#be854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be854e Color CSS Codes

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

#be854e Text Font Color

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

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


#be854e Background Color

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

This div background color is #be854e


#be854e Border Color

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

This div border color is #be854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be854e


Comments

No comments written yet.

Please login to write comment.