Color Hex Logo

#bfbb6f Color Hex

#BFBB6F
(191,187,111)
0 Favorites   0 Comments

Color spaces of #bfbb6f

RGB 191187111
HSL0.160.380.59
HSV57°42°75°
CMYK 0.000.020.42   0.25
XYZ42.125447.764722.0382
Yxy47.76470.37640.4267
Hunter Lab69.1120-12.146129.4722
CIE-Lab74.6763-9.629338.9112

#bfbb6f color RGB value is (191,187,111).

#bfbb6f hex color red value is 191, green value is 187 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bfbb6f hue: 0.16 , saturation: 0.38 and the lightness value of bfbb6f is 0.59.

The process color (four color CMYK) of #bfbb6f color hex is 0.00, 0.02, 0.42, 0.25. Web safe color of #bfbb6f is #cccc66. Color #bfbb6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01101111
Octal 277 273 157
Decimal 191 187 111
Hex BF BB 6F

RGB Percentages of Color #bfbb6f

%39.06
%38.24
%22.70

CMYK Percentages of Color #bfbb6f

%0
%2
%42
%25

Triadic Colors of #bfbb6f

#bfbb6f #6fbfbb #bb6fbf

Analogous Colors of #bfbb6f

#bfbb6f #9bbf6f #bf936f

Monochromatic Colors of #bfbb6f

#bfbb6f

Complementary Color

#bfbb6f #6f73bf

#bfbb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb6f Color CSS Codes

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

#bfbb6f Text Font Color

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

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


#bfbb6f Background Color

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

This div background color is #bfbb6f


#bfbb6f Border Color

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

This div border color is #bfbb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb6f


Comments

No comments written yet.

Please login to write comment.