Color Hex Logo

#be861e Color Hex

#BE861E
(190,134,30)
0 Favorites   0 Comments

Color spaces of #be861e

RGB 19013430
HSL0.110.730.43
HSV39°84°75°
CMYK 0.000.290.84   0.25
XYZ29.994628.09115.0695
Yxy28.09110.47490.4448
Hunter Lab53.00108.265831.4297
CIE-Lab59.971012.951059.0343

#be861e color RGB value is (190,134,30).

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

The process color (four color CMYK) of #be861e color hex is 0.00, 0.29, 0.84, 0.25. Web safe color of #be861e is #cc9933. Color #be861e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 00011110
Octal 276 206 36
Decimal 190 134 30
Hex BE 86 1E

RGB Percentages of Color #be861e

%53.67
%37.85
%8.47

CMYK Percentages of Color #be861e

%0
%29
%84
%25

Triadic Colors of #be861e

#be861e #1ebe86 #861ebe

Analogous Colors of #be861e

#be861e #a6be1e #be361e

Monochromatic Colors of #be861e

#be861e

Complementary Color

#be861e #1e56be

#be861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be861e Color CSS Codes

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

#be861e Text Font Color

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

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


#be861e Background Color

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

This div background color is #be861e


#be861e Border Color

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

This div border color is #be861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be861e


Comments

No comments written yet.

Please login to write comment.