Color Hex Logo

#bfb20f Color Hex

#BFB20F
(191,178,15)
0 Favorites   0 Comments

Color spaces of #bfb20f

RGB 19117815
HSL0.150.850.40
HSV56°92°75°
CMYK 0.000.070.92   0.25
XYZ37.492542.95166.7664
Yxy42.95160.42990.4925
Hunter Lab65.5375-12.574839.7548
CIE-Lab71.5221-10.555271.6812

#bfb20f color RGB value is (191,178,15).

#bfb20f hex color red value is 191, green value is 178 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bfb20f hue: 0.15 , saturation: 0.85 and the lightness value of bfb20f is 0.40.

The process color (four color CMYK) of #bfb20f color hex is 0.00, 0.07, 0.92, 0.25. Web safe color of #bfb20f is #cc9900. Color #bfb20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 00001111
Octal 277 262 17
Decimal 191 178 15
Hex BF B2 F

RGB Percentages of Color #bfb20f

%49.74
%46.35
%3.91

CMYK Percentages of Color #bfb20f

%0
%7
%92
%25

Triadic Colors of #bfb20f

#bfb20f #0fbfb2 #b20fbf

Analogous Colors of #bfb20f

#bfb20f #74bf0f #bf5a0f

Monochromatic Colors of #bfb20f

#bfb20f

Complementary Color

#bfb20f #0f1cbf

#bfb20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb20f Color CSS Codes

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

#bfb20f Text Font Color

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

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


#bfb20f Background Color

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

This div background color is #bfb20f


#bfb20f Border Color

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

This div border color is #bfb20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb20f


Comments

No comments written yet.

Please login to write comment.