Color Hex Logo

#bfb74c Color Hex

#BFB74C
(191,183,76)
0 Favorites   0 Comments

Color spaces of #bfb74c

RGB 19118376
HSL0.160.470.52
HSV56°60°75°
CMYK 0.000.040.60   0.25
XYZ39.723945.465113.5195
Yxy45.46510.40240.4606
Hunter Lab67.4278-12.838635.3116
CIE-Lab73.1971-10.639954.0112

#bfb74c color RGB value is (191,183,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01001100
Octal 277 267 114
Decimal 191 183 76
Hex BF B7 4C

RGB Percentages of Color #bfb74c

%42.44
%40.67
%16.89

CMYK Percentages of Color #bfb74c

%0
%4
%60
%25

Triadic Colors of #bfb74c

#bfb74c #4cbfb7 #b74cbf

Analogous Colors of #bfb74c

#bfb74c #8ebf4c #bf7e4c

Monochromatic Colors of #bfb74c

#bfb74c

Complementary Color

#bfb74c #4c54bf

#bfb74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb74c Color CSS Codes

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

#bfb74c Text Font Color

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

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


#bfb74c Background Color

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

This div background color is #bfb74c


#bfb74c Border Color

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

This div border color is #bfb74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb74c


Comments

No comments written yet.

Please login to write comment.