Color Hex Logo

#bfb16d Color Hex

#BFB16D
(191,177,109)
0 Favorites   0 Comments

Color spaces of #bfb16d

RGB 191177109
HSL0.140.390.59
HSV50°43°75°
CMYK 0.000.070.43   0.25
XYZ39.968343.624820.7819
Yxy43.62480.38290.4180
Hunter Lab66.0491-7.570127.5791
CIE-Lab71.9770-4.615836.5324

#bfb16d color RGB value is (191,177,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01101101
Octal 277 261 155
Decimal 191 177 109
Hex BF B1 6D

RGB Percentages of Color #bfb16d

%40.04
%37.11
%22.85

CMYK Percentages of Color #bfb16d

%0
%7
%43
%25

Triadic Colors of #bfb16d

#bfb16d #6dbfb1 #b16dbf

Analogous Colors of #bfb16d

#bfb16d #a4bf6d #bf886d

Monochromatic Colors of #bfb16d

#bfb16d

Complementary Color

#bfb16d #6d7bbf

#bfb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb16d Color CSS Codes

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

#bfb16d Text Font Color

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

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


#bfb16d Background Color

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

This div background color is #bfb16d


#bfb16d Border Color

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

This div border color is #bfb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb16d


Comments

No comments written yet.

Please login to write comment.