Color Hex Logo

#be951f Color Hex

#BE951F
(190,149,31)
0 Favorites   0 Comments

Color spaces of #be951f

RGB 19014931
HSL0.120.720.43
HSV45°84°75°
CMYK 0.000.220.84   0.25
XYZ32.230032.54105.8787
Yxy32.54100.45620.4606
Hunter Lab57.04471.023433.8212
CIE-Lab63.78754.755161.9736

#be951f color RGB value is (190,149,31).

#be951f hex color red value is 190, green value is 149 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #be951f hue: 0.12 , saturation: 0.72 and the lightness value of be951f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 00011111
Octal 276 225 37
Decimal 190 149 31
Hex BE 95 1F

RGB Percentages of Color #be951f

%51.35
%40.27
%8.38

CMYK Percentages of Color #be951f

%0
%22
%84
%25

Triadic Colors of #be951f

#be951f #1fbe95 #951fbe

Analogous Colors of #be951f

#be951f #98be1f #be461f

Monochromatic Colors of #be951f

#be951f

Complementary Color

#be951f #1f48be

#be951f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be951f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be951f Color CSS Codes

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

#be951f Text Font Color

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

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


#be951f Background Color

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

This div background color is #be951f


#be951f Border Color

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

This div border color is #be951f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be951f


Comments

No comments written yet.

Please login to write comment.