Color Hex Logo

#bfb016 Color Hex

#BFB016
(191,176,22)
0 Favorites   0 Comments

Color spaces of #bfb016

RGB 19117622
HSL0.150.790.42
HSV55°88°75°
CMYK 0.000.080.88   0.25
XYZ37.156042.18506.9432
Yxy42.18500.43060.4889
Hunter Lab64.9500-11.547839.1268
CIE-Lab70.9983-9.397670.0940

#bfb016 color RGB value is (191,176,22).

#bfb016 hex color red value is 191, green value is 176 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bfb016 hue: 0.15 , saturation: 0.79 and the lightness value of bfb016 is 0.42.

The process color (four color CMYK) of #bfb016 color hex is 0.00, 0.08, 0.88, 0.25. Web safe color of #bfb016 is #cc9900. Color #bfb016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00010110
Octal 277 260 26
Decimal 191 176 22
Hex BF B0 16

RGB Percentages of Color #bfb016

%49.10
%45.24
%5.66

CMYK Percentages of Color #bfb016

%0
%8
%88
%25

Triadic Colors of #bfb016

#bfb016 #16bfb0 #b016bf

Analogous Colors of #bfb016

#bfb016 #7abf16 #bf5b16

Monochromatic Colors of #bfb016

#bfb016

Complementary Color

#bfb016 #1625bf

#bfb016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb016 Color CSS Codes

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

#bfb016 Text Font Color

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

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


#bfb016 Background Color

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

This div background color is #bfb016


#bfb016 Border Color

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

This div border color is #bfb016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb016


Comments

No comments written yet.

Please login to write comment.