Color Hex Logo

#be891f Color Hex

#BE891F
(190,137,31)
0 Favorites   0 Comments

Color spaces of #be891f

RGB 19013731
HSL0.110.720.43
HSV40°84°75°
CMYK 0.000.280.84   0.25
XYZ30.428228.93745.2781
Yxy28.93740.47070.4476
Hunter Lab53.79356.829631.8380
CIE-Lab60.726311.327559.3630

#be891f color RGB value is (190,137,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 00011111
Octal 276 211 37
Decimal 190 137 31
Hex BE 89 1F

RGB Percentages of Color #be891f

%53.07
%38.27
%8.66

CMYK Percentages of Color #be891f

%0
%28
%84
%25

Triadic Colors of #be891f

#be891f #1fbe89 #891fbe

Analogous Colors of #be891f

#be891f #a4be1f #be3a1f

Monochromatic Colors of #be891f

#be891f

Complementary Color

#be891f #1f54be

#be891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be891f Color CSS Codes

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

#be891f Text Font Color

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

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


#be891f Background Color

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

This div background color is #be891f


#be891f Border Color

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

This div border color is #be891f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,137,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 #be891f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be891f


Comments

No comments written yet.

Please login to write comment.