Color Hex Logo

#bfb44e Color Hex

#BFB44E
(191,180,78)
0 Favorites   0 Comments

Color spaces of #bfb44e

RGB 19118078
HSL0.150.470.53
HSV54°59°75°
CMYK 0.000.060.59   0.25
XYZ39.182344.268913.6874
Yxy44.26890.40340.4557
Hunter Lab66.5349-11.317634.3774
CIE-Lab72.4079-8.944852.2391

#bfb44e color RGB value is (191,180,78).

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

The process color (four color CMYK) of #bfb44e color hex is 0.00, 0.06, 0.59, 0.25. Web safe color of #bfb44e is #cccc66. Color #bfb44e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01001110
Octal 277 264 116
Decimal 191 180 78
Hex BF B4 4E

RGB Percentages of Color #bfb44e

%42.54
%40.09
%17.37

CMYK Percentages of Color #bfb44e

%0
%6
%59
%25

Triadic Colors of #bfb44e

#bfb44e #4ebfb4 #b44ebf

Analogous Colors of #bfb44e

#bfb44e #92bf4e #bf7c4e

Monochromatic Colors of #bfb44e

#bfb44e

Complementary Color

#bfb44e #4e59bf

#bfb44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb44e Color CSS Codes

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

#bfb44e Text Font Color

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

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


#bfb44e Background Color

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

This div background color is #bfb44e


#bfb44e Border Color

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

This div border color is #bfb44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb44e


Comments

No comments written yet.

Please login to write comment.