Color Hex Logo

#bfb34e Color Hex

#BFB34E
(191,179,78)
0 Favorites   0 Comments

Color spaces of #bfb34e

RGB 19117978
HSL0.150.470.53
HSV54°59°75°
CMYK 0.000.060.59   0.25
XYZ38.981143.866613.6203
Yxy43.86660.40410.4547
Hunter Lab66.2319-10.848734.1696
CIE-Lab72.1392-8.425051.9399

#bfb34e color RGB value is (191,179,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01001110
Octal 277 263 116
Decimal 191 179 78
Hex BF B3 4E

RGB Percentages of Color #bfb34e

%42.63
%39.96
%17.41

CMYK Percentages of Color #bfb34e

%0
%6
%59
%25

Triadic Colors of #bfb34e

#bfb34e #4ebfb3 #b34ebf

Analogous Colors of #bfb34e

#bfb34e #93bf4e #bf7b4e

Monochromatic Colors of #bfb34e

#bfb34e

Complementary Color

#bfb34e #4e5abf

#bfb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb34e Color CSS Codes

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

#bfb34e Text Font Color

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

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


#bfb34e Background Color

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

This div background color is #bfb34e


#bfb34e Border Color

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

This div border color is #bfb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb34e


Comments

No comments written yet.

Please login to write comment.