Color Hex Logo

#be7d3a Color Hex

#BE7D3A
(190,125,58)
0 Favorites   0 Comments

Color spaces of #be7d3a

RGB 19012558
HSL0.080.530.49
HSV30°69°75°
CMYK 0.000.340.69   0.25
XYZ29.332525.91997.4600
Yxy25.91990.46770.4133
Hunter Lab50.911613.746726.9504
CIE-Lab57.960919.091545.6806

#be7d3a color RGB value is (190,125,58).

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

The process color (four color CMYK) of #be7d3a color hex is 0.00, 0.34, 0.69, 0.25. Web safe color of #be7d3a is #cc6633. Color #be7d3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111101 00111010
Octal 276 175 72
Decimal 190 125 58
Hex BE 7D 3A

RGB Percentages of Color #be7d3a

%50.94
%33.51
%15.55

CMYK Percentages of Color #be7d3a

%0
%34
%69
%25

Triadic Colors of #be7d3a

#be7d3a #3abe7d #7d3abe

Analogous Colors of #be7d3a

#be7d3a #bdbe3a #be3b3a

Monochromatic Colors of #be7d3a

#be7d3a

Complementary Color

#be7d3a #3a7bbe

#be7d3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7d3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7d3a Color CSS Codes

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

#be7d3a Text Font Color

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

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


#be7d3a Background Color

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

This div background color is #be7d3a


#be7d3a Border Color

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

This div border color is #be7d3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7d3a


Comments

No comments written yet.

Please login to write comment.