Color Hex Logo

#bf721e Color Hex

#BF721E
(191,114,30)
0 Favorites   0 Comments

Color spaces of #bf721e

RGB 19111430
HSL0.090.730.43
HSV31°84°75°
CMYK 0.000.400.84   0.25
XYZ27.737523.20474.2453
Yxy23.20470.50260.4205
Hunter Lab48.171318.482428.4947
CIE-Lab55.282624.397355.0828

#bf721e color RGB value is (191,114,30).

#bf721e hex color red value is 191, green value is 114 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bf721e hue: 0.09 , saturation: 0.73 and the lightness value of bf721e is 0.43.

The process color (four color CMYK) of #bf721e color hex is 0.00, 0.40, 0.84, 0.25. Web safe color of #bf721e is #cc6633. Color #bf721e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 00011110
Octal 277 162 36
Decimal 191 114 30
Hex BF 72 1E

RGB Percentages of Color #bf721e

%57.01
%34.03
%8.96

CMYK Percentages of Color #bf721e

%0
%40
%84
%25

Triadic Colors of #bf721e

#bf721e #1ebf72 #721ebf

Analogous Colors of #bf721e

#bf721e #bcbf1e #bf221e

Monochromatic Colors of #bf721e

#bf721e

Complementary Color

#bf721e #1e6bbf

#bf721e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf721e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf721e Color CSS Codes

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

#bf721e Text Font Color

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

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


#bf721e Background Color

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

This div background color is #bf721e


#bf721e Border Color

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

This div border color is #bf721e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf721e

#bf721e Color Palettes


Comments

No comments written yet.

Please login to write comment.