Color Hex Logo

#bfb03a Color Hex

#BFB03A
(191,176,58)
0 Favorites   0 Comments

Color spaces of #bfb03a

RGB 19117658
HSL0.150.530.49
HSV53°70°75°
CMYK 0.000.080.70   0.25
XYZ37.774942.432510.2023
Yxy42.43250.41780.4693
Hunter Lab65.1402-10.483036.3121
CIE-Lab71.1681-8.110959.4500

#bfb03a color RGB value is (191,176,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00111010
Octal 277 260 72
Decimal 191 176 58
Hex BF B0 3A

RGB Percentages of Color #bfb03a

%44.94
%41.41
%13.65

CMYK Percentages of Color #bfb03a

%0
%8
%70
%25

Triadic Colors of #bfb03a

#bfb03a #3abfb0 #b03abf

Analogous Colors of #bfb03a

#bfb03a #8cbf3a #bf6e3a

Monochromatic Colors of #bfb03a

#bfb03a

Complementary Color

#bfb03a #3a49bf

#bfb03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb03a Color CSS Codes

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

#bfb03a Text Font Color

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

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


#bfb03a Background Color

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

This div background color is #bfb03a


#bfb03a Border Color

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

This div border color is #bfb03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb03a


Comments

No comments written yet.

Please login to write comment.