Color Hex Logo

#bfa43f Color Hex

#BFA43F
(191,164,63)
0 Favorites   0 Comments

Color spaces of #bfa43f

RGB 19116463
HSL0.130.500.50
HSV47°67°75°
CMYK 0.000.140.67   0.25
XYZ35.658537.986210.1553
Yxy37.98620.42550.4533
Hunter Lab61.6329-4.584333.3738
CIE-Lab68.0104-1.498154.1455

#bfa43f color RGB value is (191,164,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 00111111
Octal 277 244 77
Decimal 191 164 63
Hex BF A4 3F

RGB Percentages of Color #bfa43f

%45.69
%39.23
%15.07

CMYK Percentages of Color #bfa43f

%0
%14
%67
%25

Triadic Colors of #bfa43f

#bfa43f #3fbfa4 #a43fbf

Analogous Colors of #bfa43f

#bfa43f #9abf3f #bf643f

Monochromatic Colors of #bfa43f

#bfa43f

Complementary Color

#bfa43f #3f5abf

#bfa43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa43f Color CSS Codes

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

#bfa43f Text Font Color

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

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


#bfa43f Background Color

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

This div background color is #bfa43f


#bfa43f Border Color

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

This div border color is #bfa43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa43f


Comments

No comments written yet.

Please login to write comment.