Color Hex Logo

#bfac3f Color Hex

#BFAC3F
(191,172,63)
0 Favorites   0 Comments

Color spaces of #bfac3f

RGB 19117263
HSL0.140.500.50
HSV51°67°75°
CMYK 0.000.100.67   0.25
XYZ37.135640.940310.6476
Yxy40.94030.41860.4614
Hunter Lab63.9846-8.374634.9228
CIE-Lab70.1341-5.739556.3644

#bfac3f color RGB value is (191,172,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00111111
Octal 277 254 77
Decimal 191 172 63
Hex BF AC 3F

RGB Percentages of Color #bfac3f

%44.84
%40.38
%14.79

CMYK Percentages of Color #bfac3f

%0
%10
%67
%25

Triadic Colors of #bfac3f

#bfac3f #3fbfac #ac3fbf

Analogous Colors of #bfac3f

#bfac3f #92bf3f #bf6c3f

Monochromatic Colors of #bfac3f

#bfac3f

Complementary Color

#bfac3f #3f52bf

#bfac3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac3f Color CSS Codes

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

#bfac3f Text Font Color

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

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


#bfac3f Background Color

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

This div background color is #bfac3f


#bfac3f Border Color

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

This div border color is #bfac3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac3f


Comments

No comments written yet.

Please login to write comment.