Color Hex Logo

#bfa85e Color Hex

#BFA85E
(191,168,94)
1 Favorites   0 Comments

Color spaces of #bfa85e

RGB 19116894
HSL0.130.430.56
HSV46°51°75°
CMYK 0.000.120.51   0.25
XYZ37.508939.889816.3122
Yxy39.88980.40030.4257
Hunter Lab63.1584-4.518428.8978
CIE-Lab69.3910-1.315841.0039

#bfa85e color RGB value is (191,168,94).

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

The process color (four color CMYK) of #bfa85e color hex is 0.00, 0.12, 0.51, 0.25. Web safe color of #bfa85e is #cc9966. Color #bfa85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 01011110
Octal 277 250 136
Decimal 191 168 94
Hex BF A8 5E

RGB Percentages of Color #bfa85e

%42.16
%37.09
%20.75

CMYK Percentages of Color #bfa85e

%0
%12
%51
%25

Triadic Colors of #bfa85e

#bfa85e #5ebfa8 #a85ebf

Analogous Colors of #bfa85e

#bfa85e #a6bf5e #bf785e

Monochromatic Colors of #bfa85e

#bfa85e

Complementary Color

#bfa85e #5e75bf

#bfa85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa85e Color CSS Codes

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

#bfa85e Text Font Color

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

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


#bfa85e Background Color

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

This div background color is #bfa85e


#bfa85e Border Color

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

This div border color is #bfa85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa85e


Comments

No comments written yet.

Please login to write comment.