Color Hex Logo

#bfa79d Color Hex

#BFA79D
(191,167,157)
0 Favorites   0 Comments

Color spaces of #bfa79d

RGB 191167157
HSL0.050.210.68
HSV18°18°75°
CMYK 0.000.130.18   0.25
XYZ41.390441.148137.6592
Yxy41.14810.34440.3423
Hunter Lab64.14682.919410.0949
CIE-Lab70.27967.09188.3687

#bfa79d color RGB value is (191,167,157).

#bfa79d hex color red value is 191, green value is 167 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfa79d hue: 0.05 , saturation: 0.21 and the lightness value of bfa79d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 10011101
Octal 277 247 235
Decimal 191 167 157
Hex BF A7 9D

RGB Percentages of Color #bfa79d

%37.09
%32.43
%30.49

CMYK Percentages of Color #bfa79d

%0
%13
%18
%25

Triadic Colors of #bfa79d

#bfa79d #9dbfa7 #a79dbf

Analogous Colors of #bfa79d

#bfa79d #bfb89d #bf9da4

Monochromatic Colors of #bfa79d

#bfa79d

Complementary Color

#bfa79d #9db5bf

#bfa79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa79d Color CSS Codes

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

#bfa79d Text Font Color

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

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


#bfa79d Background Color

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

This div background color is #bfa79d


#bfa79d Border Color

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

This div border color is #bfa79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa79d


Comments

No comments written yet.

Please login to write comment.