Color Hex Logo

#bf6c4e Color Hex

#BF6C4E
(191,108,78)
0 Favorites   0 Comments

Color spaces of #bf6c4e

RGB 19110878
HSL0.040.470.53
HSV16°59°75°
CMYK 0.000.430.59   0.25
XYZ28.223622.351510.0345
Yxy22.35150.46570.3688
Hunter Lab47.277423.825420.5100
CIE-Lab54.398030.136331.0368

#bf6c4e color RGB value is (191,108,78).

#bf6c4e hex color red value is 191, green value is 108 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bf6c4e hue: 0.04 , saturation: 0.47 and the lightness value of bf6c4e is 0.53.

The process color (four color CMYK) of #bf6c4e color hex is 0.00, 0.43, 0.59, 0.25. Web safe color of #bf6c4e is #cc6666. Color #bf6c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101100 01001110
Octal 277 154 116
Decimal 191 108 78
Hex BF 6C 4E

RGB Percentages of Color #bf6c4e

%50.66
%28.65
%20.69

CMYK Percentages of Color #bf6c4e

%0
%43
%59
%25

Triadic Colors of #bf6c4e

#bf6c4e #4ebf6c #6c4ebf

Analogous Colors of #bf6c4e

#bf6c4e #bfa54e #bf4e69

Monochromatic Colors of #bf6c4e

#bf6c4e

Complementary Color

#bf6c4e #4ea1bf

#bf6c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6c4e Color CSS Codes

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

#bf6c4e Text Font Color

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

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


#bf6c4e Background Color

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

This div background color is #bf6c4e


#bf6c4e Border Color

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

This div border color is #bf6c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6c4e


Comments

No comments written yet.

Please login to write comment.