Color Hex Logo

#bfb64e Color Hex

#BFB64E
(191,182,78)
0 Favorites   0 Comments

Color spaces of #bfb64e

RGB 19118278
HSL0.150.470.53
HSV55°59°75°
CMYK 0.000.050.59   0.25
XYZ39.589045.082313.8229
Yxy45.08230.40190.4577
Hunter Lab67.1434-12.253934.7942
CIE-Lab72.9461-9.981552.8375

#bfb64e color RGB value is (191,182,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 01001110
Octal 277 266 116
Decimal 191 182 78
Hex BF B6 4E

RGB Percentages of Color #bfb64e

%42.35
%40.35
%17.29

CMYK Percentages of Color #bfb64e

%0
%5
%59
%25

Triadic Colors of #bfb64e

#bfb64e #4ebfb6 #b64ebf

Analogous Colors of #bfb64e

#bfb64e #90bf4e #bf7e4e

Monochromatic Colors of #bfb64e

#bfb64e

Complementary Color

#bfb64e #4e57bf

#bfb64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb64e Color CSS Codes

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

#bfb64e Text Font Color

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

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


#bfb64e Background Color

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

This div background color is #bfb64e


#bfb64e Border Color

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

This div border color is #bfb64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb64e


Comments

No comments written yet.

Please login to write comment.