Color Hex Logo

#bfa58a Color Hex

#BFA58A
(191,165,138)
0 Favorites   0 Comments

Color spaces of #bfa58a

RGB 191165138
HSL0.080.290.65
HSV31°28°75°
CMYK 0.000.140.28   0.25
XYZ39.528439.821629.6477
Yxy39.82160.36270.3653
Hunter Lab63.10441.379316.3174
CIE-Lab69.34235.361417.5114

#bfa58a color RGB value is (191,165,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 10001010
Octal 277 245 212
Decimal 191 165 138
Hex BF A5 8A

RGB Percentages of Color #bfa58a

%38.66
%33.40
%27.94

CMYK Percentages of Color #bfa58a

%0
%14
%28
%25

Triadic Colors of #bfa58a

#bfa58a #8abfa5 #a58abf

Analogous Colors of #bfa58a

#bfa58a #bfbf8a #bf8b8a

Monochromatic Colors of #bfa58a

#bfa58a

Complementary Color

#bfa58a #8aa4bf

#bfa58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa58a Color CSS Codes

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

#bfa58a Text Font Color

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

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


#bfa58a Background Color

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

This div background color is #bfa58a


#bfa58a Border Color

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

This div border color is #bfa58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa58a

#bfa58a Color Palettes


Comments

No comments written yet.

Please login to write comment.