Color Hex Logo

#be5d3a Color Hex

#BE5D3A
(190,93,58)
0 Favorites   0 Comments

Color spaces of #be5d3a

RGB 1909358
HSL0.040.530.49
HSV16°69°75°
CMYK 0.000.510.69   0.25
XYZ25.913319.08136.3203
Yxy19.08130.50500.3718
Hunter Lab43.682129.446721.9989
CIE-Lab50.782236.359537.7034

#be5d3a color RGB value is (190,93,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011101 00111010
Octal 276 135 72
Decimal 190 93 58
Hex BE 5D 3A

RGB Percentages of Color #be5d3a

%55.72
%27.27
%17.01

CMYK Percentages of Color #be5d3a

%0
%51
%69
%25

Triadic Colors of #be5d3a

#be5d3a #3abe5d #5d3abe

Analogous Colors of #be5d3a

#be5d3a #be9f3a #be3a59

Monochromatic Colors of #be5d3a

#be5d3a

Complementary Color

#be5d3a #3a9bbe

#be5d3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5d3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5d3a Color CSS Codes

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

#be5d3a Text Font Color

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

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


#be5d3a Background Color

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

This div background color is #be5d3a


#be5d3a Border Color

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

This div border color is #be5d3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5d3a


Comments

No comments written yet.

Please login to write comment.