Color Hex Logo

#bf960e Color Hex

#BF960E
(191,150,14)
0 Favorites   0 Comments

Color spaces of #bf960e

RGB 19115014
HSL0.130.860.40
HSV46°93°75°
CMYK 0.000.210.93   0.25
XYZ32.471532.92085.0584
Yxy32.92080.46090.4673
Hunter Lab57.37670.610434.9366
CIE-Lab64.09674.291066.2002

#bf960e color RGB value is (191,150,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010110 00001110
Octal 277 226 16
Decimal 191 150 14
Hex BF 96 E

RGB Percentages of Color #bf960e

%53.80
%42.25
%3.94

CMYK Percentages of Color #bf960e

%0
%21
%93
%25

Triadic Colors of #bf960e

#bf960e #0ebf96 #960ebf

Analogous Colors of #bf960e

#bf960e #90bf0e #bf3d0e

Monochromatic Colors of #bf960e

#bf960e

Complementary Color

#bf960e #0e37bf

#bf960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf960e Color CSS Codes

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

#bf960e Text Font Color

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

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


#bf960e Background Color

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

This div background color is #bf960e


#bf960e Border Color

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

This div border color is #bf960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf960e


Comments

No comments written yet.

Please login to write comment.