Color Hex Logo

#bfb0aa Color Hex

#BFB0AA
(191,176,170)
0 Favorites   0 Comments

Color spaces of #bfb0aa

RGB 191176170
HSL0.050.140.71
HSV17°11°75°
CMYK 0.000.080.11   0.25
XYZ44.266945.029344.3886
Yxy45.02930.33110.3368
Hunter Lab67.10390.32067.7529
CIE-Lab72.91124.33224.9977

#bfb0aa color RGB value is (191,176,170).

#bfb0aa hex color red value is 191, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfb0aa hue: 0.05 , saturation: 0.14 and the lightness value of bfb0aa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10101010
Octal 277 260 252
Decimal 191 176 170
Hex BF B0 AA

RGB Percentages of Color #bfb0aa

%35.57
%32.77
%31.66

CMYK Percentages of Color #bfb0aa

%0
%8
%11
%25

Triadic Colors of #bfb0aa

#bfb0aa #aabfb0 #b0aabf

Analogous Colors of #bfb0aa

#bfb0aa #bfbbaa #bfaaaf

Monochromatic Colors of #bfb0aa

#bfb0aa

Complementary Color

#bfb0aa #aab9bf

#bfb0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb0aa Color CSS Codes

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

#bfb0aa Text Font Color

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

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


#bfb0aa Background Color

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

This div background color is #bfb0aa


#bfb0aa Border Color

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

This div border color is #bfb0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb0aa


Comments

No comments written yet.

Please login to write comment.