Color Hex Logo

#bfb55f Color Hex

#BFB55F
(191,181,95)
0 Favorites   0 Comments

Color spaces of #bfb55f

RGB 19118195
HSL0.150.430.56
HSV54°50°75°
CMYK 0.000.050.50   0.25
XYZ40.075344.950317.3906
Yxy44.95030.39130.4389
Hunter Lab67.0450-10.632631.5524
CIE-Lab72.8592-8.084244.6925

#bfb55f color RGB value is (191,181,95).

#bfb55f hex color red value is 191, green value is 181 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfb55f hue: 0.15 , saturation: 0.43 and the lightness value of bfb55f is 0.56.

The process color (four color CMYK) of #bfb55f color hex is 0.00, 0.05, 0.50, 0.25. Web safe color of #bfb55f is #cccc66. Color #bfb55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 01011111
Octal 277 265 137
Decimal 191 181 95
Hex BF B5 5F

RGB Percentages of Color #bfb55f

%40.90
%38.76
%20.34

CMYK Percentages of Color #bfb55f

%0
%5
%50
%25

Triadic Colors of #bfb55f

#bfb55f #5fbfb5 #b55fbf

Analogous Colors of #bfb55f

#bfb55f #99bf5f #bf855f

Monochromatic Colors of #bfb55f

#bfb55f

Complementary Color

#bfb55f #5f69bf

#bfb55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb55f Color CSS Codes

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

#bfb55f Text Font Color

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

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


#bfb55f Background Color

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

This div background color is #bfb55f


#bfb55f Border Color

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

This div border color is #bfb55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb55f


Comments

No comments written yet.

Please login to write comment.