Color Hex Logo

#bfbcaa Color Hex

#BFBCAA
(191,188,170)
0 Favorites   0 Comments

Color spaces of #bfbcaa

RGB 191188170
HSL0.140.140.71
HSV51°11°75°
CMYK 0.000.020.11   0.25
XYZ46.724849.945145.2079
Yxy49.94510.32930.3520
Hunter Lab70.6718-5.660211.5432
CIE-Lab76.0356-2.09059.4777

#bfbcaa color RGB value is (191,188,170).

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

The process color (four color CMYK) of #bfbcaa color hex is 0.00, 0.02, 0.11, 0.25. Web safe color of #bfbcaa is #cccc99. Color #bfbcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 10101010
Octal 277 274 252
Decimal 191 188 170
Hex BF BC AA

RGB Percentages of Color #bfbcaa

%34.79
%34.24
%30.97

CMYK Percentages of Color #bfbcaa

%0
%2
%11
%25

Triadic Colors of #bfbcaa

#bfbcaa #aabfbc #bcaabf

Analogous Colors of #bfbcaa

#bfbcaa #b8bfaa #bfb2aa

Monochromatic Colors of #bfbcaa

#bfbcaa

Complementary Color

#bfbcaa #aaadbf

#bfbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbcaa Color CSS Codes

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

#bfbcaa Text Font Color

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

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


#bfbcaa Background Color

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

This div background color is #bfbcaa


#bfbcaa Border Color

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

This div border color is #bfbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbcaa


Comments

No comments written yet.

Please login to write comment.