Color Hex Logo

#bfac60 Color Hex

#BFAC60
(191,172,96)
0 Favorites   0 Comments

Color spaces of #bfac60

RGB 19117296
HSL0.130.430.56
HSV48°50°75°
CMYK 0.000.100.50   0.25
XYZ38.349741.425917.0411
Yxy41.42590.39610.4279
Hunter Lab64.3630-6.278629.3561
CIE-Lab70.4733-3.260841.3108

#bfac60 color RGB value is (191,172,96).

#bfac60 hex color red value is 191, green value is 172 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bfac60 hue: 0.13 , saturation: 0.43 and the lightness value of bfac60 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01100000
Octal 277 254 140
Decimal 191 172 96
Hex BF AC 60

RGB Percentages of Color #bfac60

%41.61
%37.47
%20.92

CMYK Percentages of Color #bfac60

%0
%10
%50
%25

Triadic Colors of #bfac60

#bfac60 #60bfac #ac60bf

Analogous Colors of #bfac60

#bfac60 #a3bf60 #bf7d60

Monochromatic Colors of #bfac60

#bfac60

Complementary Color

#bfac60 #6073bf

#bfac60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac60 Color CSS Codes

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

#bfac60 Text Font Color

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

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


#bfac60 Background Color

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

This div background color is #bfac60


#bfac60 Border Color

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

This div border color is #bfac60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac60


Comments

No comments written yet.

Please login to write comment.