Color Hex Logo

#be650e Color Hex

#BE650E
(190,101,14)
0 Favorites   0 Comments

Color spaces of #be650e

RGB 19010114
HSL0.080.860.40
HSV30°93°75°
CMYK 0.000.470.93   0.25
XYZ25.968220.28622.9624
Yxy20.28620.52760.4122
Hunter Lab45.040224.094927.6285
CIE-Lab52.159330.652657.3629

#be650e color RGB value is (190,101,14).

#be650e hex color red value is 190, green value is 101 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #be650e hue: 0.08 , saturation: 0.86 and the lightness value of be650e is 0.40.

The process color (four color CMYK) of #be650e color hex is 0.00, 0.47, 0.93, 0.25. Web safe color of #be650e is #cc6600. Color #be650e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 00001110
Octal 276 145 16
Decimal 190 101 14
Hex BE 65 E

RGB Percentages of Color #be650e

%62.30
%33.11
%4.59

CMYK Percentages of Color #be650e

%0
%47
%93
%25

Triadic Colors of #be650e

#be650e #0ebe65 #650ebe

Analogous Colors of #be650e

#be650e #bebd0e #be0e0f

Monochromatic Colors of #be650e

#be650e

Complementary Color

#be650e #0e67be

#be650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be650e Color CSS Codes

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

#be650e Text Font Color

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

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


#be650e Background Color

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

This div background color is #be650e


#be650e Border Color

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

This div border color is #be650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be650e


Comments

No comments written yet.

Please login to write comment.