Color Hex Logo

#bfa616 Color Hex

#BFA616
(191,166,22)
0 Favorites   0 Comments

Color spaces of #bfa616

RGB 19116622
HSL0.140.790.42
HSV51°88°75°
CMYK 0.000.130.88   0.25
XYZ35.266938.40676.3135
Yxy38.40670.44090.4802
Hunter Lab61.9731-6.874437.3410
CIE-Lab68.3193-4.154367.9676

#bfa616 color RGB value is (191,166,22).

#bfa616 hex color red value is 191, green value is 166 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bfa616 hue: 0.14 , saturation: 0.79 and the lightness value of bfa616 is 0.42.

The process color (four color CMYK) of #bfa616 color hex is 0.00, 0.13, 0.88, 0.25. Web safe color of #bfa616 is #cc9900. Color #bfa616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00010110
Octal 277 246 26
Decimal 191 166 22
Hex BF A6 16

RGB Percentages of Color #bfa616

%50.40
%43.80
%5.80

CMYK Percentages of Color #bfa616

%0
%13
%88
%25

Triadic Colors of #bfa616

#bfa616 #16bfa6 #a616bf

Analogous Colors of #bfa616

#bfa616 #84bf16 #bf5216

Monochromatic Colors of #bfa616

#bfa616

Complementary Color

#bfa616 #162fbf

#bfa616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa616 Color CSS Codes

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

#bfa616 Text Font Color

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

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


#bfa616 Background Color

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

This div background color is #bfa616


#bfa616 Border Color

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

This div border color is #bfa616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa616


Comments

No comments written yet.

Please login to write comment.