Color Hex Logo

#bfaf75 Color Hex

#BFAF75
(191,175,117)
0 Favorites   0 Comments

Color spaces of #bfaf75

RGB 191175117
HSL0.130.370.60
HSV47°39°75°
CMYK 0.000.080.39   0.25
XYZ40.026743.020723.0238
Yxy43.02070.37740.4056
Hunter Lab65.5902-5.852325.1008
CIE-Lab71.5690-2.674931.8288

#bfaf75 color RGB value is (191,175,117).

#bfaf75 hex color red value is 191, green value is 175 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bfaf75 hue: 0.13 , saturation: 0.37 and the lightness value of bfaf75 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01110101
Octal 277 257 165
Decimal 191 175 117
Hex BF AF 75

RGB Percentages of Color #bfaf75

%39.54
%36.23
%24.22

CMYK Percentages of Color #bfaf75

%0
%8
%39
%25

Triadic Colors of #bfaf75

#bfaf75 #75bfaf #af75bf

Analogous Colors of #bfaf75

#bfaf75 #aabf75 #bf8a75

Monochromatic Colors of #bfaf75

#bfaf75

Complementary Color

#bfaf75 #7585bf

#bfaf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf75 Color CSS Codes

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

#bfaf75 Text Font Color

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

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


#bfaf75 Background Color

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

This div background color is #bfaf75


#bfaf75 Border Color

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

This div border color is #bfaf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf75


Comments

No comments written yet.

Please login to write comment.