Color Hex Logo

#bfb55e Color Hex

#BFB55E
(191,181,94)
0 Favorites   0 Comments

Color spaces of #bfb55e

RGB 19118194
HSL0.150.430.56
HSV54°51°75°
CMYK 0.000.050.51   0.25
XYZ40.030144.932317.1527
Yxy44.93230.39200.4400
Hunter Lab67.0316-10.708131.7504
CIE-Lab72.8473-8.174145.1691

#bfb55e color RGB value is (191,181,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 01011110
Octal 277 265 136
Decimal 191 181 94
Hex BF B5 5E

RGB Percentages of Color #bfb55e

%40.99
%38.84
%20.17

CMYK Percentages of Color #bfb55e

%0
%5
%51
%25

Triadic Colors of #bfb55e

#bfb55e #5ebfb5 #b55ebf

Analogous Colors of #bfb55e

#bfb55e #99bf5e #bf855e

Monochromatic Colors of #bfb55e

#bfb55e

Complementary Color

#bfb55e #5e68bf

#bfb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb55e Color CSS Codes

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

#bfb55e Text Font Color

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

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


#bfb55e Background Color

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

This div background color is #bfb55e


#bfb55e Border Color

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

This div border color is #bfb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb55e


Comments

No comments written yet.

Please login to write comment.