Color Hex Logo

#bfbb59 Color Hex

#BFBB59
(191,187,89)
0 Favorites   0 Comments

Color spaces of #bfbb59

RGB 19118789
HSL0.160.440.55
HSV58°53°75°
CMYK 0.000.020.53   0.25
XYZ41.059447.338316.4243
Yxy47.33830.39170.4516
Hunter Lab68.8028-13.881734.0085
CIE-Lab74.4056-11.706049.4071

#bfbb59 color RGB value is (191,187,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01011001
Octal 277 273 131
Decimal 191 187 89
Hex BF BB 59

RGB Percentages of Color #bfbb59

%40.90
%40.04
%19.06

CMYK Percentages of Color #bfbb59

%0
%2
%53
%25

Triadic Colors of #bfbb59

#bfbb59 #59bfbb #bb59bf

Analogous Colors of #bfbb59

#bfbb59 #90bf59 #bf8859

Monochromatic Colors of #bfbb59

#bfbb59

Complementary Color

#bfbb59 #595dbf

#bfbb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb59 Color CSS Codes

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

#bfbb59 Text Font Color

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

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


#bfbb59 Background Color

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

This div background color is #bfbb59


#bfbb59 Border Color

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

This div border color is #bfbb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb59


Comments

No comments written yet.

Please login to write comment.