Color Hex Logo

#bfb01b Color Hex

#BFB01B
(191,176,27)
0 Favorites   0 Comments

Color spaces of #bfb01b

RGB 19117627
HSL0.150.750.43
HSV55°86°75°
CMYK 0.000.080.86   0.25
XYZ37.209042.20627.2224
Yxy42.20620.42950.4872
Hunter Lab64.9663-11.456438.8851
CIE-Lab71.0129-9.286769.0622

#bfb01b color RGB value is (191,176,27).

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

The process color (four color CMYK) of #bfb01b color hex is 0.00, 0.08, 0.86, 0.25. Web safe color of #bfb01b is #cc9933. Color #bfb01b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00011011
Octal 277 260 33
Decimal 191 176 27
Hex BF B0 1B

RGB Percentages of Color #bfb01b

%48.48
%44.67
%6.85

CMYK Percentages of Color #bfb01b

%0
%8
%86
%25

Triadic Colors of #bfb01b

#bfb01b #1bbfb0 #b01bbf

Analogous Colors of #bfb01b

#bfb01b #7cbf1b #bf5e1b

Monochromatic Colors of #bfb01b

#bfb01b

Complementary Color

#bfb01b #1b2abf

#bfb01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb01b Color CSS Codes

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

#bfb01b Text Font Color

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

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


#bfb01b Background Color

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

This div background color is #bfb01b


#bfb01b Border Color

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

This div border color is #bfb01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb01b


Comments

No comments written yet.

Please login to write comment.