Color Hex Logo

#bfa74e Color Hex

#BFA74E
(191,167,78)
0 Favorites   0 Comments

Color spaces of #bfa74e

RGB 19116778
HSL0.130.470.53
HSV47°59°75°
CMYK 0.000.130.59   0.25
XYZ36.679739.263912.8532
Yxy39.26390.41310.4422
Hunter Lab62.6609-5.168431.7009
CIE-Lab68.9420-2.103348.3416

#bfa74e color RGB value is (191,167,78).

#bfa74e hex color red value is 191, green value is 167 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bfa74e hue: 0.13 , saturation: 0.47 and the lightness value of bfa74e is 0.53.

The process color (four color CMYK) of #bfa74e color hex is 0.00, 0.13, 0.59, 0.25. Web safe color of #bfa74e is #cc9966. Color #bfa74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 01001110
Octal 277 247 116
Decimal 191 167 78
Hex BF A7 4E

RGB Percentages of Color #bfa74e

%43.81
%38.30
%17.89

CMYK Percentages of Color #bfa74e

%0
%13
%59
%25

Triadic Colors of #bfa74e

#bfa74e #4ebfa7 #a74ebf

Analogous Colors of #bfa74e

#bfa74e #9fbf4e #bf6f4e

Monochromatic Colors of #bfa74e

#bfa74e

Complementary Color

#bfa74e #4e66bf

#bfa74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa74e Color CSS Codes

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

#bfa74e Text Font Color

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

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


#bfa74e Background Color

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

This div background color is #bfa74e


#bfa74e Border Color

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

This div border color is #bfa74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa74e


Comments

No comments written yet.

Please login to write comment.