Color Hex Logo

#bfbb77 Color Hex

#BFBB77
(191,187,119)
0 Favorites   0 Comments

Color spaces of #bfbb77

RGB 191187119
HSL0.160.360.61
HSV57°38°75°
CMYK 0.000.020.38   0.25
XYZ42.586047.948924.4633
Yxy47.94890.37030.4170
Hunter Lab69.2451-11.400927.5253
CIE-Lab74.7927-8.746734.9537

#bfbb77 color RGB value is (191,187,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01110111
Octal 277 273 167
Decimal 191 187 119
Hex BF BB 77

RGB Percentages of Color #bfbb77

%38.43
%37.63
%23.94

CMYK Percentages of Color #bfbb77

%0
%2
%38
%25

Triadic Colors of #bfbb77

#bfbb77 #77bfbb #bb77bf

Analogous Colors of #bfbb77

#bfbb77 #9fbf77 #bf9777

Monochromatic Colors of #bfbb77

#bfbb77

Complementary Color

#bfbb77 #777bbf

#bfbb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb77 Color CSS Codes

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

#bfbb77 Text Font Color

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

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


#bfbb77 Background Color

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

This div background color is #bfbb77


#bfbb77 Border Color

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

This div border color is #bfbb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb77


Comments

No comments written yet.

Please login to write comment.