Color Hex Logo

#bfa71a Color Hex

#BFA71A
(191,167,26)
0 Favorites   0 Comments

Color spaces of #bfa71a

RGB 19116726
HSL0.140.760.43
HSV51°86°75°
CMYK 0.000.130.86   0.25
XYZ35.491038.78846.5936
Yxy38.78840.43880.4796
Hunter Lab62.2803-7.270837.3192
CIE-Lab68.5977-4.594967.3193

#bfa71a color RGB value is (191,167,26).

#bfa71a hex color red value is 191, green value is 167 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bfa71a hue: 0.14 , saturation: 0.76 and the lightness value of bfa71a is 0.43.

The process color (four color CMYK) of #bfa71a color hex is 0.00, 0.13, 0.86, 0.25. Web safe color of #bfa71a is #cc9933. Color #bfa71a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00011010
Octal 277 247 32
Decimal 191 167 26
Hex BF A7 1A

RGB Percentages of Color #bfa71a

%49.74
%43.49
%6.77

CMYK Percentages of Color #bfa71a

%0
%13
%86
%25

Triadic Colors of #bfa71a

#bfa71a #1abfa7 #a71abf

Analogous Colors of #bfa71a

#bfa71a #85bf1a #bf541a

Monochromatic Colors of #bfa71a

#bfa71a

Complementary Color

#bfa71a #1a32bf

#bfa71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa71a Color CSS Codes

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

#bfa71a Text Font Color

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

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


#bfa71a Background Color

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

This div background color is #bfa71a


#bfa71a Border Color

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

This div border color is #bfa71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa71a


Comments

No comments written yet.

Please login to write comment.