Color Hex Logo

#bfb471 Color Hex

#BFB471
(191,180,113)
0 Favorites   0 Comments

Color spaces of #bfb471

RGB 191180113
HSL0.140.380.60
HSV52°41°75°
CMYK 0.000.060.41   0.25
XYZ40.787844.911122.1418
Yxy44.91110.37820.4165
Hunter Lab67.0157-8.637127.3218
CIE-Lab72.8333-5.763935.5500

#bfb471 color RGB value is (191,180,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01110001
Octal 277 264 161
Decimal 191 180 113
Hex BF B4 71

RGB Percentages of Color #bfb471

%39.46
%37.19
%23.35

CMYK Percentages of Color #bfb471

%0
%6
%41
%25

Triadic Colors of #bfb471

#bfb471 #71bfb4 #b471bf

Analogous Colors of #bfb471

#bfb471 #a3bf71 #bf8d71

Monochromatic Colors of #bfb471

#bfb471

Complementary Color

#bfb471 #717cbf

#bfb471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb471 Color CSS Codes

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

#bfb471 Text Font Color

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

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


#bfb471 Background Color

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

This div background color is #bfb471


#bfb471 Border Color

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

This div border color is #bfb471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb471


Comments

No comments written yet.

Please login to write comment.