Color Hex Logo

#bfa957 Color Hex

#BFA957
(191,169,87)
0 Favorites   0 Comments

Color spaces of #bfa957

RGB 19116987
HSL0.130.450.55
HSV47°54°75°
CMYK 0.000.120.54   0.25
XYZ37.394140.140414.7938
Yxy40.14040.40500.4348
Hunter Lab63.3565-5.519930.5052
CIE-Lab69.5694-2.459544.7153

#bfa957 color RGB value is (191,169,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 01010111
Octal 277 251 127
Decimal 191 169 87
Hex BF A9 57

RGB Percentages of Color #bfa957

%42.73
%37.81
%19.46

CMYK Percentages of Color #bfa957

%0
%12
%54
%25

Triadic Colors of #bfa957

#bfa957 #57bfa9 #a957bf

Analogous Colors of #bfa957

#bfa957 #a1bf57 #bf7557

Monochromatic Colors of #bfa957

#bfa957

Complementary Color

#bfa957 #576dbf

#bfa957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa957 Color CSS Codes

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

#bfa957 Text Font Color

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

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


#bfa957 Background Color

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

This div background color is #bfa957


#bfa957 Border Color

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

This div border color is #bfa957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa957


Comments

No comments written yet.

Please login to write comment.