Color Hex Logo

#bfbe76 Color Hex

#BFBE76
(191,190,118)
0 Favorites   0 Comments

Color spaces of #bfbe76

RGB 191190118
HSL0.160.360.61
HSV59°38°75°
CMYK 0.000.010.38   0.25
XYZ43.169349.211324.3630
Yxy49.21130.36980.4215
Hunter Lab70.1508-12.918728.5144
CIE-Lab75.5826-10.412636.4820

#bfbe76 color RGB value is (191,190,118).

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

The process color (four color CMYK) of #bfbe76 color hex is 0.00, 0.01, 0.38, 0.25. Web safe color of #bfbe76 is #cccc66. Color #bfbe76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 01110110
Octal 277 276 166
Decimal 191 190 118
Hex BF BE 76

RGB Percentages of Color #bfbe76

%38.28
%38.08
%23.65

CMYK Percentages of Color #bfbe76

%0
%1
%38
%25

Triadic Colors of #bfbe76

#bfbe76 #76bfbe #be76bf

Analogous Colors of #bfbe76

#bfbe76 #9cbf76 #bf9a76

Monochromatic Colors of #bfbe76

#bfbe76

Complementary Color

#bfbe76 #7677bf

#bfbe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbe76 Color CSS Codes

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

#bfbe76 Text Font Color

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

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


#bfbe76 Background Color

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

This div background color is #bfbe76


#bfbe76 Border Color

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

This div border color is #bfbe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbe76


Comments

No comments written yet.

Please login to write comment.