Color Hex Logo

#bfa62e Color Hex

#BFA62E
(191,166,46)
0 Favorites   0 Comments

Color spaces of #bfa62e

RGB 19116646
HSL0.140.610.46
HSV50°76°75°
CMYK 0.000.130.76   0.25
XYZ35.615238.54618.1478
Yxy38.54610.43270.4683
Hunter Lab62.0855-6.253535.6789
CIE-Lab68.4212-3.414561.2740

#bfa62e color RGB value is (191,166,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00101110
Octal 277 246 56
Decimal 191 166 46
Hex BF A6 2E

RGB Percentages of Color #bfa62e

%47.39
%41.19
%11.41

CMYK Percentages of Color #bfa62e

%0
%13
%76
%25

Triadic Colors of #bfa62e

#bfa62e #2ebfa6 #a62ebf

Analogous Colors of #bfa62e

#bfa62e #90bf2e #bf5e2e

Monochromatic Colors of #bfa62e

#bfa62e

Complementary Color

#bfa62e #2e47bf

#bfa62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa62e Color CSS Codes

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

#bfa62e Text Font Color

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

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


#bfa62e Background Color

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

This div background color is #bfa62e


#bfa62e Border Color

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

This div border color is #bfa62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa62e


Comments

No comments written yet.

Please login to write comment.