Color Hex Logo

#bfb63e Color Hex

#BFB63E
(191,182,62)
0 Favorites   0 Comments

Color spaces of #bfb63e

RGB 19118262
HSL0.160.510.50
HSV56°68°75°
CMYK 0.000.050.68   0.25
XYZ39.083344.880111.1602
Yxy44.88010.41090.4718
Hunter Lab66.9926-13.100737.0178
CIE-Lab72.8129-11.004259.5275

#bfb63e color RGB value is (191,182,62).

#bfb63e hex color red value is 191, green value is 182 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bfb63e hue: 0.16 , saturation: 0.51 and the lightness value of bfb63e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 00111110
Octal 277 266 76
Decimal 191 182 62
Hex BF B6 3E

RGB Percentages of Color #bfb63e

%43.91
%41.84
%14.25

CMYK Percentages of Color #bfb63e

%0
%5
%68
%25

Triadic Colors of #bfb63e

#bfb63e #3ebfb6 #b63ebf

Analogous Colors of #bfb63e

#bfb63e #88bf3e #bf763e

Monochromatic Colors of #bfb63e

#bfb63e

Complementary Color

#bfb63e #3e47bf

#bfb63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb63e Color CSS Codes

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

#bfb63e Text Font Color

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

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


#bfb63e Background Color

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

This div background color is #bfb63e


#bfb63e Border Color

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

This div border color is #bfb63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb63e


Comments

No comments written yet.

Please login to write comment.