Color Hex Logo

#bf7e59 Color Hex

#BF7E59
(191,126,89)
0 Favorites   0 Comments

Color spaces of #bf7e59

RGB 19112689
HSL0.060.440.55
HSV22°53°75°
CMYK 0.000.340.53   0.25
XYZ30.749926.719312.9878
Yxy26.71930.43640.3792
Hunter Lab51.690715.727821.2863
CIE-Lab58.713621.204330.3652

#bf7e59 color RGB value is (191,126,89).

#bf7e59 hex color red value is 191, green value is 126 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bf7e59 hue: 0.06 , saturation: 0.44 and the lightness value of bf7e59 is 0.55.

The process color (four color CMYK) of #bf7e59 color hex is 0.00, 0.34, 0.53, 0.25. Web safe color of #bf7e59 is #cc6666. Color #bf7e59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111110 01011001
Octal 277 176 131
Decimal 191 126 89
Hex BF 7E 59

RGB Percentages of Color #bf7e59

%47.04
%31.03
%21.92

CMYK Percentages of Color #bf7e59

%0
%34
%53
%25

Triadic Colors of #bf7e59

#bf7e59 #59bf7e #7e59bf

Analogous Colors of #bf7e59

#bf7e59 #bfb159 #bf5967

Monochromatic Colors of #bf7e59

#bf7e59

Complementary Color

#bf7e59 #599abf

#bf7e59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7e59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7e59 Color CSS Codes

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

#bf7e59 Text Font Color

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

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


#bf7e59 Background Color

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

This div background color is #bf7e59


#bf7e59 Border Color

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

This div border color is #bf7e59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7e59


Comments

No comments written yet.

Please login to write comment.