Color Hex Logo

#bfa011 Color Hex

#BFA011
(191,160,17)
0 Favorites   0 Comments

Color spaces of #bfa011

RGB 19116017
HSL0.140.840.41
HSV49°91°75°
CMYK 0.000.160.91   0.25
XYZ34.157836.25845.7286
Yxy36.25840.44860.4762
Hunter Lab60.2149-4.119536.5099
CIE-Lab66.7169-1.054067.6732

#bfa011 color RGB value is (191,160,17).

#bfa011 hex color red value is 191, green value is 160 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bfa011 hue: 0.14 , saturation: 0.84 and the lightness value of bfa011 is 0.41.

The process color (four color CMYK) of #bfa011 color hex is 0.00, 0.16, 0.91, 0.25. Web safe color of #bfa011 is #cc9900. Color #bfa011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 00010001
Octal 277 240 21
Decimal 191 160 17
Hex BF A0 11

RGB Percentages of Color #bfa011

%51.90
%43.48
%4.62

CMYK Percentages of Color #bfa011

%0
%16
%91
%25

Triadic Colors of #bfa011

#bfa011 #11bfa0 #a011bf

Analogous Colors of #bfa011

#bfa011 #87bf11 #bf4911

Monochromatic Colors of #bfa011

#bfa011

Complementary Color

#bfa011 #1130bf

#bfa011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa011 Color CSS Codes

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

#bfa011 Text Font Color

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

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


#bfa011 Background Color

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

This div background color is #bfa011


#bfa011 Border Color

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

This div border color is #bfa011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa011


Comments

No comments written yet.

Please login to write comment.