Color Hex Logo

#bfb73b Color Hex

#BFB73B
(191,183,59)
0 Favorites   0 Comments

Color spaces of #bfb73b

RGB 19118359
HSL0.160.530.49
HSV56°69°75°
CMYK 0.000.040.69   0.25
XYZ39.208845.259110.8070
Yxy45.25910.41150.4750
Hunter Lab67.2749-13.698637.5681
CIE-Lab73.0622-11.681260.9553

#bfb73b color RGB value is (191,183,59).

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

The process color (four color CMYK) of #bfb73b color hex is 0.00, 0.04, 0.69, 0.25. Web safe color of #bfb73b is #cccc33. Color #bfb73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 00111011
Octal 277 267 73
Decimal 191 183 59
Hex BF B7 3B

RGB Percentages of Color #bfb73b

%44.11
%42.26
%13.63

CMYK Percentages of Color #bfb73b

%0
%4
%69
%25

Triadic Colors of #bfb73b

#bfb73b #3bbfb7 #b73bbf

Analogous Colors of #bfb73b

#bfb73b #85bf3b #bf753b

Monochromatic Colors of #bfb73b

#bfb73b

Complementary Color

#bfb73b #3b43bf

#bfb73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb73b Color CSS Codes

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

#bfb73b Text Font Color

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

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


#bfb73b Background Color

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

This div background color is #bfb73b


#bfb73b Border Color

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

This div border color is #bfb73b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,183,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 #bfb73b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb73b


Comments

No comments written yet.

Please login to write comment.