Color Hex Logo

#bfaa90 Color Hex

#BFAA90
(191,170,144)
0 Favorites   0 Comments

Color spaces of #bfaa90

RGB 191170144
HSL0.090.270.66
HSV33°25°75°
CMYK 0.000.110.25   0.25
XYZ40.894641.839432.3060
Yxy41.83940.35550.3637
Hunter Lab64.6834-0.343315.6661
CIE-Lab70.76013.501416.1919

#bfaa90 color RGB value is (191,170,144).

#bfaa90 hex color red value is 191, green value is 170 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfaa90 hue: 0.09 , saturation: 0.27 and the lightness value of bfaa90 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 10010000
Octal 277 252 220
Decimal 191 170 144
Hex BF AA 90

RGB Percentages of Color #bfaa90

%37.82
%33.66
%28.51

CMYK Percentages of Color #bfaa90

%0
%11
%25
%25

Triadic Colors of #bfaa90

#bfaa90 #90bfaa #aa90bf

Analogous Colors of #bfaa90

#bfaa90 #bdbf90 #bf9390

Monochromatic Colors of #bfaa90

#bfaa90

Complementary Color

#bfaa90 #90a5bf

#bfaa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa90 Color CSS Codes

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

#bfaa90 Text Font Color

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

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


#bfaa90 Background Color

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

This div background color is #bfaa90


#bfaa90 Border Color

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

This div border color is #bfaa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa90


Comments

No comments written yet.

Please login to write comment.