Color Hex Logo

#bfbeb1 Color Hex

#BFBEB1
(191,190,177)
0 Favorites   0 Comments

Color spaces of #bfbeb1

RGB 191190177
HSL0.150.100.72
HSV56°75°
CMYK 0.000.010.07   0.25
XYZ47.835151.077648.9328
Yxy51.07760.32350.3455
Hunter Lab71.4686-5.59719.4336
CIE-Lab76.7260-1.96536.6778

#bfbeb1 color RGB value is (191,190,177).

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

The process color (four color CMYK) of #bfbeb1 color hex is 0.00, 0.01, 0.07, 0.25. Web safe color of #bfbeb1 is #cccc99. Color #bfbeb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 10110001
Octal 277 276 261
Decimal 191 190 177
Hex BF BE B1

RGB Percentages of Color #bfbeb1

%34.23
%34.05
%31.72

CMYK Percentages of Color #bfbeb1

%0
%1
%7
%25

Triadic Colors of #bfbeb1

#bfbeb1 #b1bfbe #beb1bf

Analogous Colors of #bfbeb1

#bfbeb1 #b9bfb1 #bfb7b1

Monochromatic Colors of #bfbeb1

#bfbeb1

Complementary Color

#bfbeb1 #b1b2bf

#bfbeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbeb1 Color CSS Codes

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

#bfbeb1 Text Font Color

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

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


#bfbeb1 Background Color

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

This div background color is #bfbeb1


#bfbeb1 Border Color

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

This div border color is #bfbeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbeb1


Comments

No comments written yet.

Please login to write comment.