Color Hex Logo

#bfa589 Color Hex

#BFA589
(191,165,137)
0 Favorites   0 Comments

Color spaces of #bfa589

RGB 191165137
HSL0.090.300.64
HSV31°28°75°
CMYK 0.000.140.28   0.25
XYZ39.456339.792829.2681
Yxy39.79280.36360.3667
Hunter Lab63.08151.255716.6481
CIE-Lab69.32175.223018.0316

#bfa589 color RGB value is (191,165,137).

#bfa589 hex color red value is 191, green value is 165 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bfa589 hue: 0.09 , saturation: 0.30 and the lightness value of bfa589 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 10001001
Octal 277 245 211
Decimal 191 165 137
Hex BF A5 89

RGB Percentages of Color #bfa589

%38.74
%33.47
%27.79

CMYK Percentages of Color #bfa589

%0
%14
%28
%25

Triadic Colors of #bfa589

#bfa589 #89bfa5 #a589bf

Analogous Colors of #bfa589

#bfa589 #bebf89 #bf8a89

Monochromatic Colors of #bfa589

#bfa589

Complementary Color

#bfa589 #89a3bf

#bfa589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa589 Color CSS Codes

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

#bfa589 Text Font Color

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

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


#bfa589 Background Color

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

This div background color is #bfa589


#bfa589 Border Color

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

This div border color is #bfa589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa589


Comments

No comments written yet.

Please login to write comment.