Color Hex Logo

#bfaa51 Color Hex

#BFAA51
(191,170,81)
0 Favorites   0 Comments

Color spaces of #bfaa51

RGB 19117081
HSL0.130.460.53
HSV49°58°75°
CMYK 0.000.110.58   0.25
XYZ37.345840.419913.6181
Yxy40.41990.40870.4423
Hunter Lab63.5766-6.405831.8038
CIE-Lab69.7676-3.471447.8562

#bfaa51 color RGB value is (191,170,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 01010001
Octal 277 252 121
Decimal 191 170 81
Hex BF AA 51

RGB Percentages of Color #bfaa51

%43.21
%38.46
%18.33

CMYK Percentages of Color #bfaa51

%0
%11
%58
%25

Triadic Colors of #bfaa51

#bfaa51 #51bfaa #aa51bf

Analogous Colors of #bfaa51

#bfaa51 #9dbf51 #bf7351

Monochromatic Colors of #bfaa51

#bfaa51

Complementary Color

#bfaa51 #5166bf

#bfaa51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa51 Color CSS Codes

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

#bfaa51 Text Font Color

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

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


#bfaa51 Background Color

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

This div background color is #bfaa51


#bfaa51 Border Color

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

This div border color is #bfaa51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa51


Comments

No comments written yet.

Please login to write comment.