Color Hex Logo

#bfbc71 Color Hex

#BFBC71
(191,188,113)
0 Favorites   0 Comments

Color spaces of #bfbc71

RGB 191188113
HSL0.160.380.60
HSV58°41°75°
CMYK 0.000.020.41   0.25
XYZ42.449748.235122.6957
Yxy48.23510.37440.4254
Hunter Lab69.4515-12.438529.2410
CIE-Lab74.9730-9.932538.2664

#bfbc71 color RGB value is (191,188,113).

#bfbc71 hex color red value is 191, green value is 188 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bfbc71 hue: 0.16 , saturation: 0.38 and the lightness value of bfbc71 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01110001
Octal 277 274 161
Decimal 191 188 113
Hex BF BC 71

RGB Percentages of Color #bfbc71

%38.82
%38.21
%22.97

CMYK Percentages of Color #bfbc71

%0
%2
%41
%25

Triadic Colors of #bfbc71

#bfbc71 #71bfbc #bc71bf

Analogous Colors of #bfbc71

#bfbc71 #9bbf71 #bf9571

Monochromatic Colors of #bfbc71

#bfbc71

Complementary Color

#bfbc71 #7174bf

#bfbc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc71 Color CSS Codes

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

#bfbc71 Text Font Color

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

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


#bfbc71 Background Color

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

This div background color is #bfbc71


#bfbc71 Border Color

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

This div border color is #bfbc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc71


Comments

No comments written yet.

Please login to write comment.