Color Hex Logo

#bfb49f Color Hex

#BFB49F
(191,180,159)
0 Favorites   0 Comments

Color spaces of #bfb49f

RGB 191180159
HSL0.110.200.69
HSV39°17°75°
CMYK 0.000.060.17   0.25
XYZ44.065146.222139.4002
Yxy46.22210.33980.3564
Hunter Lab67.9868-3.283713.2306
CIE-Lab73.68940.387912.1168

#bfb49f color RGB value is (191,180,159).

#bfb49f hex color red value is 191, green value is 180 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfb49f hue: 0.11 , saturation: 0.20 and the lightness value of bfb49f is 0.69.

The process color (four color CMYK) of #bfb49f color hex is 0.00, 0.06, 0.17, 0.25. Web safe color of #bfb49f is #cccc99. Color #bfb49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 10011111
Octal 277 264 237
Decimal 191 180 159
Hex BF B4 9F

RGB Percentages of Color #bfb49f

%36.04
%33.96
%30.00

CMYK Percentages of Color #bfb49f

%0
%6
%17
%25

Triadic Colors of #bfb49f

#bfb49f #9fbfb4 #b49fbf

Analogous Colors of #bfb49f

#bfb49f #babf9f #bfa49f

Monochromatic Colors of #bfb49f

#bfb49f

Complementary Color

#bfb49f #9faabf

#bfb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb49f Color CSS Codes

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

#bfb49f Text Font Color

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

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


#bfb49f Background Color

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

This div background color is #bfb49f


#bfb49f Border Color

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

This div border color is #bfb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb49f


Comments

No comments written yet.

Please login to write comment.