Color Hex Logo

#bfbb78 Color Hex

#BFBB78
(191,187,120)
0 Favorites   0 Comments

Color spaces of #bfbb78

RGB 191187120
HSL0.160.360.61
HSV57°37°75°
CMYK 0.000.020.37   0.25
XYZ42.646347.973124.7813
Yxy47.97310.36950.4157
Hunter Lab69.2626-11.303827.2706
CIE-Lab74.8080-8.632134.4554

#bfbb78 color RGB value is (191,187,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01111000
Octal 277 273 170
Decimal 191 187 120
Hex BF BB 78

RGB Percentages of Color #bfbb78

%38.35
%37.55
%24.10

CMYK Percentages of Color #bfbb78

%0
%2
%37
%25

Triadic Colors of #bfbb78

#bfbb78 #78bfbb #bb78bf

Analogous Colors of #bfbb78

#bfbb78 #a0bf78 #bf9878

Monochromatic Colors of #bfbb78

#bfbb78

Complementary Color

#bfbb78 #787cbf

#bfbb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb78 Color CSS Codes

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

#bfbb78 Text Font Color

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

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


#bfbb78 Background Color

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

This div background color is #bfbb78


#bfbb78 Border Color

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

This div border color is #bfbb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb78


Comments

No comments written yet.

Please login to write comment.