Color Hex Logo

#bfb76a Color Hex

#BFB76A
(191,183,106)
0 Favorites   0 Comments

Color spaces of #bfb76a

RGB 191183106
HSL0.150.400.58
HSV54°45°75°
CMYK 0.000.040.45   0.25
XYZ41.020945.983920.3494
Yxy45.98390.38210.4283
Hunter Lab67.8114-10.690729.6758
CIE-Lab73.5351-8.071740.0232

#bfb76a color RGB value is (191,183,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01101010
Octal 277 267 152
Decimal 191 183 106
Hex BF B7 6A

RGB Percentages of Color #bfb76a

%39.79
%38.13
%22.08

CMYK Percentages of Color #bfb76a

%0
%4
%45
%25

Triadic Colors of #bfb76a

#bfb76a #6abfb7 #b76abf

Analogous Colors of #bfb76a

#bfb76a #9dbf6a #bf8d6a

Monochromatic Colors of #bfb76a

#bfb76a

Complementary Color

#bfb76a #6a72bf

#bfb76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb76a Color CSS Codes

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

#bfb76a Text Font Color

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

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


#bfb76a Background Color

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

This div background color is #bfb76a


#bfb76a Border Color

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

This div border color is #bfb76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb76a


Comments

No comments written yet.

Please login to write comment.