Color Hex Logo

#bfa159 Color Hex

#BFA159
(191,161,89)
0 Favorites   0 Comments

Color spaces of #bfa159

RGB 19116189
HSL0.120.440.55
HSV42°53°75°
CMYK 0.000.160.53   0.25
XYZ36.033937.287414.7492
Yxy37.28740.40910.4234
Hunter Lab61.0634-1.527028.4235
CIE-Lab67.49211.997341.2371

#bfa159 color RGB value is (191,161,89).

#bfa159 hex color red value is 191, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bfa159 hue: 0.12 , saturation: 0.44 and the lightness value of bfa159 is 0.55.

The process color (four color CMYK) of #bfa159 color hex is 0.00, 0.16, 0.53, 0.25. Web safe color of #bfa159 is #cc9966. Color #bfa159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 01011001
Octal 277 241 131
Decimal 191 161 89
Hex BF A1 59

RGB Percentages of Color #bfa159

%43.31
%36.51
%20.18

CMYK Percentages of Color #bfa159

%0
%16
%53
%25

Triadic Colors of #bfa159

#bfa159 #59bfa1 #a159bf

Analogous Colors of #bfa159

#bfa159 #aabf59 #bf6e59

Monochromatic Colors of #bfa159

#bfa159

Complementary Color

#bfa159 #5977bf

#bfa159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa159 Color CSS Codes

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

#bfa159 Text Font Color

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

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


#bfa159 Background Color

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

This div background color is #bfa159


#bfa159 Border Color

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

This div border color is #bfa159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa159


Comments

No comments written yet.

Please login to write comment.