Color Hex Logo

#bfa913 Color Hex

#BFA913
(191,169,19)
0 Favorites   0 Comments

Color spaces of #bfa913

RGB 19116919
HSL0.150.820.41
HSV52°90°75°
CMYK 0.000.120.90   0.25
XYZ35.791439.49936.3538
Yxy39.49930.43840.4838
Hunter Lab62.8485-8.331437.9999
CIE-Lab69.1114-5.796269.1689

#bfa913 color RGB value is (191,169,19).

#bfa913 hex color red value is 191, green value is 169 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bfa913 hue: 0.15 , saturation: 0.82 and the lightness value of bfa913 is 0.41.

The process color (four color CMYK) of #bfa913 color hex is 0.00, 0.12, 0.90, 0.25. Web safe color of #bfa913 is #cc9900. Color #bfa913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 00010011
Octal 277 251 23
Decimal 191 169 19
Hex BF A9 13

RGB Percentages of Color #bfa913

%50.40
%44.59
%5.01

CMYK Percentages of Color #bfa913

%0
%12
%90
%25

Triadic Colors of #bfa913

#bfa913 #13bfa9 #a913bf

Analogous Colors of #bfa913

#bfa913 #7fbf13 #bf5313

Monochromatic Colors of #bfa913

#bfa913

Complementary Color

#bfa913 #1329bf

#bfa913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa913 Color CSS Codes

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

#bfa913 Text Font Color

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

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


#bfa913 Background Color

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

This div background color is #bfa913


#bfa913 Border Color

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

This div border color is #bfa913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa913


Comments

No comments written yet.

Please login to write comment.