Color Hex Logo

#bfa120 Color Hex

#BFA120
(191,161,32)
0 Favorites   0 Comments

Color spaces of #bfa120

RGB 19116132
HSL0.140.710.44
HSV49°83°75°
CMYK 0.000.160.83   0.25
XYZ34.491436.67046.6267
Yxy36.67040.44340.4714
Hunter Lab60.5561-4.303535.9011
CIE-Lab67.0290-1.245864.4835

#bfa120 color RGB value is (191,161,32).

#bfa120 hex color red value is 191, green value is 161 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bfa120 hue: 0.14 , saturation: 0.71 and the lightness value of bfa120 is 0.44.

The process color (four color CMYK) of #bfa120 color hex is 0.00, 0.16, 0.83, 0.25. Web safe color of #bfa120 is #cc9933. Color #bfa120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 00100000
Octal 277 241 40
Decimal 191 161 32
Hex BF A1 20

RGB Percentages of Color #bfa120

%49.74
%41.93
%8.33

CMYK Percentages of Color #bfa120

%0
%16
%83
%25

Triadic Colors of #bfa120

#bfa120 #20bfa1 #a120bf

Analogous Colors of #bfa120

#bfa120 #8ebf20 #bf5220

Monochromatic Colors of #bfa120

#bfa120

Complementary Color

#bfa120 #203ebf

#bfa120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa120 Color CSS Codes

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

#bfa120 Text Font Color

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

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


#bfa120 Background Color

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

This div background color is #bfa120


#bfa120 Border Color

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

This div border color is #bfa120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa120


Comments

No comments written yet.

Please login to write comment.