Color Hex Logo

#bfa467 Color Hex

#BFA467
(191,164,103)
0 Favorites   0 Comments

Color spaces of #bfa467

RGB 191164103
HSL0.120.410.58
HSV42°46°75°
CMYK 0.000.140.46   0.25
XYZ37.209538.606618.3226
Yxy38.60660.39530.4101
Hunter Lab62.1342-1.838926.0101
CIE-Lab68.46531.695635.2121

#bfa467 color RGB value is (191,164,103).

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

The process color (four color CMYK) of #bfa467 color hex is 0.00, 0.14, 0.46, 0.25. Web safe color of #bfa467 is #cc9966. Color #bfa467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 01100111
Octal 277 244 147
Decimal 191 164 103
Hex BF A4 67

RGB Percentages of Color #bfa467

%41.70
%35.81
%22.49

CMYK Percentages of Color #bfa467

%0
%14
%46
%25

Triadic Colors of #bfa467

#bfa467 #67bfa4 #a467bf

Analogous Colors of #bfa467

#bfa467 #aebf67 #bf7867

Monochromatic Colors of #bfa467

#bfa467

Complementary Color

#bfa467 #6782bf

#bfa467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa467 Color CSS Codes

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

#bfa467 Text Font Color

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

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


#bfa467 Background Color

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

This div background color is #bfa467


#bfa467 Border Color

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

This div border color is #bfa467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa467


Comments

No comments written yet.

Please login to write comment.