Color Hex Logo

#be493c Color Hex

#BE493C
(190,73,60)
0 Favorites   0 Comments

Color spaces of #be493c

RGB 1907360
HSL0.020.520.49
HSV68°75°
CMYK 0.000.620.68   0.25
XYZ24.433416.03856.0829
Yxy16.03850.52480.3445
Hunter Lab40.048138.818919.0281
CIE-Lab47.025046.261232.2074

#be493c color RGB value is (190,73,60).

#be493c hex color red value is 190, green value is 73 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #be493c hue: 0.02 , saturation: 0.52 and the lightness value of be493c is 0.49.

The process color (four color CMYK) of #be493c color hex is 0.00, 0.62, 0.68, 0.25. Web safe color of #be493c is #cc3333. Color #be493c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 00111100
Octal 276 111 74
Decimal 190 73 60
Hex BE 49 3C

RGB Percentages of Color #be493c

%58.82
%22.60
%18.58

CMYK Percentages of Color #be493c

%0
%62
%68
%25

Triadic Colors of #be493c

#be493c #3cbe49 #493cbe

Analogous Colors of #be493c

#be493c #be8a3c #be3c70

Monochromatic Colors of #be493c

#be493c

Complementary Color

#be493c #3cb1be

#be493c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be493c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be493c Color CSS Codes

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

#be493c Text Font Color

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

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


#be493c Background Color

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

This div background color is #be493c


#be493c Border Color

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

This div border color is #be493c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be493c


Comments

No comments written yet.

Please login to write comment.