Color Hex Logo

#bfac2c Color Hex

#BFAC2C
(191,172,44)
0 Favorites   0 Comments

Color spaces of #bfac2c

RGB 19117244
HSL0.150.630.46
HSV52°77°75°
CMYK 0.000.100.77   0.25
XYZ36.693040.76338.3170
Yxy40.76330.42780.4752
Hunter Lab63.8461-9.145136.9688
CIE-Lab70.0098-6.661763.4335

#bfac2c color RGB value is (191,172,44).

#bfac2c hex color red value is 191, green value is 172 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bfac2c hue: 0.15 , saturation: 0.63 and the lightness value of bfac2c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00101100
Octal 277 254 54
Decimal 191 172 44
Hex BF AC 2C

RGB Percentages of Color #bfac2c

%46.93
%42.26
%10.81

CMYK Percentages of Color #bfac2c

%0
%10
%77
%25

Triadic Colors of #bfac2c

#bfac2c #2cbfac #ac2cbf

Analogous Colors of #bfac2c

#bfac2c #89bf2c #bf632c

Monochromatic Colors of #bfac2c

#bfac2c

Complementary Color

#bfac2c #2c3fbf

#bfac2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac2c Color CSS Codes

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

#bfac2c Text Font Color

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

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


#bfac2c Background Color

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

This div background color is #bfac2c


#bfac2c Border Color

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

This div border color is #bfac2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac2c


Comments

No comments written yet.

Please login to write comment.