Color Hex Logo

#bfab6f Color Hex

#BFAB6F
(191,171,111)
0 Favorites   0 Comments

Color spaces of #bfab6f

RGB 191171111
HSL0.130.380.59
HSV45°42°75°
CMYK 0.000.100.42   0.25
XYZ38.918041.349920.9691
Yxy41.34990.38440.4084
Hunter Lab64.3039-4.500025.6786
CIE-Lab70.4204-1.216633.5039

#bfab6f color RGB value is (191,171,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 01101111
Octal 277 253 157
Decimal 191 171 111
Hex BF AB 6F

RGB Percentages of Color #bfab6f

%40.38
%36.15
%23.47

CMYK Percentages of Color #bfab6f

%0
%10
%42
%25

Triadic Colors of #bfab6f

#bfab6f #6fbfab #ab6fbf

Analogous Colors of #bfab6f

#bfab6f #abbf6f #bf836f

Monochromatic Colors of #bfab6f

#bfab6f

Complementary Color

#bfab6f #6f83bf

#bfab6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab6f Color CSS Codes

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

#bfab6f Text Font Color

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

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


#bfab6f Background Color

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

This div background color is #bfab6f


#bfab6f Border Color

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

This div border color is #bfab6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,171,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 #bfab6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab6f

#bfab6f Color Palettes


Comments

No comments written yet.

Please login to write comment.