Color Hex Logo

#bfb09e Color Hex

#BFB09E
(191,176,158)
0 Favorites   0 Comments

Color spaces of #bfb09e

RGB 191176158
HSL0.090.200.68
HSV33°17°75°
CMYK 0.000.080.17   0.25
XYZ43.182744.595738.6796
Yxy44.59570.34150.3527
Hunter Lab66.7800-1.439612.4047
CIE-Lab72.62492.375911.1556

#bfb09e color RGB value is (191,176,158).

#bfb09e hex color red value is 191, green value is 176 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfb09e hue: 0.09 , saturation: 0.20 and the lightness value of bfb09e is 0.68.

The process color (four color CMYK) of #bfb09e color hex is 0.00, 0.08, 0.17, 0.25. Web safe color of #bfb09e is #cc9999. Color #bfb09e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10011110
Octal 277 260 236
Decimal 191 176 158
Hex BF B0 9E

RGB Percentages of Color #bfb09e

%36.38
%33.52
%30.10

CMYK Percentages of Color #bfb09e

%0
%8
%17
%25

Triadic Colors of #bfb09e

#bfb09e #9ebfb0 #b09ebf

Analogous Colors of #bfb09e

#bfb09e #bebf9e #bfa09e

Monochromatic Colors of #bfb09e

#bfb09e

Complementary Color

#bfb09e #9eadbf

#bfb09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb09e Color CSS Codes

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

#bfb09e Text Font Color

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

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


#bfb09e Background Color

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

This div background color is #bfb09e


#bfb09e Border Color

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

This div border color is #bfb09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb09e


Comments

No comments written yet.

Please login to write comment.