Color Hex Logo

#bfa976 Color Hex

#BFA976
(191,169,118)
0 Favorites   0 Comments

Color spaces of #bfa976

RGB 191169118
HSL0.120.360.61
HSV42°38°75°
CMYK 0.000.120.38   0.25
XYZ38.943840.760322.9545
Yxy40.76030.37940.3970
Hunter Lab63.8438-2.844223.3734
CIE-Lab70.00770.644329.2565

#bfa976 color RGB value is (191,169,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 01110110
Octal 277 251 166
Decimal 191 169 118
Hex BF A9 76

RGB Percentages of Color #bfa976

%39.96
%35.36
%24.69

CMYK Percentages of Color #bfa976

%0
%12
%38
%25

Triadic Colors of #bfa976

#bfa976 #76bfa9 #a976bf

Analogous Colors of #bfa976

#bfa976 #b1bf76 #bf8576

Monochromatic Colors of #bfa976

#bfa976

Complementary Color

#bfa976 #768cbf

#bfa976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa976 Color CSS Codes

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

#bfa976 Text Font Color

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

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


#bfa976 Background Color

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

This div background color is #bfa976


#bfa976 Border Color

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

This div border color is #bfa976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa976


Comments

No comments written yet.

Please login to write comment.