Color Hex Logo

#bfaa63 Color Hex

#BFAA63
(191,170,99)
0 Favorites   0 Comments

Color spaces of #bfaa63

RGB 19117099
HSL0.130.420.57
HSV46°48°75°
CMYK 0.000.110.48   0.25
XYZ38.112740.726717.6567
Yxy40.72670.39500.4221
Hunter Lab63.8175-5.077828.2682
CIE-Lab69.9840-1.914639.1847

#bfaa63 color RGB value is (191,170,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 01100011
Octal 277 252 143
Decimal 191 170 99
Hex BF AA 63

RGB Percentages of Color #bfaa63

%41.52
%36.96
%21.52

CMYK Percentages of Color #bfaa63

%0
%11
%48
%25

Triadic Colors of #bfaa63

#bfaa63 #63bfaa #aa63bf

Analogous Colors of #bfaa63

#bfaa63 #a6bf63 #bf7c63

Monochromatic Colors of #bfaa63

#bfaa63

Complementary Color

#bfaa63 #6378bf

#bfaa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa63 Color CSS Codes

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

#bfaa63 Text Font Color

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

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


#bfaa63 Background Color

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

This div background color is #bfaa63


#bfaa63 Border Color

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

This div border color is #bfaa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa63


Comments

No comments written yet.

Please login to write comment.