Color Hex Logo

#bfaa73 Color Hex

#BFAA73
(191,170,115)
0 Favorites   0 Comments

Color spaces of #bfaa73

RGB 191170115
HSL0.120.370.60
HSV43°40°75°
CMYK 0.000.110.40   0.25
XYZ38.955141.063622.0926
Yxy41.06360.38150.4021
Hunter Lab64.0809-3.630524.4157
CIE-Lab70.2205-0.237031.1322

#bfaa73 color RGB value is (191,170,115).

#bfaa73 hex color red value is 191, green value is 170 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfaa73 hue: 0.12 , saturation: 0.37 and the lightness value of bfaa73 is 0.60.

The process color (four color CMYK) of #bfaa73 color hex is 0.00, 0.11, 0.40, 0.25. Web safe color of #bfaa73 is #cc9966. Color #bfaa73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 01110011
Octal 277 252 163
Decimal 191 170 115
Hex BF AA 73

RGB Percentages of Color #bfaa73

%40.13
%35.71
%24.16

CMYK Percentages of Color #bfaa73

%0
%11
%40
%25

Triadic Colors of #bfaa73

#bfaa73 #73bfaa #aa73bf

Analogous Colors of #bfaa73

#bfaa73 #aebf73 #bf8473

Monochromatic Colors of #bfaa73

#bfaa73

Complementary Color

#bfaa73 #7388bf

#bfaa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa73 Color CSS Codes

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

#bfaa73 Text Font Color

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

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


#bfaa73 Background Color

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

This div background color is #bfaa73


#bfaa73 Border Color

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

This div border color is #bfaa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa73


Comments

No comments written yet.

Please login to write comment.