Color Hex Logo

#bfb33f Color Hex

#BFB33F
(191,179,63)
0 Favorites   0 Comments

Color spaces of #bfb33f

RGB 19117963
HSL0.150.500.50
HSV54°67°75°
CMYK 0.000.060.67   0.25
XYZ38.503243.675411.1035
Yxy43.67540.41280.4682
Hunter Lab66.0874-11.656936.2997
CIE-Lab72.0110-9.396658.3037

#bfb33f color RGB value is (191,179,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 00111111
Octal 277 263 77
Decimal 191 179 63
Hex BF B3 3F

RGB Percentages of Color #bfb33f

%44.11
%41.34
%14.55

CMYK Percentages of Color #bfb33f

%0
%6
%67
%25

Triadic Colors of #bfb33f

#bfb33f #3fbfb3 #b33fbf

Analogous Colors of #bfb33f

#bfb33f #8bbf3f #bf733f

Monochromatic Colors of #bfb33f

#bfb33f

Complementary Color

#bfb33f #3f4bbf

#bfb33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb33f Color CSS Codes

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

#bfb33f Text Font Color

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

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


#bfb33f Background Color

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

This div background color is #bfb33f


#bfb33f Border Color

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

This div border color is #bfb33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb33f


Comments

No comments written yet.

Please login to write comment.