Color Hex Logo

#bfac77 Color Hex

#BFAC77
(191,172,119)
0 Favorites   0 Comments

Color spaces of #bfac77

RGB 191172119
HSL0.120.360.61
HSV44°38°75°
CMYK 0.000.100.38   0.25
XYZ39.568241.913323.4574
Yxy41.91330.37710.3994
Hunter Lab64.7405-4.199923.8358
CIE-Lab70.8111-0.844529.7787

#bfac77 color RGB value is (191,172,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01110111
Octal 277 254 167
Decimal 191 172 119
Hex BF AC 77

RGB Percentages of Color #bfac77

%39.63
%35.68
%24.69

CMYK Percentages of Color #bfac77

%0
%10
%38
%25

Triadic Colors of #bfac77

#bfac77 #77bfac #ac77bf

Analogous Colors of #bfac77

#bfac77 #aebf77 #bf8877

Monochromatic Colors of #bfac77

#bfac77

Complementary Color

#bfac77 #778abf

#bfac77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac77 Color CSS Codes

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

#bfac77 Text Font Color

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

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


#bfac77 Background Color

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

This div background color is #bfac77


#bfac77 Border Color

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

This div border color is #bfac77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac77


Comments

No comments written yet.

Please login to write comment.