Color Hex Logo

#bfb85e Color Hex

#BFB85E
(191,184,94)
0 Favorites   0 Comments

Color spaces of #bfb85e

RGB 19118494
HSL0.150.430.56
HSV56°51°75°
CMYK 0.000.040.51   0.25
XYZ40.646746.165517.3582
Yxy46.16550.39020.4432
Hunter Lab67.9452-12.120532.4146
CIE-Lab73.6528-9.731646.1283

#bfb85e color RGB value is (191,184,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 01011110
Octal 277 270 136
Decimal 191 184 94
Hex BF B8 5E

RGB Percentages of Color #bfb85e

%40.72
%39.23
%20.04

CMYK Percentages of Color #bfb85e

%0
%4
%51
%25

Triadic Colors of #bfb85e

#bfb85e #5ebfb8 #b85ebf

Analogous Colors of #bfb85e

#bfb85e #96bf5e #bf885e

Monochromatic Colors of #bfb85e

#bfb85e

Complementary Color

#bfb85e #5e65bf

#bfb85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb85e Color CSS Codes

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

#bfb85e Text Font Color

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

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


#bfb85e Background Color

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

This div background color is #bfb85e


#bfb85e Border Color

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

This div border color is #bfb85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb85e


Comments

No comments written yet.

Please login to write comment.