Color Hex Logo

#bfa06f Color Hex

#BFA06F
(191,160,111)
0 Favorites   0 Comments

Color spaces of #bfa06f

RGB 191160111
HSL0.100.380.59
HSV37°42°75°
CMYK 0.000.160.42   0.25
XYZ36.925937.365720.3050
Yxy37.36570.39040.3950
Hunter Lab61.12750.855223.0946
CIE-Lab67.55054.707329.7882

#bfa06f color RGB value is (191,160,111).

#bfa06f hex color red value is 191, green value is 160 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bfa06f hue: 0.10 , saturation: 0.38 and the lightness value of bfa06f is 0.59.

The process color (four color CMYK) of #bfa06f color hex is 0.00, 0.16, 0.42, 0.25. Web safe color of #bfa06f is #cc9966. Color #bfa06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 01101111
Octal 277 240 157
Decimal 191 160 111
Hex BF A0 6F

RGB Percentages of Color #bfa06f

%41.34
%34.63
%24.03

CMYK Percentages of Color #bfa06f

%0
%16
%42
%25

Triadic Colors of #bfa06f

#bfa06f #6fbfa0 #a06fbf

Analogous Colors of #bfa06f

#bfa06f #b6bf6f #bf786f

Monochromatic Colors of #bfa06f

#bfa06f

Complementary Color

#bfa06f #6f8ebf

#bfa06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa06f Color CSS Codes

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

#bfa06f Text Font Color

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

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


#bfa06f Background Color

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

This div background color is #bfa06f


#bfa06f Border Color

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

This div border color is #bfa06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa06f


Comments

No comments written yet.

Please login to write comment.