Color Hex Logo

#bf581e Color Hex

#BF581E
(191,88,30)
0 Favorites   0 Comments

Color spaces of #bf581e

RGB 1918830
HSL0.060.730.43
HSV22°84°75°
CMYK 0.000.540.84   0.25
XYZ25.209918.14963.4028
Yxy18.14960.53910.3881
Hunter Lab42.602331.073125.0859
CIE-Lab49.677138.162550.2390

#bf581e color RGB value is (191,88,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 00011110
Octal 277 130 36
Decimal 191 88 30
Hex BF 58 1E

RGB Percentages of Color #bf581e

%61.81
%28.48
%9.71

CMYK Percentages of Color #bf581e

%0
%54
%84
%25

Triadic Colors of #bf581e

#bf581e #1ebf58 #581ebf

Analogous Colors of #bf581e

#bf581e #bfa91e #bf1e34

Monochromatic Colors of #bf581e

#bf581e

Complementary Color

#bf581e #1e85bf

#bf581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf581e Color CSS Codes

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

#bf581e Text Font Color

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

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


#bf581e Background Color

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

This div background color is #bf581e


#bf581e Border Color

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

This div border color is #bf581e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf581e


Comments

No comments written yet.

Please login to write comment.