Color Hex Logo

#bfb11e Color Hex

#BFB11E
(191,177,30)
0 Favorites   0 Comments

Color spaces of #bfb11e

RGB 19117730
HSL0.150.730.43
HSV55°84°75°
CMYK 0.000.070.84   0.25
XYZ37.442342.61447.4803
Yxy42.61440.42770.4868
Hunter Lab65.2797-11.857738.9018
CIE-Lab71.2925-9.729168.5919

#bfb11e color RGB value is (191,177,30).

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

The process color (four color CMYK) of #bfb11e color hex is 0.00, 0.07, 0.84, 0.25. Web safe color of #bfb11e is #cc9933. Color #bfb11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 00011110
Octal 277 261 36
Decimal 191 177 30
Hex BF B1 1E

RGB Percentages of Color #bfb11e

%47.99
%44.47
%7.54

CMYK Percentages of Color #bfb11e

%0
%7
%84
%25

Triadic Colors of #bfb11e

#bfb11e #1ebfb1 #b11ebf

Analogous Colors of #bfb11e

#bfb11e #7dbf1e #bf611e

Monochromatic Colors of #bfb11e

#bfb11e

Complementary Color

#bfb11e #1e2cbf

#bfb11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb11e Color CSS Codes

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

#bfb11e Text Font Color

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

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


#bfb11e Background Color

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

This div background color is #bfb11e


#bfb11e Border Color

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

This div border color is #bfb11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb11e


Comments

No comments written yet.

Please login to write comment.