Color Hex Logo

#bf471e Color Hex

#BF471E
(191,71,30)
0 Favorites   0 Comments

Color spaces of #bf471e

RGB 1917130
HSL0.040.730.43
HSV15°84°75°
CMYK 0.000.630.84   0.25
XYZ23.973415.67662.9906
Yxy15.67660.56220.3676
Hunter Lab39.593738.790223.2373
CIE-Lab46.547346.312247.4968

#bf471e color RGB value is (191,71,30).

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

The process color (four color CMYK) of #bf471e color hex is 0.00, 0.63, 0.84, 0.25. Web safe color of #bf471e is #cc3333. Color #bf471e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 00011110
Octal 277 107 36
Decimal 191 71 30
Hex BF 47 1E

RGB Percentages of Color #bf471e

%65.41
%24.32
%10.27

CMYK Percentages of Color #bf471e

%0
%63
%84
%25

Triadic Colors of #bf471e

#bf471e #1ebf47 #471ebf

Analogous Colors of #bf471e

#bf471e #bf981e #bf1e45

Monochromatic Colors of #bf471e

#bf471e

Complementary Color

#bf471e #1e96bf

#bf471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf471e Color CSS Codes

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

#bf471e Text Font Color

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

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


#bf471e Background Color

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

This div background color is #bf471e


#bf471e Border Color

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

This div border color is #bf471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf471e


Comments

No comments written yet.

Please login to write comment.