Color Hex Logo

#bfb90f Color Hex

#BFB90F
(191,185,15)
0 Favorites   0 Comments

Color spaces of #bfb90f

RGB 19118515
HSL0.160.850.40
HSV58°92°75°
CMYK 0.000.030.92   0.25
XYZ38.921045.80887.2426
Yxy45.80880.42320.4981
Hunter Lab67.6822-15.796541.0330
CIE-Lab73.4213-14.142173.1392

#bfb90f color RGB value is (191,185,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 00001111
Octal 277 271 17
Decimal 191 185 15
Hex BF B9 F

RGB Percentages of Color #bfb90f

%48.85
%47.31
%3.84

CMYK Percentages of Color #bfb90f

%0
%3
%92
%25

Triadic Colors of #bfb90f

#bfb90f #0fbfb9 #b90fbf

Analogous Colors of #bfb90f

#bfb90f #6dbf0f #bf610f

Monochromatic Colors of #bfb90f

#bfb90f

Complementary Color

#bfb90f #0f15bf

#bfb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb90f Color CSS Codes

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

#bfb90f Text Font Color

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

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


#bfb90f Background Color

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

This div background color is #bfb90f


#bfb90f Border Color

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

This div border color is #bfb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb90f


Comments

No comments written yet.

Please login to write comment.