Color Hex Logo

#bfaf41 Color Hex

#BFAF41
(191,175,65)
0 Favorites   0 Comments

Color spaces of #bfaf41

RGB 19117565
HSL0.150.500.50
HSV52°66°75°
CMYK 0.000.080.66   0.25
XYZ37.770042.118011.1399
Yxy42.11800.41490.4627
Hunter Lab64.8984-9.687535.2517
CIE-Lab70.9522-7.196256.3762

#bfaf41 color RGB value is (191,175,65).

#bfaf41 hex color red value is 191, green value is 175 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bfaf41 hue: 0.15 , saturation: 0.50 and the lightness value of bfaf41 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01000001
Octal 277 257 101
Decimal 191 175 65
Hex BF AF 41

RGB Percentages of Color #bfaf41

%44.32
%40.60
%15.08

CMYK Percentages of Color #bfaf41

%0
%8
%66
%25

Triadic Colors of #bfaf41

#bfaf41 #41bfaf #af41bf

Analogous Colors of #bfaf41

#bfaf41 #90bf41 #bf7041

Monochromatic Colors of #bfaf41

#bfaf41

Complementary Color

#bfaf41 #4151bf

#bfaf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf41 Color CSS Codes

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

#bfaf41 Text Font Color

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

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


#bfaf41 Background Color

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

This div background color is #bfaf41


#bfaf41 Border Color

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

This div border color is #bfaf41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf41


Comments

No comments written yet.

Please login to write comment.