Color Hex Logo

#bfb679 Color Hex

#BFB679
(191,182,121)
0 Favorites   0 Comments

Color spaces of #bfb679

RGB 191182121
HSL0.150.350.61
HSV52°37°75°
CMYK 0.000.050.37   0.25
XYZ41.665045.912724.7552
Yxy45.91270.37090.4087
Hunter Lab67.7589-8.818325.7701
CIE-Lab73.4889-5.905032.2240

#bfb679 color RGB value is (191,182,121).

#bfb679 hex color red value is 191, green value is 182 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bfb679 hue: 0.15 , saturation: 0.35 and the lightness value of bfb679 is 0.61.

The process color (four color CMYK) of #bfb679 color hex is 0.00, 0.05, 0.37, 0.25. Web safe color of #bfb679 is #cccc66. Color #bfb679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 01111001
Octal 277 266 171
Decimal 191 182 121
Hex BF B6 79

RGB Percentages of Color #bfb679

%38.66
%36.84
%24.49

CMYK Percentages of Color #bfb679

%0
%5
%37
%25

Triadic Colors of #bfb679

#bfb679 #79bfb6 #b679bf

Analogous Colors of #bfb679

#bfb679 #a5bf79 #bf9379

Monochromatic Colors of #bfb679

#bfb679

Complementary Color

#bfb679 #7982bf

#bfb679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb679 Color CSS Codes

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

#bfb679 Text Font Color

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

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


#bfb679 Background Color

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

This div background color is #bfb679


#bfb679 Border Color

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

This div border color is #bfb679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb679


Comments

No comments written yet.

Please login to write comment.