Color Hex Logo

#bfbb9b Color Hex

#BFBB9B
(191,187,155)
0 Favorites   0 Comments

Color spaces of #bfbb9b

RGB 191187155
HSL0.150.220.68
HSV53°19°75°
CMYK 0.000.020.19   0.25
XYZ45.172648.983638.0843
Yxy48.98360.34160.3704
Hunter Lab69.9883-7.270116.7290
CIE-Lab75.4411-3.947316.7417

#bfbb9b color RGB value is (191,187,155).

#bfbb9b hex color red value is 191, green value is 187 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfbb9b hue: 0.15 , saturation: 0.22 and the lightness value of bfbb9b is 0.68.

The process color (four color CMYK) of #bfbb9b color hex is 0.00, 0.02, 0.19, 0.25. Web safe color of #bfbb9b is #cccc99. Color #bfbb9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 10011011
Octal 277 273 233
Decimal 191 187 155
Hex BF BB 9B

RGB Percentages of Color #bfbb9b

%35.83
%35.08
%29.08

CMYK Percentages of Color #bfbb9b

%0
%2
%19
%25

Triadic Colors of #bfbb9b

#bfbb9b #9bbfbb #bb9bbf

Analogous Colors of #bfbb9b

#bfbb9b #b1bf9b #bfa99b

Monochromatic Colors of #bfbb9b

#bfbb9b

Complementary Color

#bfbb9b #9b9fbf

#bfbb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb9b Color CSS Codes

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

#bfbb9b Text Font Color

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

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


#bfbb9b Background Color

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

This div background color is #bfbb9b


#bfbb9b Border Color

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

This div border color is #bfbb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb9b


Comments

No comments written yet.

Please login to write comment.