Color Hex Logo

#bfb02f Color Hex

#BFB02F
(191,176,47)
0 Favorites   0 Comments

Color spaces of #bfb02f

RGB 19117647
HSL0.150.610.47
HSV54°75°75°
CMYK 0.000.080.75   0.25
XYZ37.524342.33238.8825
Yxy42.33230.42290.4770
Hunter Lab65.0633-10.913537.4500
CIE-Lab71.0994-8.629663.4310

#bfb02f color RGB value is (191,176,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00101111
Octal 277 260 57
Decimal 191 176 47
Hex BF B0 2F

RGB Percentages of Color #bfb02f

%46.14
%42.51
%11.35

CMYK Percentages of Color #bfb02f

%0
%8
%75
%25

Triadic Colors of #bfb02f

#bfb02f #2fbfb0 #b02fbf

Analogous Colors of #bfb02f

#bfb02f #86bf2f #bf682f

Monochromatic Colors of #bfb02f

#bfb02f

Complementary Color

#bfb02f #2f3ebf

#bfb02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb02f Color CSS Codes

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

#bfb02f Text Font Color

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

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


#bfb02f Background Color

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

This div background color is #bfb02f


#bfb02f Border Color

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

This div border color is #bfb02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb02f


Comments

No comments written yet.

Please login to write comment.