Color Hex Logo

#bfaf6f Color Hex

#BFAF6F
(191,175,111)
0 Favorites   0 Comments

Color spaces of #bfaf6f

RGB 191175111
HSL0.130.380.59
HSV48°42°75°
CMYK 0.000.080.42   0.25
XYZ39.685142.884021.2247
Yxy42.88400.38230.4132
Hunter Lab65.4859-6.427526.6236
CIE-Lab71.4762-3.343934.8568

#bfaf6f color RGB value is (191,175,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01101111
Octal 277 257 157
Decimal 191 175 111
Hex BF AF 6F

RGB Percentages of Color #bfaf6f

%40.04
%36.69
%23.27

CMYK Percentages of Color #bfaf6f

%0
%8
%42
%25

Triadic Colors of #bfaf6f

#bfaf6f #6fbfaf #af6fbf

Analogous Colors of #bfaf6f

#bfaf6f #a7bf6f #bf876f

Monochromatic Colors of #bfaf6f

#bfaf6f

Complementary Color

#bfaf6f #6f7fbf

#bfaf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf6f Color CSS Codes

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

#bfaf6f Text Font Color

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

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


#bfaf6f Background Color

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

This div background color is #bfaf6f


#bfaf6f Border Color

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

This div border color is #bfaf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf6f


Comments

No comments written yet.

Please login to write comment.