Color Hex Logo

#bfb75e Color Hex

#BFB75E
(191,183,94)
0 Favorites   0 Comments

Color spaces of #bfb75e

RGB 19118394
HSL0.150.430.56
HSV55°51°75°
CMYK 0.000.040.51   0.25
XYZ40.439745.751517.2892
Yxy45.75150.39080.4421
Hunter Lab67.6399-11.650332.1930
CIE-Lab73.3840-9.213545.8087

#bfb75e color RGB value is (191,183,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01011110
Octal 277 267 136
Decimal 191 183 94
Hex BF B7 5E

RGB Percentages of Color #bfb75e

%40.81
%39.10
%20.09

CMYK Percentages of Color #bfb75e

%0
%4
%51
%25

Triadic Colors of #bfb75e

#bfb75e #5ebfb7 #b75ebf

Analogous Colors of #bfb75e

#bfb75e #97bf5e #bf875e

Monochromatic Colors of #bfb75e

#bfb75e

Complementary Color

#bfb75e #5e66bf

#bfb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb75e Color CSS Codes

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

#bfb75e Text Font Color

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

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


#bfb75e Background Color

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

This div background color is #bfb75e


#bfb75e Border Color

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

This div border color is #bfb75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb75e


Comments

No comments written yet.

Please login to write comment.