Color Hex Logo

#bfb778 Color Hex

#BFB778
(191,183,120)
0 Favorites   0 Comments

Color spaces of #bfb778

RGB 191183120
HSL0.150.360.61
HSV53°37°75°
CMYK 0.000.040.37   0.25
XYZ41.809546.299424.5024
Yxy46.29940.37130.4111
Hunter Lab68.0437-9.396926.2803
CIE-Lab73.7394-6.546433.0729

#bfb778 color RGB value is (191,183,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01111000
Octal 277 267 170
Decimal 191 183 120
Hex BF B7 78

RGB Percentages of Color #bfb778

%38.66
%37.04
%24.29

CMYK Percentages of Color #bfb778

%0
%4
%37
%25

Triadic Colors of #bfb778

#bfb778 #78bfb7 #b778bf

Analogous Colors of #bfb778

#bfb778 #a4bf78 #bf9478

Monochromatic Colors of #bfb778

#bfb778

Complementary Color

#bfb778 #7880bf

#bfb778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb778 Color CSS Codes

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

#bfb778 Text Font Color

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

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


#bfb778 Background Color

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

This div background color is #bfb778


#bfb778 Border Color

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

This div border color is #bfb778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb778


Comments

No comments written yet.

Please login to write comment.