Color Hex Logo

#bfb171 Color Hex

#BFB171
(191,177,113)
0 Favorites   0 Comments

Color spaces of #bfb171

RGB 191177113
HSL0.140.380.60
HSV49°41°75°
CMYK 0.000.070.41   0.25
XYZ40.188643.712921.9421
Yxy43.71290.37970.4130
Hunter Lab66.1157-7.200926.6042
CIE-Lab72.0362-4.183934.5303

#bfb171 color RGB value is (191,177,113).

#bfb171 hex color red value is 191, green value is 177 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bfb171 hue: 0.14 , saturation: 0.38 and the lightness value of bfb171 is 0.60.

The process color (four color CMYK) of #bfb171 color hex is 0.00, 0.07, 0.41, 0.25. Web safe color of #bfb171 is #cc9966. Color #bfb171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01110001
Octal 277 261 161
Decimal 191 177 113
Hex BF B1 71

RGB Percentages of Color #bfb171

%39.71
%36.80
%23.49

CMYK Percentages of Color #bfb171

%0
%7
%41
%25

Triadic Colors of #bfb171

#bfb171 #71bfb1 #b171bf

Analogous Colors of #bfb171

#bfb171 #a6bf71 #bf8a71

Monochromatic Colors of #bfb171

#bfb171

Complementary Color

#bfb171 #717fbf

#bfb171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb171 Color CSS Codes

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

#bfb171 Text Font Color

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

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


#bfb171 Background Color

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

This div background color is #bfb171


#bfb171 Border Color

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

This div border color is #bfb171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb171


Comments

No comments written yet.

Please login to write comment.