Color Hex Logo

#bfa78e Color Hex

#BFA78E
(191,167,142)
0 Favorites   0 Comments

Color spaces of #bfa78e

RGB 191167142
HSL0.090.280.65
HSV31°26°75°
CMYK 0.000.130.26   0.25
XYZ40.187140.666831.3226
Yxy40.66680.35820.3625
Hunter Lab63.77050.889215.5175
CIE-Lab69.94184.838716.1486

#bfa78e color RGB value is (191,167,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 10001110
Octal 277 247 216
Decimal 191 167 142
Hex BF A7 8E

RGB Percentages of Color #bfa78e

%38.20
%33.40
%28.40

CMYK Percentages of Color #bfa78e

%0
%13
%26
%25

Triadic Colors of #bfa78e

#bfa78e #8ebfa7 #a78ebf

Analogous Colors of #bfa78e

#bfa78e #bfbf8e #bf8f8e

Monochromatic Colors of #bfa78e

#bfa78e

Complementary Color

#bfa78e #8ea6bf

#bfa78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa78e Color CSS Codes

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

#bfa78e Text Font Color

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

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


#bfa78e Background Color

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

This div background color is #bfa78e


#bfa78e Border Color

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

This div border color is #bfa78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa78e

#bfa78e Color Palettes


Comments

No comments written yet.

Please login to write comment.