Color Hex Logo

#bfb520 Color Hex

#BFB520
(191,181,32)
0 Favorites   0 Comments

Color spaces of #bfb520

RGB 19118132
HSL0.160.710.44
HSV56°83°75°
CMYK 0.000.050.83   0.25
XYZ38.270444.22847.8864
Yxy44.22840.42340.4893
Hunter Lab66.5044-13.663839.5222
CIE-Lab72.3809-11.738169.0122

#bfb520 color RGB value is (191,181,32).

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

The process color (four color CMYK) of #bfb520 color hex is 0.00, 0.05, 0.83, 0.25. Web safe color of #bfb520 is #cccc33. Color #bfb520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 00100000
Octal 277 265 40
Decimal 191 181 32
Hex BF B5 20

RGB Percentages of Color #bfb520

%47.28
%44.80
%7.92

CMYK Percentages of Color #bfb520

%0
%5
%83
%25

Triadic Colors of #bfb520

#bfb520 #20bfb5 #b520bf

Analogous Colors of #bfb520

#bfb520 #7abf20 #bf6620

Monochromatic Colors of #bfb520

#bfb520

Complementary Color

#bfb520 #202abf

#bfb520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb520 Color CSS Codes

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

#bfb520 Text Font Color

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

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


#bfb520 Background Color

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

This div background color is #bfb520


#bfb520 Border Color

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

This div border color is #bfb520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb520


Comments

No comments written yet.

Please login to write comment.