Color Hex Logo

#bfb196 Color Hex

#BFB196
(191,177,150)
0 Favorites   0 Comments

Color spaces of #bfb196

RGB 191177150
HSL0.110.240.67
HSV40°21°75°
CMYK 0.000.070.21   0.25
XYZ42.713044.722735.2353
Yxy44.72270.34820.3646
Hunter Lab66.8750-3.023615.5736
CIE-Lab72.70890.614915.6363

#bfb196 color RGB value is (191,177,150).

#bfb196 hex color red value is 191, green value is 177 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bfb196 hue: 0.11 , saturation: 0.24 and the lightness value of bfb196 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 10010110
Octal 277 261 226
Decimal 191 177 150
Hex BF B1 96

RGB Percentages of Color #bfb196

%36.87
%34.17
%28.96

CMYK Percentages of Color #bfb196

%0
%7
%21
%25

Triadic Colors of #bfb196

#bfb196 #96bfb1 #b196bf

Analogous Colors of #bfb196

#bfb196 #b9bf96 #bf9d96

Monochromatic Colors of #bfb196

#bfb196

Complementary Color

#bfb196 #96a4bf

#bfb196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb196 Color CSS Codes

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

#bfb196 Text Font Color

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

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


#bfb196 Background Color

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

This div background color is #bfb196


#bfb196 Border Color

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

This div border color is #bfb196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb196


Comments

No comments written yet.

Please login to write comment.