Color Hex Logo

#bfba73 Color Hex

#BFBA73
(191,186,115)
0 Favorites   0 Comments

Color spaces of #bfba73

RGB 191186115
HSL0.160.370.60
HSV56°40°75°
CMYK 0.000.030.40   0.25
XYZ42.139347.432023.1540
Yxy47.43200.37380.4208
Hunter Lab68.8709-11.307228.2767
CIE-Lab74.4653-8.677836.5981

#bfba73 color RGB value is (191,186,115).

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

The process color (four color CMYK) of #bfba73 color hex is 0.00, 0.03, 0.40, 0.25. Web safe color of #bfba73 is #cccc66. Color #bfba73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 01110011
Octal 277 272 163
Decimal 191 186 115
Hex BF BA 73

RGB Percentages of Color #bfba73

%38.82
%37.80
%23.37

CMYK Percentages of Color #bfba73

%0
%3
%40
%25

Triadic Colors of #bfba73

#bfba73 #73bfba #ba73bf

Analogous Colors of #bfba73

#bfba73 #9ebf73 #bf9473

Monochromatic Colors of #bfba73

#bfba73

Complementary Color

#bfba73 #7378bf

#bfba73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfba73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfba73 Color CSS Codes

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

#bfba73 Text Font Color

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

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


#bfba73 Background Color

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

This div background color is #bfba73


#bfba73 Border Color

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

This div border color is #bfba73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfba73


Comments

No comments written yet.

Please login to write comment.