Color Hex Logo

#bfb36c Color Hex

#BFB36C
(191,179,108)
0 Favorites   0 Comments

Color spaces of #bfb36c

RGB 191179108
HSL0.140.390.59
HSV51°43°75°
CMYK 0.000.060.43   0.25
XYZ40.312744.399320.6326
Yxy44.39930.38270.4215
Hunter Lab66.6328-8.615328.2840
CIE-Lab72.4946-5.773937.7012

#bfb36c color RGB value is (191,179,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01101100
Octal 277 263 154
Decimal 191 179 108
Hex BF B3 6C

RGB Percentages of Color #bfb36c

%39.96
%37.45
%22.59

CMYK Percentages of Color #bfb36c

%0
%6
%43
%25

Triadic Colors of #bfb36c

#bfb36c #6cbfb3 #b36cbf

Analogous Colors of #bfb36c

#bfb36c #a2bf6c #bf8a6c

Monochromatic Colors of #bfb36c

#bfb36c

Complementary Color

#bfb36c #6c78bf

#bfb36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb36c Color CSS Codes

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

#bfb36c Text Font Color

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

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


#bfb36c Background Color

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

This div background color is #bfb36c


#bfb36c Border Color

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

This div border color is #bfb36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb36c


Comments

No comments written yet.

Please login to write comment.