Color Hex Logo

#bfb03e Color Hex

#BFB03E
(191,176,62)
0 Favorites   0 Comments

Color spaces of #bfb03e

RGB 19117662
HSL0.150.510.50
HSV53°68°75°
CMYK 0.000.080.68   0.25
XYZ37.880742.474810.7594
Yxy42.47480.41570.4662
Hunter Lab65.1727-10.301635.8327
CIE-Lab71.1970-7.892857.8757

#bfb03e color RGB value is (191,176,62).

#bfb03e hex color red value is 191, green value is 176 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bfb03e hue: 0.15 , saturation: 0.51 and the lightness value of bfb03e is 0.50.

The process color (four color CMYK) of #bfb03e color hex is 0.00, 0.08, 0.68, 0.25. Web safe color of #bfb03e is #cc9933. Color #bfb03e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00111110
Octal 277 260 76
Decimal 191 176 62
Hex BF B0 3E

RGB Percentages of Color #bfb03e

%44.52
%41.03
%14.45

CMYK Percentages of Color #bfb03e

%0
%8
%68
%25

Triadic Colors of #bfb03e

#bfb03e #3ebfb0 #b03ebf

Analogous Colors of #bfb03e

#bfb03e #8ebf3e #bf703e

Monochromatic Colors of #bfb03e

#bfb03e

Complementary Color

#bfb03e #3e4dbf

#bfb03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb03e Color CSS Codes

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

#bfb03e Text Font Color

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

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


#bfb03e Background Color

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

This div background color is #bfb03e


#bfb03e Border Color

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

This div border color is #bfb03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb03e


Comments

No comments written yet.

Please login to write comment.