Color Hex Logo

#bfb829 Color Hex

#BFB829
(191,184,41)
0 Favorites   0 Comments

Color spaces of #bfb829

RGB 19118441
HSL0.160.650.45
HSV57°79°75°
CMYK 0.000.040.79   0.25
XYZ39.026645.51748.8266
Yxy45.51740.41800.4875
Hunter Lab67.4666-14.811739.4697
CIE-Lab73.2313-12.987667.2889

#bfb829 color RGB value is (191,184,41).

#bfb829 hex color red value is 191, green value is 184 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bfb829 hue: 0.16 , saturation: 0.65 and the lightness value of bfb829 is 0.45.

The process color (four color CMYK) of #bfb829 color hex is 0.00, 0.04, 0.79, 0.25. Web safe color of #bfb829 is #cccc33. Color #bfb829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 00101001
Octal 277 270 51
Decimal 191 184 41
Hex BF B8 29

RGB Percentages of Color #bfb829

%45.91
%44.23
%9.86

CMYK Percentages of Color #bfb829

%0
%4
%79
%25

Triadic Colors of #bfb829

#bfb829 #29bfb8 #b829bf

Analogous Colors of #bfb829

#bfb829 #7bbf29 #bf6d29

Monochromatic Colors of #bfb829

#bfb829

Complementary Color

#bfb829 #2930bf

#bfb829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb829 Color CSS Codes

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

#bfb829 Text Font Color

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

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


#bfb829 Background Color

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

This div background color is #bfb829


#bfb829 Border Color

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

This div border color is #bfb829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb829


Comments

No comments written yet.

Please login to write comment.