Color Hex Logo

#bfa664 Color Hex

#BFA664
(191,166,100)
0 Favorites   0 Comments

Color spaces of #bfa664

RGB 191166100
HSL0.120.420.57
HSV44°48°75°
CMYK 0.000.130.48   0.25
XYZ37.422339.268917.6639
Yxy39.26890.39660.4162
Hunter Lab62.6649-3.066727.1528
CIE-Lab68.94560.321437.3795

#bfa664 color RGB value is (191,166,100).

#bfa664 hex color red value is 191, green value is 166 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bfa664 hue: 0.12 , saturation: 0.42 and the lightness value of bfa664 is 0.57.

The process color (four color CMYK) of #bfa664 color hex is 0.00, 0.13, 0.48, 0.25. Web safe color of #bfa664 is #cc9966. Color #bfa664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 01100100
Octal 277 246 144
Decimal 191 166 100
Hex BF A6 64

RGB Percentages of Color #bfa664

%41.79
%36.32
%21.88

CMYK Percentages of Color #bfa664

%0
%13
%48
%25

Triadic Colors of #bfa664

#bfa664 #64bfa6 #a664bf

Analogous Colors of #bfa664

#bfa664 #abbf64 #bf7964

Monochromatic Colors of #bfa664

#bfa664

Complementary Color

#bfa664 #647dbf

#bfa664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa664 Color CSS Codes

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

#bfa664 Text Font Color

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

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


#bfa664 Background Color

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

This div background color is #bfa664


#bfa664 Border Color

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

This div border color is #bfa664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa664


Comments

No comments written yet.

Please login to write comment.