Color Hex Logo

#bfbc60 Color Hex

#BFBC60
(191,188,96)
0 Favorites   0 Comments

Color spaces of #bfbc60

RGB 19118896
HSL0.160.430.56
HSV58°50°75°
CMYK 0.000.020.50   0.25
XYZ41.580447.887318.1180
Yxy47.88730.38650.4451
Hunter Lab69.2007-13.846332.9172
CIE-Lab74.7538-11.614646.4668

#bfbc60 color RGB value is (191,188,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01100000
Octal 277 274 140
Decimal 191 188 96
Hex BF BC 60

RGB Percentages of Color #bfbc60

%40.21
%39.58
%20.21

CMYK Percentages of Color #bfbc60

%0
%2
%50
%25

Triadic Colors of #bfbc60

#bfbc60 #60bfbc #bc60bf

Analogous Colors of #bfbc60

#bfbc60 #93bf60 #bf8d60

Monochromatic Colors of #bfbc60

#bfbc60

Complementary Color

#bfbc60 #6063bf

#bfbc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc60 Color CSS Codes

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

#bfbc60 Text Font Color

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

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


#bfbc60 Background Color

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

This div background color is #bfbc60


#bfbc60 Border Color

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

This div border color is #bfbc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc60


Comments

No comments written yet.

Please login to write comment.