Color Hex Logo

#bfac57 Color Hex

#BFAC57
(191,172,87)
0 Favorites   0 Comments

Color spaces of #bfac57

RGB 19117287
HSL0.140.450.55
HSV49°54°75°
CMYK 0.000.100.54   0.25
XYZ37.958741.269514.9820
Yxy41.26950.40290.4381
Hunter Lab64.2413-6.950931.1417
CIE-Lab70.3643-4.051145.6517

#bfac57 color RGB value is (191,172,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01010111
Octal 277 254 127
Decimal 191 172 87
Hex BF AC 57

RGB Percentages of Color #bfac57

%42.44
%38.22
%19.33

CMYK Percentages of Color #bfac57

%0
%10
%54
%25

Triadic Colors of #bfac57

#bfac57 #57bfac #ac57bf

Analogous Colors of #bfac57

#bfac57 #9ebf57 #bf7857

Monochromatic Colors of #bfac57

#bfac57

Complementary Color

#bfac57 #576abf

#bfac57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac57 Color CSS Codes

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

#bfac57 Text Font Color

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

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


#bfac57 Background Color

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

This div background color is #bfac57


#bfac57 Border Color

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

This div border color is #bfac57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac57


Comments

No comments written yet.

Please login to write comment.