Color Hex Logo

#bfbc47 Color Hex

#BFBC47
(191,188,71)
0 Favorites   0 Comments

Color spaces of #bfbc47

RGB 19118871
HSL0.160.480.51
HSV59°63°75°
CMYK 0.000.020.63   0.25
XYZ40.606447.497712.9890
Yxy47.49770.40170.4698
Hunter Lab68.9186-15.436437.0687
CIE-Lab74.5070-13.538057.5921

#bfbc47 color RGB value is (191,188,71).

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

The process color (four color CMYK) of #bfbc47 color hex is 0.00, 0.02, 0.63, 0.25. Web safe color of #bfbc47 is #cccc33. Color #bfbc47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01000111
Octal 277 274 107
Decimal 191 188 71
Hex BF BC 47

RGB Percentages of Color #bfbc47

%42.44
%41.78
%15.78

CMYK Percentages of Color #bfbc47

%0
%2
%63
%25

Triadic Colors of #bfbc47

#bfbc47 #47bfbc #bc47bf

Analogous Colors of #bfbc47

#bfbc47 #86bf47 #bf8047

Monochromatic Colors of #bfbc47

#bfbc47

Complementary Color

#bfbc47 #474abf

#bfbc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc47 Color CSS Codes

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

#bfbc47 Text Font Color

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

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


#bfbc47 Background Color

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

This div background color is #bfbc47


#bfbc47 Border Color

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

This div border color is #bfbc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc47


Comments

No comments written yet.

Please login to write comment.