Color Hex Logo

#bfbc66 Color Hex

#BFBC66
(191,188,102)
0 Favorites   0 Comments

Color spaces of #bfbc66

RGB 191188102
HSL0.160.410.57
HSV58°47°75°
CMYK 0.000.020.47   0.25
XYZ41.867448.002119.6291
Yxy48.00210.38240.4384
Hunter Lab69.2835-13.380331.7007
CIE-Lab74.8263-11.055743.6148

#bfbc66 color RGB value is (191,188,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01100110
Octal 277 274 146
Decimal 191 188 102
Hex BF BC 66

RGB Percentages of Color #bfbc66

%39.71
%39.09
%21.21

CMYK Percentages of Color #bfbc66

%0
%2
%47
%25

Triadic Colors of #bfbc66

#bfbc66 #66bfbc #bc66bf

Analogous Colors of #bfbc66

#bfbc66 #96bf66 #bf9066

Monochromatic Colors of #bfbc66

#bfbc66

Complementary Color

#bfbc66 #6669bf

#bfbc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc66 Color CSS Codes

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

#bfbc66 Text Font Color

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

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


#bfbc66 Background Color

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

This div background color is #bfbc66


#bfbc66 Border Color

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

This div border color is #bfbc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc66


Comments

No comments written yet.

Please login to write comment.