Color Hex Logo

#bfb40f Color Hex

#BFB40F
(191,180,15)
0 Favorites   0 Comments

Color spaces of #bfb40f

RGB 19118015
HSL0.160.850.40
HSV56°92°75°
CMYK 0.000.060.92   0.25
XYZ37.893343.75346.9000
Yxy43.75340.42790.4941
Hunter Lab66.1464-13.498740.1177
CIE-Lab72.0634-11.586172.0964

#bfb40f color RGB value is (191,180,15).

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

The process color (four color CMYK) of #bfb40f color hex is 0.00, 0.06, 0.92, 0.25. Web safe color of #bfb40f is #cccc00. Color #bfb40f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 00001111
Octal 277 264 17
Decimal 191 180 15
Hex BF B4 F

RGB Percentages of Color #bfb40f

%49.48
%46.63
%3.89

CMYK Percentages of Color #bfb40f

%0
%6
%92
%25

Triadic Colors of #bfb40f

#bfb40f #0fbfb4 #b40fbf

Analogous Colors of #bfb40f

#bfb40f #72bf0f #bf5c0f

Monochromatic Colors of #bfb40f

#bfb40f

Complementary Color

#bfb40f #0f1abf

#bfb40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb40f Color CSS Codes

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

#bfb40f Text Font Color

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

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


#bfb40f Background Color

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

This div background color is #bfb40f


#bfb40f Border Color

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

This div border color is #bfb40f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,180,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 #bfb40f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb40f


Comments

No comments written yet.

Please login to write comment.