Color Hex Logo

#bfb913 Color Hex

#BFB913
(191,185,19)
0 Favorites   0 Comments

Color spaces of #bfb913

RGB 19118519
HSL0.160.820.41
HSV58°90°75°
CMYK 0.000.030.90   0.25
XYZ38.952445.82137.4075
Yxy45.82130.42260.4971
Hunter Lab67.6914-15.743940.8959
CIE-Lab73.4294-14.077372.5429

#bfb913 color RGB value is (191,185,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 00010011
Octal 277 271 23
Decimal 191 185 19
Hex BF B9 13

RGB Percentages of Color #bfb913

%48.35
%46.84
%4.81

CMYK Percentages of Color #bfb913

%0
%3
%90
%25

Triadic Colors of #bfb913

#bfb913 #13bfb9 #b913bf

Analogous Colors of #bfb913

#bfb913 #6fbf13 #bf6313

Monochromatic Colors of #bfb913

#bfb913

Complementary Color

#bfb913 #1319bf

#bfb913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb913 Color CSS Codes

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

#bfb913 Text Font Color

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

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


#bfb913 Background Color

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

This div background color is #bfb913


#bfb913 Border Color

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

This div border color is #bfb913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb913


Comments

No comments written yet.

Please login to write comment.