Color Hex Logo

#bfa31e Color Hex

#BFA31E
(191,163,30)
0 Favorites   0 Comments

Color spaces of #bfa31e

RGB 19116330
HSL0.140.730.43
HSV50°84°75°
CMYK 0.000.150.84   0.25
XYZ34.817437.36456.6053
Yxy37.36450.44190.4742
Hunter Lab61.1265-5.298536.3817
CIE-Lab67.5496-2.369665.4658

#bfa31e color RGB value is (191,163,30).

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

The process color (four color CMYK) of #bfa31e color hex is 0.00, 0.15, 0.84, 0.25. Web safe color of #bfa31e is #cc9933. Color #bfa31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00011110
Octal 277 243 36
Decimal 191 163 30
Hex BF A3 1E

RGB Percentages of Color #bfa31e

%49.74
%42.45
%7.81

CMYK Percentages of Color #bfa31e

%0
%15
%84
%25

Triadic Colors of #bfa31e

#bfa31e #1ebfa3 #a31ebf

Analogous Colors of #bfa31e

#bfa31e #8bbf1e #bf531e

Monochromatic Colors of #bfa31e

#bfa31e

Complementary Color

#bfa31e #1e3abf

#bfa31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa31e Color CSS Codes

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

#bfa31e Text Font Color

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

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


#bfa31e Background Color

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

This div background color is #bfa31e


#bfa31e Border Color

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

This div border color is #bfa31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa31e


Comments

No comments written yet.

Please login to write comment.