Color Hex Logo

#bfa947 Color Hex

#BFA947
(191,169,71)
0 Favorites   0 Comments

Color spaces of #bfa947

RGB 19116971
HSL0.140.480.51
HSV49°63°75°
CMYK 0.000.120.63   0.25
XYZ36.811239.907211.7239
Yxy39.90720.41620.4512
Hunter Lab63.1721-6.537133.2171
CIE-Lab69.4034-3.657552.0990

#bfa947 color RGB value is (191,169,71).

#bfa947 hex color red value is 191, green value is 169 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bfa947 hue: 0.14 , saturation: 0.48 and the lightness value of bfa947 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 01000111
Octal 277 251 107
Decimal 191 169 71
Hex BF A9 47

RGB Percentages of Color #bfa947

%44.32
%39.21
%16.47

CMYK Percentages of Color #bfa947

%0
%12
%63
%25

Triadic Colors of #bfa947

#bfa947 #47bfa9 #a947bf

Analogous Colors of #bfa947

#bfa947 #99bf47 #bf6d47

Monochromatic Colors of #bfa947

#bfa947

Complementary Color

#bfa947 #475dbf

#bfa947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa947 Color CSS Codes

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

#bfa947 Text Font Color

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

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


#bfa947 Background Color

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

This div background color is #bfa947


#bfa947 Border Color

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

This div border color is #bfa947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa947


Comments

No comments written yet.

Please login to write comment.