Color Hex Logo

#bfb36a Color Hex

#BFB36A
(191,179,106)
0 Favorites   0 Comments

Color spaces of #bfb36a

RGB 191179106
HSL0.140.400.58
HSV52°45°75°
CMYK 0.000.060.45   0.25
XYZ40.207544.357220.0783
Yxy44.35720.38420.4239
Hunter Lab66.6012-8.790728.7467
CIE-Lab72.4666-5.980438.6911

#bfb36a color RGB value is (191,179,106).

#bfb36a hex color red value is 191, green value is 179 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bfb36a hue: 0.14 , saturation: 0.40 and the lightness value of bfb36a is 0.58.

The process color (four color CMYK) of #bfb36a color hex is 0.00, 0.06, 0.45, 0.25. Web safe color of #bfb36a is #cccc66. Color #bfb36a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01101010
Octal 277 263 152
Decimal 191 179 106
Hex BF B3 6A

RGB Percentages of Color #bfb36a

%40.13
%37.61
%22.27

CMYK Percentages of Color #bfb36a

%0
%6
%45
%25

Triadic Colors of #bfb36a

#bfb36a #6abfb3 #b36abf

Analogous Colors of #bfb36a

#bfb36a #a1bf6a #bf896a

Monochromatic Colors of #bfb36a

#bfb36a

Complementary Color

#bfb36a #6a76bf

#bfb36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb36a Color CSS Codes

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

#bfb36a Text Font Color

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

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


#bfb36a Background Color

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

This div background color is #bfb36a


#bfb36a Border Color

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

This div border color is #bfb36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb36a


Comments

No comments written yet.

Please login to write comment.