Color Hex Logo

#bfa776 Color Hex

#BFA776
(191,167,118)
0 Favorites   0 Comments

Color spaces of #bfa776

RGB 191167118
HSL0.110.360.61
HSV40°38°75°
CMYK 0.000.130.38   0.25
XYZ38.574640.021822.8314
Yxy40.02180.38030.3946
Hunter Lab63.2628-1.869222.8863
CIE-Lab69.48511.719628.5686

#bfa776 color RGB value is (191,167,118).

#bfa776 hex color red value is 191, green value is 167 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bfa776 hue: 0.11 , saturation: 0.36 and the lightness value of bfa776 is 0.61.

The process color (four color CMYK) of #bfa776 color hex is 0.00, 0.13, 0.38, 0.25. Web safe color of #bfa776 is #cc9966. Color #bfa776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 01110110
Octal 277 247 166
Decimal 191 167 118
Hex BF A7 76

RGB Percentages of Color #bfa776

%40.13
%35.08
%24.79

CMYK Percentages of Color #bfa776

%0
%13
%38
%25

Triadic Colors of #bfa776

#bfa776 #76bfa7 #a776bf

Analogous Colors of #bfa776

#bfa776 #b3bf76 #bf8376

Monochromatic Colors of #bfa776

#bfa776

Complementary Color

#bfa776 #768ebf

#bfa776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa776 Color CSS Codes

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

#bfa776 Text Font Color

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

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


#bfa776 Background Color

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

This div background color is #bfa776


#bfa776 Border Color

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

This div border color is #bfa776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa776


Comments

No comments written yet.

Please login to write comment.