Color Hex Logo

#bfa37e Color Hex

#BFA37E
(191,163,126)
0 Favorites   0 Comments

Color spaces of #bfa37e

RGB 191163126
HSL0.090.340.62
HSV34°34°75°
CMYK 0.000.150.34   0.25
XYZ38.348938.777125.2022
Yxy38.77710.37480.3789
Hunter Lab62.27130.952119.5942
CIE-Lab68.58954.856423.0465

#bfa37e color RGB value is (191,163,126).

#bfa37e hex color red value is 191, green value is 163 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bfa37e hue: 0.09 , saturation: 0.34 and the lightness value of bfa37e is 0.62.

The process color (four color CMYK) of #bfa37e color hex is 0.00, 0.15, 0.34, 0.25. Web safe color of #bfa37e is #cc9966. Color #bfa37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 01111110
Octal 277 243 176
Decimal 191 163 126
Hex BF A3 7E

RGB Percentages of Color #bfa37e

%39.79
%33.96
%26.25

CMYK Percentages of Color #bfa37e

%0
%15
%34
%25

Triadic Colors of #bfa37e

#bfa37e #7ebfa3 #a37ebf

Analogous Colors of #bfa37e

#bfa37e #bbbf7e #bf837e

Monochromatic Colors of #bfa37e

#bfa37e

Complementary Color

#bfa37e #7e9abf

#bfa37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa37e Color CSS Codes

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

#bfa37e Text Font Color

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

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


#bfa37e Background Color

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

This div background color is #bfa37e


#bfa37e Border Color

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

This div border color is #bfa37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa37e

#bfa37e Color Palettes


Comments

No comments written yet.

Please login to write comment.