Color Hex Logo

#bfaf7d Color Hex

#BFAF7D
(191,175,125)
0 Favorites   0 Comments

Color spaces of #bfaf7d

RGB 191175125
HSL0.130.340.62
HSV45°35°75°
CMYK 0.000.080.35   0.25
XYZ40.517543.217025.6082
Yxy43.21700.37060.3952
Hunter Lab65.7396-5.028922.9219
CIE-Lab71.7020-1.722527.7570

#bfaf7d color RGB value is (191,175,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01111101
Octal 277 257 175
Decimal 191 175 125
Hex BF AF 7D

RGB Percentages of Color #bfaf7d

%38.90
%35.64
%25.46

CMYK Percentages of Color #bfaf7d

%0
%8
%35
%25

Triadic Colors of #bfaf7d

#bfaf7d #7dbfaf #af7dbf

Analogous Colors of #bfaf7d

#bfaf7d #aebf7d #bf8e7d

Monochromatic Colors of #bfaf7d

#bfaf7d

Complementary Color

#bfaf7d #7d8dbf

#bfaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf7d Color CSS Codes

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

#bfaf7d Text Font Color

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

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


#bfaf7d Background Color

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

This div background color is #bfaf7d


#bfaf7d Border Color

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

This div border color is #bfaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf7d


Comments

No comments written yet.

Please login to write comment.