Color Hex Logo

#bfb771 Color Hex

#BFB771
(191,183,113)
0 Favorites   0 Comments

Color spaces of #bfb771

RGB 191183113
HSL0.150.380.60
HSV54°41°75°
CMYK 0.000.040.41   0.25
XYZ41.400046.135622.3458
Yxy46.13560.37680.4199
Hunter Lab67.9232-10.067728.0406
CIE-Lab73.6334-7.335236.5694

#bfb771 color RGB value is (191,183,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01110001
Octal 277 267 161
Decimal 191 183 113
Hex BF B7 71

RGB Percentages of Color #bfb771

%39.22
%37.58
%23.20

CMYK Percentages of Color #bfb771

%0
%4
%41
%25

Triadic Colors of #bfb771

#bfb771 #71bfb7 #b771bf

Analogous Colors of #bfb771

#bfb771 #a0bf71 #bf9071

Monochromatic Colors of #bfb771

#bfb771

Complementary Color

#bfb771 #7179bf

#bfb771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb771 Color CSS Codes

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

#bfb771 Text Font Color

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

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


#bfb771 Background Color

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

This div background color is #bfb771


#bfb771 Border Color

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

This div border color is #bfb771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb771


Comments

No comments written yet.

Please login to write comment.