Color Hex Logo

#bfbf4d Color Hex

#BFBF4D
(191,191,77)
0 Favorites   0 Comments

Color spaces of #bfbf4d

RGB 19119177
HSL0.170.470.53
HSV60°60°75°
CMYK 0.000.000.60   0.25
XYZ41.456248.873814.2698
Yxy48.87380.39630.4672
Hunter Lab69.9098-16.492436.8347
CIE-Lab75.3727-14.660855.9496

#bfbf4d color RGB value is (191,191,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111111 01001101
Octal 277 277 115
Decimal 191 191 77
Hex BF BF 4D

RGB Percentages of Color #bfbf4d

%41.61
%41.61
%16.78

CMYK Percentages of Color #bfbf4d

%0
%0
%60
%25

Triadic Colors of #bfbf4d

#bfbf4d #4dbfbf #bf4dbf

Analogous Colors of #bfbf4d

#bfbf4d #86bf4d #bf864d

Monochromatic Colors of #bfbf4d

#bfbf4d

Complementary Color

#bfbf4d #4d4dbf

#bfbf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbf4d Color CSS Codes

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

#bfbf4d Text Font Color

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

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


#bfbf4d Background Color

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

This div background color is #bfbf4d


#bfbf4d Border Color

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

This div border color is #bfbf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbf4d


Comments

No comments written yet.

Please login to write comment.