Color Hex Logo

#bfa06c Color Hex

#BFA06C
(191,160,108)
0 Favorites   0 Comments

Color spaces of #bfa06c

RGB 191160108
HSL0.100.390.59
HSV38°43°75°
CMYK 0.000.160.43   0.25
XYZ36.763437.300719.4495
Yxy37.30070.39310.3989
Hunter Lab61.07430.567323.8707
CIE-Lab67.50204.380231.3324

#bfa06c color RGB value is (191,160,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 01101100
Octal 277 240 154
Decimal 191 160 108
Hex BF A0 6C

RGB Percentages of Color #bfa06c

%41.61
%34.86
%23.53

CMYK Percentages of Color #bfa06c

%0
%16
%43
%25

Triadic Colors of #bfa06c

#bfa06c #6cbfa0 #a06cbf

Analogous Colors of #bfa06c

#bfa06c #b5bf6c #bf776c

Monochromatic Colors of #bfa06c

#bfa06c

Complementary Color

#bfa06c #6c8bbf

#bfa06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa06c Color CSS Codes

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

#bfa06c Text Font Color

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

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


#bfa06c Background Color

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

This div background color is #bfa06c


#bfa06c Border Color

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

This div border color is #bfa06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa06c


Comments

No comments written yet.

Please login to write comment.