Color Hex Logo

#bfb19d Color Hex

#BFB19D
(191,177,157)
0 Favorites   0 Comments

Color spaces of #bfb19d

RGB 191177157
HSL0.100.210.68
HSV35°18°75°
CMYK 0.000.070.18   0.25
XYZ43.293844.955038.2936
Yxy44.95500.34210.3553
Hunter Lab67.0485-2.075813.0715
CIE-Lab72.86231.682112.0377

#bfb19d color RGB value is (191,177,157).

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

The process color (four color CMYK) of #bfb19d color hex is 0.00, 0.07, 0.18, 0.25. Web safe color of #bfb19d is #cc9999. Color #bfb19d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 10011101
Octal 277 261 235
Decimal 191 177 157
Hex BF B1 9D

RGB Percentages of Color #bfb19d

%36.38
%33.71
%29.90

CMYK Percentages of Color #bfb19d

%0
%7
%18
%25

Triadic Colors of #bfb19d

#bfb19d #9dbfb1 #b19dbf

Analogous Colors of #bfb19d

#bfb19d #bcbf9d #bfa09d

Monochromatic Colors of #bfb19d

#bfb19d

Complementary Color

#bfb19d #9dabbf

#bfb19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb19d Color CSS Codes

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

#bfb19d Text Font Color

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

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


#bfb19d Background Color

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

This div background color is #bfb19d


#bfb19d Border Color

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

This div border color is #bfb19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb19d


Comments

No comments written yet.

Please login to write comment.