Color Hex Logo

#bfac7f Color Hex

#BFAC7F
(191,172,127)
0 Favorites   0 Comments

Color spaces of #bfac7f

RGB 191172127
HSL0.120.330.62
HSV42°34°75°
CMYK 0.000.100.34   0.25
XYZ40.069142.113726.0956
Yxy42.11370.37010.3889
Hunter Lab64.8951-3.352521.5849
CIE-Lab70.94920.128825.6808

#bfac7f color RGB value is (191,172,127).

#bfac7f hex color red value is 191, green value is 172 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfac7f hue: 0.12 , saturation: 0.33 and the lightness value of bfac7f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01111111
Octal 277 254 177
Decimal 191 172 127
Hex BF AC 7F

RGB Percentages of Color #bfac7f

%38.98
%35.10
%25.92

CMYK Percentages of Color #bfac7f

%0
%10
%34
%25

Triadic Colors of #bfac7f

#bfac7f #7fbfac #ac7fbf

Analogous Colors of #bfac7f

#bfac7f #b2bf7f #bf8c7f

Monochromatic Colors of #bfac7f

#bfac7f

Complementary Color

#bfac7f #7f92bf

#bfac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac7f Color CSS Codes

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

#bfac7f Text Font Color

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

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


#bfac7f Background Color

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

This div background color is #bfac7f


#bfac7f Border Color

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

This div border color is #bfac7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac7f


Comments

No comments written yet.

Please login to write comment.