Color Hex Logo

#bfb32e Color Hex

#BFB32E
(191,179,46)
0 Favorites   0 Comments

Color spaces of #bfb32e

RGB 19117946
HSL0.150.610.46
HSV55°76°75°
CMYK 0.000.060.76   0.25
XYZ38.099143.51388.9757
Yxy43.51380.42060.4803
Hunter Lab65.9650-12.343338.1080
CIE-Lab71.9023-10.227064.5129

#bfb32e color RGB value is (191,179,46).

#bfb32e hex color red value is 191, green value is 179 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfb32e hue: 0.15 , saturation: 0.61 and the lightness value of bfb32e is 0.46.

The process color (four color CMYK) of #bfb32e color hex is 0.00, 0.06, 0.76, 0.25. Web safe color of #bfb32e is #cccc33. Color #bfb32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 00101110
Octal 277 263 56
Decimal 191 179 46
Hex BF B3 2E

RGB Percentages of Color #bfb32e

%45.91
%43.03
%11.06

CMYK Percentages of Color #bfb32e

%0
%6
%76
%25

Triadic Colors of #bfb32e

#bfb32e #2ebfb3 #b32ebf

Analogous Colors of #bfb32e

#bfb32e #83bf2e #bf6b2e

Monochromatic Colors of #bfb32e

#bfb32e

Complementary Color

#bfb32e #2e3abf

#bfb32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb32e Color CSS Codes

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

#bfb32e Text Font Color

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

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


#bfb32e Background Color

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

This div background color is #bfb32e


#bfb32e Border Color

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

This div border color is #bfb32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb32e


Comments

No comments written yet.

Please login to write comment.