Color Hex Logo

#bfaa58 Color Hex

#BFAA58
(191,170,88)
0 Favorites   0 Comments

Color spaces of #bfaa58

RGB 19117088
HSL0.130.450.55
HSV48°54°75°
CMYK 0.000.110.54   0.25
XYZ37.622040.530415.0728
Yxy40.53040.40360.4348
Hunter Lab63.6635-5.926430.5271
CIE-Lab69.8456-2.907344.5492

#bfaa58 color RGB value is (191,170,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 01011000
Octal 277 252 130
Decimal 191 170 88
Hex BF AA 58

RGB Percentages of Color #bfaa58

%42.54
%37.86
%19.60

CMYK Percentages of Color #bfaa58

%0
%11
%54
%25

Triadic Colors of #bfaa58

#bfaa58 #58bfaa #aa58bf

Analogous Colors of #bfaa58

#bfaa58 #a1bf58 #bf7758

Monochromatic Colors of #bfaa58

#bfaa58

Complementary Color

#bfaa58 #586dbf

#bfaa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa58 Color CSS Codes

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

#bfaa58 Text Font Color

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

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


#bfaa58 Background Color

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

This div background color is #bfaa58


#bfaa58 Border Color

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

This div border color is #bfaa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa58


Comments

No comments written yet.

Please login to write comment.