Color Hex Logo

#bfb16f Color Hex

#BFB16F
(191,177,111)
0 Favorites   0 Comments

Color spaces of #bfb16f

RGB 191177111
HSL0.140.380.59
HSV50°42°75°
CMYK 0.000.070.42   0.25
XYZ40.077243.668321.3555
Yxy43.66830.38130.4155
Hunter Lab66.0820-7.387427.0968
CIE-Lab72.0062-4.401935.5330

#bfb16f color RGB value is (191,177,111).

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

The process color (four color CMYK) of #bfb16f color hex is 0.00, 0.07, 0.42, 0.25. Web safe color of #bfb16f is #cc9966. Color #bfb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01101111
Octal 277 261 157
Decimal 191 177 111
Hex BF B1 6F

RGB Percentages of Color #bfb16f

%39.87
%36.95
%23.17

CMYK Percentages of Color #bfb16f

%0
%7
%42
%25

Triadic Colors of #bfb16f

#bfb16f #6fbfb1 #b16fbf

Analogous Colors of #bfb16f

#bfb16f #a5bf6f #bf896f

Monochromatic Colors of #bfb16f

#bfb16f

Complementary Color

#bfb16f #6f7dbf

#bfb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb16f Color CSS Codes

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

#bfb16f Text Font Color

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

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


#bfb16f Background Color

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

This div background color is #bfb16f


#bfb16f Border Color

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

This div border color is #bfb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb16f


Comments

No comments written yet.

Please login to write comment.