Color Hex Logo

#bfb94f Color Hex

#BFB94F
(191,185,79)
0 Favorites   0 Comments

Color spaces of #bfb94f

RGB 19118579
HSL0.160.470.53
HSV57°59°75°
CMYK 0.000.030.59   0.25
XYZ40.246146.338814.2202
Yxy46.33880.39920.4597
Hunter Lab68.0726-13.593735.2653
CIE-Lab73.7648-11.456153.2952

#bfb94f color RGB value is (191,185,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 01001111
Octal 277 271 117
Decimal 191 185 79
Hex BF B9 4F

RGB Percentages of Color #bfb94f

%41.98
%40.66
%17.36

CMYK Percentages of Color #bfb94f

%0
%3
%59
%25

Triadic Colors of #bfb94f

#bfb94f #4fbfb9 #b94fbf

Analogous Colors of #bfb94f

#bfb94f #8dbf4f #bf814f

Monochromatic Colors of #bfb94f

#bfb94f

Complementary Color

#bfb94f #4f55bf

#bfb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb94f Color CSS Codes

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

#bfb94f Text Font Color

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

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


#bfb94f Background Color

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

This div background color is #bfb94f


#bfb94f Border Color

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

This div border color is #bfb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb94f


Comments

No comments written yet.

Please login to write comment.