Color Hex Logo

#bfbb4e Color Hex

#BFBB4E
(191,187,78)
0 Favorites   0 Comments

Color spaces of #bfbb4e

RGB 19118778
HSL0.160.470.53
HSV58°59°75°
CMYK 0.000.020.59   0.25
XYZ40.631347.167114.1704
Yxy47.16710.39850.4626
Hunter Lab68.6783-14.583335.8415
CIE-Lab74.2965-12.553854.3305

#bfbb4e color RGB value is (191,187,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01001110
Octal 277 273 116
Decimal 191 187 78
Hex BF BB 4E

RGB Percentages of Color #bfbb4e

%41.89
%41.01
%17.11

CMYK Percentages of Color #bfbb4e

%0
%2
%59
%25

Triadic Colors of #bfbb4e

#bfbb4e #4ebfbb #bb4ebf

Analogous Colors of #bfbb4e

#bfbb4e #8bbf4e #bf834e

Monochromatic Colors of #bfbb4e

#bfbb4e

Complementary Color

#bfbb4e #4e52bf

#bfbb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb4e Color CSS Codes

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

#bfbb4e Text Font Color

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

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


#bfbb4e Background Color

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

This div background color is #bfbb4e


#bfbb4e Border Color

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

This div border color is #bfbb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb4e


Comments

No comments written yet.

Please login to write comment.