Color Hex Logo

#bfa86f Color Hex

#BFA86F
(191,168,111)
0 Favorites   0 Comments

Color spaces of #bfa86f

RGB 191168111
HSL0.120.380.59
HSV43°42°75°
CMYK 0.000.120.42   0.25
XYZ38.357740.229320.7823
Yxy40.22930.38600.4048
Hunter Lab63.4266-3.047324.9717
CIE-Lab69.63250.388832.4895

#bfa86f color RGB value is (191,168,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 01101111
Octal 277 250 157
Decimal 191 168 111
Hex BF A8 6F

RGB Percentages of Color #bfa86f

%40.64
%35.74
%23.62

CMYK Percentages of Color #bfa86f

%0
%12
%42
%25

Triadic Colors of #bfa86f

#bfa86f #6fbfa8 #a86fbf

Analogous Colors of #bfa86f

#bfa86f #aebf6f #bf806f

Monochromatic Colors of #bfa86f

#bfa86f

Complementary Color

#bfa86f #6f86bf

#bfa86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa86f Color CSS Codes

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

#bfa86f Text Font Color

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

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


#bfa86f Background Color

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

This div background color is #bfa86f


#bfa86f Border Color

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

This div border color is #bfa86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa86f


Comments

No comments written yet.

Please login to write comment.