Color Hex Logo

#bfaf8d Color Hex

#BFAF8D
(191,175,141)
0 Favorites   0 Comments

Color spaces of #bfaf8d

RGB 191175141
HSL0.110.280.65
HSV41°26°75°
CMYK 0.000.080.26   0.25
XYZ41.623543.659431.4326
Yxy43.65940.35660.3741
Hunter Lab66.0753-3.187318.0479
CIE-Lab72.00030.385219.5433

#bfaf8d color RGB value is (191,175,141).

#bfaf8d hex color red value is 191, green value is 175 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfaf8d hue: 0.11 , saturation: 0.28 and the lightness value of bfaf8d is 0.65.

The process color (four color CMYK) of #bfaf8d color hex is 0.00, 0.08, 0.26, 0.25. Web safe color of #bfaf8d is #cc9999. Color #bfaf8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 10001101
Octal 277 257 215
Decimal 191 175 141
Hex BF AF 8D

RGB Percentages of Color #bfaf8d

%37.67
%34.52
%27.81

CMYK Percentages of Color #bfaf8d

%0
%8
%26
%25

Triadic Colors of #bfaf8d

#bfaf8d #8dbfaf #af8dbf

Analogous Colors of #bfaf8d

#bfaf8d #b6bf8d #bf968d

Monochromatic Colors of #bfaf8d

#bfaf8d

Complementary Color

#bfaf8d #8d9dbf

#bfaf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf8d Color CSS Codes

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

#bfaf8d Text Font Color

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

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


#bfaf8d Background Color

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

This div background color is #bfaf8d


#bfaf8d Border Color

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

This div border color is #bfaf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf8d

#bfaf8d Color Palettes


Comments

No comments written yet.

Please login to write comment.