Color Hex Logo

#bfb16a Color Hex

#BFB16A
(191,177,106)
0 Favorites   0 Comments

Color spaces of #bfb16a

RGB 191177106
HSL0.140.400.58
HSV50°45°75°
CMYK 0.000.070.45   0.25
XYZ39.809543.561319.9456
Yxy43.56130.38530.4216
Hunter Lab66.0010-7.836728.2832
CIE-Lab71.9343-4.928538.0246

#bfb16a color RGB value is (191,177,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01101010
Octal 277 261 152
Decimal 191 177 106
Hex BF B1 6A

RGB Percentages of Color #bfb16a

%40.30
%37.34
%22.36

CMYK Percentages of Color #bfb16a

%0
%7
%45
%25

Triadic Colors of #bfb16a

#bfb16a #6abfb1 #b16abf

Analogous Colors of #bfb16a

#bfb16a #a3bf6a #bf876a

Monochromatic Colors of #bfb16a

#bfb16a

Complementary Color

#bfb16a #6a78bf

#bfb16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb16a Color CSS Codes

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

#bfb16a Text Font Color

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

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


#bfb16a Background Color

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

This div background color is #bfb16a


#bfb16a Border Color

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

This div border color is #bfb16a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,177,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 #bfb16a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb16a


Comments

No comments written yet.

Please login to write comment.