Color Hex Logo

#bfa446 Color Hex

#BFA446
(191,164,70)
0 Favorites   0 Comments

Color spaces of #bfa446

RGB 19116470
HSL0.130.490.51
HSV47°63°75°
CMYK 0.000.140.63   0.25
XYZ35.866838.069511.2521
Yxy38.06950.42100.4469
Hunter Lab61.7005-4.212932.3778
CIE-Lab68.0718-1.061751.0970

#bfa446 color RGB value is (191,164,70).

#bfa446 hex color red value is 191, green value is 164 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bfa446 hue: 0.13 , saturation: 0.49 and the lightness value of bfa446 is 0.51.

The process color (four color CMYK) of #bfa446 color hex is 0.00, 0.14, 0.63, 0.25. Web safe color of #bfa446 is #cc9933. Color #bfa446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 01000110
Octal 277 244 106
Decimal 191 164 70
Hex BF A4 46

RGB Percentages of Color #bfa446

%44.94
%38.59
%16.47

CMYK Percentages of Color #bfa446

%0
%14
%63
%25

Triadic Colors of #bfa446

#bfa446 #46bfa4 #a446bf

Analogous Colors of #bfa446

#bfa446 #9ebf46 #bf6846

Monochromatic Colors of #bfa446

#bfa446

Complementary Color

#bfa446 #4661bf

#bfa446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa446 Color CSS Codes

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

#bfa446 Text Font Color

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

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


#bfa446 Background Color

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

This div background color is #bfa446


#bfa446 Border Color

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

This div border color is #bfa446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa446


Comments

No comments written yet.

Please login to write comment.