Color Hex Logo

#be824e Color Hex

#BE824E
(190,130,78)
0 Favorites   0 Comments

Color spaces of #be824e

RGB 19013078
HSL0.080.460.53
HSV28°59°75°
CMYK 0.000.320.59   0.25
XYZ30.593027.462510.8961
Yxy27.46250.44370.3983
Hunter Lab52.404712.497224.3556
CIE-Lab59.400017.660937.1461

#be824e color RGB value is (190,130,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000010 01001110
Octal 276 202 116
Decimal 190 130 78
Hex BE 82 4E

RGB Percentages of Color #be824e

%47.74
%32.66
%19.60

CMYK Percentages of Color #be824e

%0
%32
%59
%25

Triadic Colors of #be824e

#be824e #4ebe82 #824ebe

Analogous Colors of #be824e

#be824e #beba4e #be4e52

Monochromatic Colors of #be824e

#be824e

Complementary Color

#be824e #4e8abe

#be824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be824e Color CSS Codes

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

#be824e Text Font Color

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

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


#be824e Background Color

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

This div background color is #be824e


#be824e Border Color

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

This div border color is #be824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be824e


Comments

No comments written yet.

Please login to write comment.