Color Hex Logo

#bfa58e Color Hex

#BFA58E
(191,165,142)
0 Favorites   0 Comments

Color spaces of #bfa58e

RGB 191165142
HSL0.080.280.65
HSV28°26°75°
CMYK 0.000.140.26   0.25
XYZ39.823539.939631.2014
Yxy39.93960.35890.3599
Hunter Lab63.19781.884014.9664
CIE-Lab69.42655.924815.4306

#bfa58e color RGB value is (191,165,142).

#bfa58e hex color red value is 191, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bfa58e hue: 0.08 , saturation: 0.28 and the lightness value of bfa58e is 0.65.

The process color (four color CMYK) of #bfa58e color hex is 0.00, 0.14, 0.26, 0.25. Web safe color of #bfa58e is #cc9999. Color #bfa58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 10001110
Octal 277 245 216
Decimal 191 165 142
Hex BF A5 8E

RGB Percentages of Color #bfa58e

%38.35
%33.13
%28.51

CMYK Percentages of Color #bfa58e

%0
%14
%26
%25

Triadic Colors of #bfa58e

#bfa58e #8ebfa5 #a58ebf

Analogous Colors of #bfa58e

#bfa58e #bfbe8e #bf8e90

Monochromatic Colors of #bfa58e

#bfa58e

Complementary Color

#bfa58e #8ea8bf

#bfa58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa58e Color CSS Codes

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

#bfa58e Text Font Color

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

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


#bfa58e Background Color

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

This div background color is #bfa58e


#bfa58e Border Color

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

This div border color is #bfa58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa58e


Comments

No comments written yet.

Please login to write comment.