Color Hex Logo

#bfb14f Color Hex

#BFB14F
(191,177,79)
0 Favorites   0 Comments

Color spaces of #bfb14f

RGB 19117779
HSL0.150.470.53
HSV53°59°75°
CMYK 0.000.070.59   0.25
XYZ38.619343.085213.6779
Yxy43.08520.40490.4517
Hunter Lab65.6393-9.847233.5927
CIE-Lab71.6128-7.308650.8914

#bfb14f color RGB value is (191,177,79).

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

The process color (four color CMYK) of #bfb14f color hex is 0.00, 0.07, 0.59, 0.25. Web safe color of #bfb14f is #cc9966. Color #bfb14f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01001111
Octal 277 261 117
Decimal 191 177 79
Hex BF B1 4F

RGB Percentages of Color #bfb14f

%42.73
%39.60
%17.67

CMYK Percentages of Color #bfb14f

%0
%7
%59
%25

Triadic Colors of #bfb14f

#bfb14f #4fbfb1 #b14fbf

Analogous Colors of #bfb14f

#bfb14f #95bf4f #bf794f

Monochromatic Colors of #bfb14f

#bfb14f

Complementary Color

#bfb14f #4f5dbf

#bfb14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb14f Color CSS Codes

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

#bfb14f Text Font Color

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

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


#bfb14f Background Color

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

This div background color is #bfb14f


#bfb14f Border Color

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

This div border color is #bfb14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb14f


Comments

No comments written yet.

Please login to write comment.