Color Hex Logo

#be7025 Color Hex

#BE7025
(190,112,37)
0 Favorites   0 Comments

Color spaces of #be7025

RGB 19011237
HSL0.080.670.45
HSV29°81°75°
CMYK 0.000.410.81   0.25
XYZ27.363322.66914.6836
Yxy22.66910.50010.4143
Hunter Lab47.612119.265227.4961
CIE-Lab54.729925.281551.8719

#be7025 color RGB value is (190,112,37).

#be7025 hex color red value is 190, green value is 112 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #be7025 hue: 0.08 , saturation: 0.67 and the lightness value of be7025 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 00100101
Octal 276 160 45
Decimal 190 112 37
Hex BE 70 25

RGB Percentages of Color #be7025

%56.05
%33.04
%10.91

CMYK Percentages of Color #be7025

%0
%41
%81
%25

Triadic Colors of #be7025

#be7025 #25be70 #7025be

Analogous Colors of #be7025

#be7025 #bebd25 #be2527

Monochromatic Colors of #be7025

#be7025

Complementary Color

#be7025 #2573be

#be7025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7025 Color CSS Codes

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

#be7025 Text Font Color

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

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


#be7025 Background Color

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

This div background color is #be7025


#be7025 Border Color

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

This div border color is #be7025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7025


Comments

No comments written yet.

Please login to write comment.