Color Hex Logo

#bfbc67 Color Hex

#BFBC67
(191,188,103)
0 Favorites   0 Comments

Color spaces of #bfbc67

RGB 191188103
HSL0.160.410.58
HSV58°46°75°
CMYK 0.000.020.46   0.25
XYZ41.917348.022119.8919
Yxy48.02210.38170.4372
Hunter Lab69.2980-13.299531.4895
CIE-Lab74.8389-10.958943.1345

#bfbc67 color RGB value is (191,188,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01100111
Octal 277 274 147
Decimal 191 188 103
Hex BF BC 67

RGB Percentages of Color #bfbc67

%39.63
%39.00
%21.37

CMYK Percentages of Color #bfbc67

%0
%2
%46
%25

Triadic Colors of #bfbc67

#bfbc67 #67bfbc #bc67bf

Analogous Colors of #bfbc67

#bfbc67 #96bf67 #bf9067

Monochromatic Colors of #bfbc67

#bfbc67

Complementary Color

#bfbc67 #676abf

#bfbc67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc67 Color CSS Codes

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

#bfbc67 Text Font Color

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

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


#bfbc67 Background Color

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

This div background color is #bfbc67


#bfbc67 Border Color

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

This div border color is #bfbc67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc67


Comments

No comments written yet.

Please login to write comment.