Color Hex Logo

#bfb03f Color Hex

#BFB03F
(191,176,63)
1 Favorites   0 Comments

Color spaces of #bfb03f

RGB 19117663
HSL0.150.500.50
HSV53°67°75°
CMYK 0.000.080.67   0.25
XYZ37.908442.485910.9052
Yxy42.48590.41520.4653
Hunter Lab65.1812-10.254235.7073
CIE-Lab71.2046-7.835957.4730

#bfb03f color RGB value is (191,176,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00111111
Octal 277 260 77
Decimal 191 176 63
Hex BF B0 3F

RGB Percentages of Color #bfb03f

%44.42
%40.93
%14.65

CMYK Percentages of Color #bfb03f

%0
%8
%67
%25

Triadic Colors of #bfb03f

#bfb03f #3fbfb0 #b03fbf

Analogous Colors of #bfb03f

#bfb03f #8ebf3f #bf703f

Monochromatic Colors of #bfb03f

#bfb03f

Complementary Color

#bfb03f #3f4ebf

#bfb03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb03f Color CSS Codes

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

#bfb03f Text Font Color

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

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


#bfb03f Background Color

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

This div background color is #bfb03f


#bfb03f Border Color

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

This div border color is #bfb03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb03f


Comments

No comments written yet.

Please login to write comment.