Color Hex Logo

#bfa73b Color Hex

#BFA73B
(191,167,59)
0 Favorites   0 Comments

Color spaces of #bfa73b

RGB 19116759
HSL0.140.530.49
HSV49°69°75°
CMYK 0.000.130.69   0.25
XYZ36.094039.02969.7688
Yxy39.02960.42520.4598
Hunter Lab62.4737-6.201034.4606
CIE-Lab68.7727-3.321556.6253

#bfa73b color RGB value is (191,167,59).

#bfa73b hex color red value is 191, green value is 167 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfa73b hue: 0.14 , saturation: 0.53 and the lightness value of bfa73b is 0.49.

The process color (four color CMYK) of #bfa73b color hex is 0.00, 0.13, 0.69, 0.25. Web safe color of #bfa73b is #cc9933. Color #bfa73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00111011
Octal 277 247 73
Decimal 191 167 59
Hex BF A7 3B

RGB Percentages of Color #bfa73b

%45.80
%40.05
%14.15

CMYK Percentages of Color #bfa73b

%0
%13
%69
%25

Triadic Colors of #bfa73b

#bfa73b #3bbfa7 #a73bbf

Analogous Colors of #bfa73b

#bfa73b #95bf3b #bf653b

Monochromatic Colors of #bfa73b

#bfa73b

Complementary Color

#bfa73b #3b53bf

#bfa73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa73b Color CSS Codes

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

#bfa73b Text Font Color

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

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


#bfa73b Background Color

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

This div background color is #bfa73b


#bfa73b Border Color

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

This div border color is #bfa73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa73b


Comments

No comments written yet.

Please login to write comment.