Color Hex Logo

#bfb63b Color Hex

#BFB63B
(191,182,59)
0 Favorites   0 Comments

Color spaces of #bfb63b

RGB 19118259
HSL0.160.530.49
HSV56°69°75°
CMYK 0.000.050.69   0.25
XYZ39.003244.848010.7385
Yxy44.84800.41230.4741
Hunter Lab66.9686-13.235037.3708
CIE-Lab72.7917-11.167160.6850

#bfb63b color RGB value is (191,182,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 00111011
Octal 277 266 73
Decimal 191 182 59
Hex BF B6 3B

RGB Percentages of Color #bfb63b

%44.21
%42.13
%13.66

CMYK Percentages of Color #bfb63b

%0
%5
%69
%25

Triadic Colors of #bfb63b

#bfb63b #3bbfb6 #b63bbf

Analogous Colors of #bfb63b

#bfb63b #86bf3b #bf743b

Monochromatic Colors of #bfb63b

#bfb63b

Complementary Color

#bfb63b #3b44bf

#bfb63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb63b Color CSS Codes

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

#bfb63b Text Font Color

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

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


#bfb63b Background Color

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

This div background color is #bfb63b


#bfb63b Border Color

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

This div border color is #bfb63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb63b


Comments

No comments written yet.

Please login to write comment.