Color Hex Logo

#bfbe67 Color Hex

#BFBE67
(191,190,103)
0 Favorites   0 Comments

Color spaces of #bfbe67

RGB 191190103
HSL0.160.410.58
HSV59°46°75°
CMYK 0.000.010.46   0.25
XYZ42.347548.882520.0353
Yxy48.88250.38060.4393
Hunter Lab69.9160-14.237231.9509
CIE-Lab75.3782-11.986043.7923

#bfbe67 color RGB value is (191,190,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 01100111
Octal 277 276 147
Decimal 191 190 103
Hex BF BE 67

RGB Percentages of Color #bfbe67

%39.46
%39.26
%21.28

CMYK Percentages of Color #bfbe67

%0
%1
%46
%25

Triadic Colors of #bfbe67

#bfbe67 #67bfbe #be67bf

Analogous Colors of #bfbe67

#bfbe67 #94bf67 #bf9267

Monochromatic Colors of #bfbe67

#bfbe67

Complementary Color

#bfbe67 #6768bf

#bfbe67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbe67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbe67 Color CSS Codes

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

#bfbe67 Text Font Color

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

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


#bfbe67 Background Color

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

This div background color is #bfbe67


#bfbe67 Border Color

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

This div border color is #bfbe67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbe67


Comments

No comments written yet.

Please login to write comment.