Color Hex Logo

#bfaf5f Color Hex

#BFAF5F
(191,175,95)
0 Favorites   0 Comments

Color spaces of #bfaf5f

RGB 19117595
HSL0.140.430.56
HSV50°50°75°
CMYK 0.000.080.50   0.25
XYZ38.881442.562516.9926
Yxy42.56250.39500.4324
Hunter Lab65.2399-7.788330.2251
CIE-Lab71.2570-4.939342.7644

#bfaf5f color RGB value is (191,175,95).

#bfaf5f hex color red value is 191, green value is 175 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfaf5f hue: 0.14 , saturation: 0.43 and the lightness value of bfaf5f is 0.56.

The process color (four color CMYK) of #bfaf5f color hex is 0.00, 0.08, 0.50, 0.25. Web safe color of #bfaf5f is #cc9966. Color #bfaf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01011111
Octal 277 257 137
Decimal 191 175 95
Hex BF AF 5F

RGB Percentages of Color #bfaf5f

%41.43
%37.96
%20.61

CMYK Percentages of Color #bfaf5f

%0
%8
%50
%25

Triadic Colors of #bfaf5f

#bfaf5f #5fbfaf #af5fbf

Analogous Colors of #bfaf5f

#bfaf5f #9fbf5f #bf7f5f

Monochromatic Colors of #bfaf5f

#bfaf5f

Complementary Color

#bfaf5f #5f6fbf

#bfaf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf5f Color CSS Codes

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

#bfaf5f Text Font Color

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

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


#bfaf5f Background Color

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

This div background color is #bfaf5f


#bfaf5f Border Color

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

This div border color is #bfaf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf5f


Comments

No comments written yet.

Please login to write comment.