Color Hex Logo

#be701a Color Hex

#BE701A
(190,112,26)
0 Favorites   0 Comments

Color spaces of #be701a

RGB 19011226
HSL0.090.760.42
HSV31°86°75°
CMYK 0.000.410.86   0.25
XYZ27.215822.61013.9070
Yxy22.61010.50650.4208
Hunter Lab47.550118.953828.4134
CIE-Lab54.668424.951955.8755

#be701a color RGB value is (190,112,26).

#be701a hex color red value is 190, green value is 112 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #be701a hue: 0.09 , saturation: 0.76 and the lightness value of be701a is 0.42.

The process color (four color CMYK) of #be701a color hex is 0.00, 0.41, 0.86, 0.25. Web safe color of #be701a is #cc6633. Color #be701a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 00011010
Octal 276 160 32
Decimal 190 112 26
Hex BE 70 1A

RGB Percentages of Color #be701a

%57.93
%34.15
%7.93

CMYK Percentages of Color #be701a

%0
%41
%86
%25

Triadic Colors of #be701a

#be701a #1abe70 #701abe

Analogous Colors of #be701a

#be701a #babe1a #be1e1a

Monochromatic Colors of #be701a

#be701a

Complementary Color

#be701a #1a68be

#be701a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be701a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be701a Color CSS Codes

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

#be701a Text Font Color

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

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


#be701a Background Color

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

This div background color is #be701a


#be701a Border Color

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

This div border color is #be701a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be701a


Comments

No comments written yet.

Please login to write comment.