Color Hex Logo

#bfb10f Color Hex

#BFB10F
(191,177,15)
0 Favorites   0 Comments

Color spaces of #bfb10f

RGB 19117715
HSL0.150.850.40
HSV55°92°75°
CMYK 0.000.070.92   0.25
XYZ37.294242.55516.7003
Yxy42.55510.43090.4917
Hunter Lab65.2343-12.112239.5742
CIE-Lab71.2520-10.038471.4742

#bfb10f color RGB value is (191,177,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 00001111
Octal 277 261 17
Decimal 191 177 15
Hex BF B1 F

RGB Percentages of Color #bfb10f

%49.87
%46.21
%3.92

CMYK Percentages of Color #bfb10f

%0
%7
%92
%25

Triadic Colors of #bfb10f

#bfb10f #0fbfb1 #b10fbf

Analogous Colors of #bfb10f

#bfb10f #75bf0f #bf590f

Monochromatic Colors of #bfb10f

#bfb10f

Complementary Color

#bfb10f #0f1dbf

#bfb10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb10f Color CSS Codes

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

#bfb10f Text Font Color

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

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


#bfb10f Background Color

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

This div background color is #bfb10f


#bfb10f Border Color

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

This div border color is #bfb10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb10f


Comments

No comments written yet.

Please login to write comment.