Color Hex Logo

#bfb72e Color Hex

#BFB72E
(191,183,46)
0 Favorites   0 Comments

Color spaces of #bfb72e

RGB 19118346
HSL0.160.610.46
HSV57°76°75°
CMYK 0.000.040.76   0.25
XYZ38.912545.14069.2469
Yxy45.14060.41710.4838
Hunter Lab67.1868-14.195138.8707
CIE-Lab72.9844-12.285965.5106

#bfb72e color RGB value is (191,183,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 00101110
Octal 277 267 56
Decimal 191 183 46
Hex BF B7 2E

RGB Percentages of Color #bfb72e

%45.48
%43.57
%10.95

CMYK Percentages of Color #bfb72e

%0
%4
%76
%25

Triadic Colors of #bfb72e

#bfb72e #2ebfb7 #b72ebf

Analogous Colors of #bfb72e

#bfb72e #7fbf2e #bf6f2e

Monochromatic Colors of #bfb72e

#bfb72e

Complementary Color

#bfb72e #2e36bf

#bfb72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb72e Color CSS Codes

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

#bfb72e Text Font Color

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

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


#bfb72e Background Color

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

This div background color is #bfb72e


#bfb72e Border Color

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

This div border color is #bfb72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb72e


Comments

No comments written yet.

Please login to write comment.