Color Hex Logo

#bfbb57 Color Hex

#BFBB57
(191,187,87)
0 Favorites   0 Comments

Color spaces of #bfbb57

RGB 19118787
HSL0.160.450.55
HSV58°54°75°
CMYK 0.000.020.54   0.25
XYZ40.976547.305115.9879
Yxy47.30510.39300.4537
Hunter Lab68.7787-14.017234.3629
CIE-Lab74.3845-11.869450.3221

#bfbb57 color RGB value is (191,187,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01010111
Octal 277 273 127
Decimal 191 187 87
Hex BF BB 57

RGB Percentages of Color #bfbb57

%41.08
%40.22
%18.71

CMYK Percentages of Color #bfbb57

%0
%2
%54
%25

Triadic Colors of #bfbb57

#bfbb57 #57bfbb #bb57bf

Analogous Colors of #bfbb57

#bfbb57 #8fbf57 #bf8757

Monochromatic Colors of #bfbb57

#bfbb57

Complementary Color

#bfbb57 #575bbf

#bfbb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb57 Color CSS Codes

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

#bfbb57 Text Font Color

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

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


#bfbb57 Background Color

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

This div background color is #bfbb57


#bfbb57 Border Color

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

This div border color is #bfbb57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb57


Comments

No comments written yet.

Please login to write comment.