Color Hex Logo

#bfac4e Color Hex

#BFAC4E
(191,172,78)
0 Favorites   0 Comments

Color spaces of #bfac4e

RGB 19117278
HSL0.140.470.53
HSV50°59°75°
CMYK 0.000.100.59   0.25
XYZ37.613541.131513.1644
Yxy41.13150.40920.4475
Hunter Lab64.1338-7.546832.7236
CIE-Lab70.2680-4.755349.8422

#bfac4e color RGB value is (191,172,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01001110
Octal 277 254 116
Decimal 191 172 78
Hex BF AC 4E

RGB Percentages of Color #bfac4e

%43.31
%39.00
%17.69

CMYK Percentages of Color #bfac4e

%0
%10
%59
%25

Triadic Colors of #bfac4e

#bfac4e #4ebfac #ac4ebf

Analogous Colors of #bfac4e

#bfac4e #9abf4e #bf744e

Monochromatic Colors of #bfac4e

#bfac4e

Complementary Color

#bfac4e #4e61bf

#bfac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac4e Color CSS Codes

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

#bfac4e Text Font Color

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

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


#bfac4e Background Color

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

This div background color is #bfac4e


#bfac4e Border Color

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

This div border color is #bfac4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,172,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 #bfac4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac4e


Comments

No comments written yet.

Please login to write comment.