Color Hex Logo

#bfb79d Color Hex

#BFB79D
(191,183,157)
0 Favorites   0 Comments

Color spaces of #bfb79d

RGB 191183157
HSL0.130.210.68
HSV46°18°75°
CMYK 0.000.040.18   0.25
XYZ44.505147.377738.6974
Yxy47.37770.34080.3628
Hunter Lab68.8315-5.040414.8489
CIE-Lab74.4307-1.523614.2474

#bfb79d color RGB value is (191,183,157).

#bfb79d hex color red value is 191, green value is 183 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfb79d hue: 0.13 , saturation: 0.21 and the lightness value of bfb79d is 0.68.

The process color (four color CMYK) of #bfb79d color hex is 0.00, 0.04, 0.18, 0.25. Web safe color of #bfb79d is #cccc99. Color #bfb79d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 10011101
Octal 277 267 235
Decimal 191 183 157
Hex BF B7 9D

RGB Percentages of Color #bfb79d

%35.97
%34.46
%29.57

CMYK Percentages of Color #bfb79d

%0
%4
%18
%25

Triadic Colors of #bfb79d

#bfb79d #9dbfb7 #b79dbf

Analogous Colors of #bfb79d

#bfb79d #b6bf9d #bfa69d

Monochromatic Colors of #bfb79d

#bfb79d

Complementary Color

#bfb79d #9da5bf

#bfb79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb79d Color CSS Codes

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

#bfb79d Text Font Color

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

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


#bfb79d Background Color

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

This div background color is #bfb79d


#bfb79d Border Color

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

This div border color is #bfb79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb79d


Comments

No comments written yet.

Please login to write comment.