Color Hex Logo

#be491e Color Hex

#BE491E
(190,73,30)
0 Favorites   0 Comments

Color spaces of #be491e

RGB 1907330
HSL0.040.730.43
HSV16°84°75°
CMYK 0.000.620.84   0.25
XYZ23.852115.80603.0220
Yxy15.80600.55890.3703
Hunter Lab39.756837.516923.3230
CIE-Lab46.718945.038847.5823

#be491e color RGB value is (190,73,30).

#be491e hex color red value is 190, green value is 73 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #be491e hue: 0.04 , saturation: 0.73 and the lightness value of be491e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 00011110
Octal 276 111 36
Decimal 190 73 30
Hex BE 49 1E

RGB Percentages of Color #be491e

%64.85
%24.91
%10.24

CMYK Percentages of Color #be491e

%0
%62
%84
%25

Triadic Colors of #be491e

#be491e #1ebe49 #491ebe

Analogous Colors of #be491e

#be491e #be991e #be1e43

Monochromatic Colors of #be491e

#be491e

Complementary Color

#be491e #1e93be

#be491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be491e Color CSS Codes

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

#be491e Text Font Color

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

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


#be491e Background Color

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

This div background color is #be491e


#be491e Border Color

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

This div border color is #be491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be491e


Comments

No comments written yet.

Please login to write comment.