Color Hex Logo

#bfb977 Color Hex

#BFB977
(191,185,119)
0 Favorites   0 Comments

Color spaces of #bfb977

RGB 191185119
HSL0.150.360.61
HSV55°38°75°
CMYK 0.000.030.38   0.25
XYZ42.164647.106224.3229
Yxy47.10620.37120.4147
Hunter Lab68.6340-10.449727.0322
CIE-Lab74.2576-7.706734.2642

#bfb977 color RGB value is (191,185,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 01110111
Octal 277 271 167
Decimal 191 185 119
Hex BF B9 77

RGB Percentages of Color #bfb977

%38.59
%37.37
%24.04

CMYK Percentages of Color #bfb977

%0
%3
%38
%25

Triadic Colors of #bfb977

#bfb977 #77bfb9 #b977bf

Analogous Colors of #bfb977

#bfb977 #a1bf77 #bf9577

Monochromatic Colors of #bfb977

#bfb977

Complementary Color

#bfb977 #777dbf

#bfb977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb977 Color CSS Codes

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

#bfb977 Text Font Color

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

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


#bfb977 Background Color

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

This div background color is #bfb977


#bfb977 Border Color

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

This div border color is #bfb977


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,185,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 #bfb977">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb977


Comments

No comments written yet.

Please login to write comment.