Color Hex Logo

#bf890e Color Hex

#BF890E
(191,137,14)
0 Favorites   0 Comments

Color spaces of #bf890e

RGB 19113714
HSL0.120.860.40
HSV42°93°75°
CMYK 0.000.280.93   0.25
XYZ30.510828.99944.4048
Yxy28.99940.47740.4537
Hunter Lab53.85116.894632.8461
CIE-Lab60.781111.400763.7241

#bf890e color RGB value is (191,137,14).

#bf890e hex color red value is 191, green value is 137 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bf890e hue: 0.12 , saturation: 0.86 and the lightness value of bf890e is 0.40.

The process color (four color CMYK) of #bf890e color hex is 0.00, 0.28, 0.93, 0.25. Web safe color of #bf890e is #cc9900. Color #bf890e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 00001110
Octal 277 211 16
Decimal 191 137 14
Hex BF 89 E

RGB Percentages of Color #bf890e

%55.85
%40.06
%4.09

CMYK Percentages of Color #bf890e

%0
%28
%93
%25

Triadic Colors of #bf890e

#bf890e #0ebf89 #890ebf

Analogous Colors of #bf890e

#bf890e #9dbf0e #bf310e

Monochromatic Colors of #bf890e

#bf890e

Complementary Color

#bf890e #0e44bf

#bf890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf890e Color CSS Codes

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

#bf890e Text Font Color

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

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


#bf890e Background Color

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

This div background color is #bf890e


#bf890e Border Color

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

This div border color is #bf890e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,137,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf890e


Comments

No comments written yet.

Please login to write comment.