Color Hex Logo

#bfad79 Color Hex

#BFAD79
(191,173,121)
0 Favorites   0 Comments

Color spaces of #bfad79

RGB 191173121
HSL0.120.350.61
HSV45°37°75°
CMYK 0.000.090.37   0.25
XYZ39.880642.344024.1604
Yxy42.34400.37490.3980
Hunter Lab65.0723-4.479823.5371
CIE-Lab71.1074-1.141929.1037

#bfad79 color RGB value is (191,173,121).

#bfad79 hex color red value is 191, green value is 173 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bfad79 hue: 0.12 , saturation: 0.35 and the lightness value of bfad79 is 0.61.

The process color (four color CMYK) of #bfad79 color hex is 0.00, 0.09, 0.37, 0.25. Web safe color of #bfad79 is #cc9966. Color #bfad79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 01111001
Octal 277 255 171
Decimal 191 173 121
Hex BF AD 79

RGB Percentages of Color #bfad79

%39.38
%35.67
%24.95

CMYK Percentages of Color #bfad79

%0
%9
%37
%25

Triadic Colors of #bfad79

#bfad79 #79bfad #ad79bf

Analogous Colors of #bfad79

#bfad79 #aebf79 #bf8a79

Monochromatic Colors of #bfad79

#bfad79

Complementary Color

#bfad79 #798bbf

#bfad79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad79 Color CSS Codes

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

#bfad79 Text Font Color

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

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


#bfad79 Background Color

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

This div background color is #bfad79


#bfad79 Border Color

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

This div border color is #bfad79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad79


Comments

No comments written yet.

Please login to write comment.