Color Hex Logo

#be611e Color Hex

#BE611E
(190,97,30)
0 Favorites   0 Comments

Color spaces of #be611e

RGB 1909730
HSL0.070.730.43
HSV25°84°75°
CMYK 0.000.490.84   0.25
XYZ25.744219.59033.6527
Yxy19.59030.52550.3999
Hunter Lab44.260926.367226.0897
CIE-Lab51.370833.115651.6533

#be611e color RGB value is (190,97,30).

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

The process color (four color CMYK) of #be611e color hex is 0.00, 0.49, 0.84, 0.25. Web safe color of #be611e is #cc6633. Color #be611e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 00011110
Octal 276 141 36
Decimal 190 97 30
Hex BE 61 1E

RGB Percentages of Color #be611e

%59.94
%30.60
%9.46

CMYK Percentages of Color #be611e

%0
%49
%84
%25

Triadic Colors of #be611e

#be611e #1ebe61 #611ebe

Analogous Colors of #be611e

#be611e #beb11e #be1e2b

Monochromatic Colors of #be611e

#be611e

Complementary Color

#be611e #1e7bbe

#be611e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be611e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be611e Color CSS Codes

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

#be611e Text Font Color

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

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


#be611e Background Color

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

This div background color is #be611e


#be611e Border Color

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

This div border color is #be611e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be611e


Comments

No comments written yet.

Please login to write comment.