Color Hex Logo

#bfb99f Color Hex

#BFB99F
(191,185,159)
0 Favorites   0 Comments

Color spaces of #bfb99f

RGB 191185159
HSL0.140.200.69
HSV49°17°75°
CMYK 0.000.030.17   0.25
XYZ45.092848.277539.7427
Yxy48.27750.33880.3627
Hunter Lab69.4820-5.749714.7244
CIE-Lab74.9996-2.274213.9640

#bfb99f color RGB value is (191,185,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 10011111
Octal 277 271 237
Decimal 191 185 159
Hex BF B9 9F

RGB Percentages of Color #bfb99f

%35.70
%34.58
%29.72

CMYK Percentages of Color #bfb99f

%0
%3
%17
%25

Triadic Colors of #bfb99f

#bfb99f #9fbfb9 #b99fbf

Analogous Colors of #bfb99f

#bfb99f #b5bf9f #bfa99f

Monochromatic Colors of #bfb99f

#bfb99f

Complementary Color

#bfb99f #9fa5bf

#bfb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb99f Color CSS Codes

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

#bfb99f Text Font Color

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

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


#bfb99f Background Color

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

This div background color is #bfb99f


#bfb99f Border Color

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

This div border color is #bfb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb99f


Comments

No comments written yet.

Please login to write comment.