Color Hex Logo

#bfbb89 Color Hex

#BFBB89
(191,187,137)
0 Favorites   0 Comments

Color spaces of #bfbb89

RGB 191187137
HSL0.150.300.64
HSV56°28°75°
CMYK 0.000.020.28   0.25
XYZ43.771548.423230.7065
Yxy48.42320.35620.3940
Hunter Lab69.5868-9.496722.5479
CIE-Lab75.0911-6.515125.8980

#bfbb89 color RGB value is (191,187,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 10001001
Octal 277 273 211
Decimal 191 187 137
Hex BF BB 89

RGB Percentages of Color #bfbb89

%37.09
%36.31
%26.60

CMYK Percentages of Color #bfbb89

%0
%2
%28
%25

Triadic Colors of #bfbb89

#bfbb89 #89bfbb #bb89bf

Analogous Colors of #bfbb89

#bfbb89 #a8bf89 #bfa089

Monochromatic Colors of #bfbb89

#bfbb89

Complementary Color

#bfbb89 #898dbf

#bfbb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb89 Color CSS Codes

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

#bfbb89 Text Font Color

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

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


#bfbb89 Background Color

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

This div background color is #bfbb89


#bfbb89 Border Color

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

This div border color is #bfbb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb89

#bfbb89 Color Palettes


Comments

No comments written yet.

Please login to write comment.