Color Hex Logo

#bf701e Color Hex

#BF701E
(191,112,30)
0 Favorites   0 Comments

Color spaces of #bf701e

RGB 19111230
HSL0.080.730.43
HSV31°84°75°
CMYK 0.000.410.84   0.25
XYZ27.514422.75844.1709
Yxy22.75840.50540.4180
Hunter Lab47.705819.465228.2103
CIE-Lab54.822625.488354.6883

#bf701e color RGB value is (191,112,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110000 00011110
Octal 277 160 36
Decimal 191 112 30
Hex BF 70 1E

RGB Percentages of Color #bf701e

%57.36
%33.63
%9.01

CMYK Percentages of Color #bf701e

%0
%41
%84
%25

Triadic Colors of #bf701e

#bf701e #1ebf70 #701ebf

Analogous Colors of #bf701e

#bf701e #bebf1e #bf201e

Monochromatic Colors of #bf701e

#bf701e

Complementary Color

#bf701e #1e6dbf

#bf701e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf701e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf701e Color CSS Codes

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

#bf701e Text Font Color

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

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


#bf701e Background Color

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

This div background color is #bf701e


#bf701e Border Color

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

This div border color is #bf701e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf701e


Comments

No comments written yet.

Please login to write comment.