Color Hex Logo

#bfb63f Color Hex

#BFB63F
(191,182,63)
0 Favorites   0 Comments

Color spaces of #bfb63f

RGB 19118263
HSL0.150.500.50
HSV56°67°75°
CMYK 0.000.050.67   0.25
XYZ39.111044.891111.3061
Yxy44.89110.41040.4710
Hunter Lab67.0008-13.054036.8956
CIE-Lab72.8201-10.947759.1339

#bfb63f color RGB value is (191,182,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 00111111
Octal 277 266 77
Decimal 191 182 63
Hex BF B6 3F

RGB Percentages of Color #bfb63f

%43.81
%41.74
%14.45

CMYK Percentages of Color #bfb63f

%0
%5
%67
%25

Triadic Colors of #bfb63f

#bfb63f #3fbfb6 #b63fbf

Analogous Colors of #bfb63f

#bfb63f #88bf3f #bf763f

Monochromatic Colors of #bfb63f

#bfb63f

Complementary Color

#bfb63f #3f48bf

#bfb63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb63f Color CSS Codes

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

#bfb63f Text Font Color

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

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


#bfb63f Background Color

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

This div background color is #bfb63f


#bfb63f Border Color

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

This div border color is #bfb63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb63f


Comments

No comments written yet.

Please login to write comment.