Color Hex Logo

#bfb513 Color Hex

#BFB513
(191,181,19)
0 Favorites   0 Comments

Color spaces of #bfb513

RGB 19118119
HSL0.160.820.41
HSV57°90°75°
CMYK 0.000.050.90   0.25
XYZ38.127344.17117.1325
Yxy44.17110.42630.4939
Hunter Lab66.4613-13.906140.1601
CIE-Lab72.3427-12.034371.6923

#bfb513 color RGB value is (191,181,19).

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

The process color (four color CMYK) of #bfb513 color hex is 0.00, 0.05, 0.90, 0.25. Web safe color of #bfb513 is #cccc00. Color #bfb513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 00010011
Octal 277 265 23
Decimal 191 181 19
Hex BF B5 13

RGB Percentages of Color #bfb513

%48.85
%46.29
%4.86

CMYK Percentages of Color #bfb513

%0
%5
%90
%25

Triadic Colors of #bfb513

#bfb513 #13bfb5 #b513bf

Analogous Colors of #bfb513

#bfb513 #73bf13 #bf5f13

Monochromatic Colors of #bfb513

#bfb513

Complementary Color

#bfb513 #131dbf

#bfb513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb513 Color CSS Codes

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

#bfb513 Text Font Color

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

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


#bfb513 Background Color

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

This div background color is #bfb513


#bfb513 Border Color

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

This div border color is #bfb513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb513


Comments

No comments written yet.

Please login to write comment.