Color Hex Logo

#bfb64f Color Hex

#BFB64F
(191,182,79)
0 Favorites   0 Comments

Color spaces of #bfb64f

RGB 19118279
HSL0.150.470.53
HSV55°59°75°
CMYK 0.000.050.59   0.25
XYZ39.625145.096814.0132
Yxy45.09680.40130.4567
Hunter Lab67.1542-12.193734.6357
CIE-Lab72.9556-9.909152.3947

#bfb64f color RGB value is (191,182,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 01001111
Octal 277 266 117
Decimal 191 182 79
Hex BF B6 4F

RGB Percentages of Color #bfb64f

%42.26
%40.27
%17.48

CMYK Percentages of Color #bfb64f

%0
%5
%59
%25

Triadic Colors of #bfb64f

#bfb64f #4fbfb6 #b64fbf

Analogous Colors of #bfb64f

#bfb64f #90bf4f #bf7e4f

Monochromatic Colors of #bfb64f

#bfb64f

Complementary Color

#bfb64f #4f58bf

#bfb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb64f Color CSS Codes

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

#bfb64f Text Font Color

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

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


#bfb64f Background Color

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

This div background color is #bfb64f


#bfb64f Border Color

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

This div border color is #bfb64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb64f


Comments

No comments written yet.

Please login to write comment.