Color Hex Logo

#be790f Color Hex

#BE790F
(190,121,15)
0 Favorites   0 Comments

Color spaces of #be790f

RGB 19012115
HSL0.100.850.40
HSV36°92°75°
CMYK 0.000.360.92   0.25
XYZ28.158824.65643.7270
Yxy24.65640.49800.4361
Hunter Lab49.655214.328330.3085
CIE-Lab56.739119.789860.4746

#be790f color RGB value is (190,121,15).

#be790f hex color red value is 190, green value is 121 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #be790f hue: 0.10 , saturation: 0.85 and the lightness value of be790f is 0.40.

The process color (four color CMYK) of #be790f color hex is 0.00, 0.36, 0.92, 0.25. Web safe color of #be790f is #cc6600. Color #be790f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 00001111
Octal 276 171 17
Decimal 190 121 15
Hex BE 79 F

RGB Percentages of Color #be790f

%58.28
%37.12
%4.60

CMYK Percentages of Color #be790f

%0
%36
%92
%25

Triadic Colors of #be790f

#be790f #0fbe79 #790fbe

Analogous Colors of #be790f

#be790f #acbe0f #be220f

Monochromatic Colors of #be790f

#be790f

Complementary Color

#be790f #0f54be

#be790f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be790f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be790f Color CSS Codes

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

#be790f Text Font Color

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

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


#be790f Background Color

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

This div background color is #be790f


#be790f Border Color

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

This div border color is #be790f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be790f


Comments

No comments written yet.

Please login to write comment.