Color Hex Logo

#bfa584 Color Hex

#BFA584
(191,165,132)
0 Favorites   0 Comments

Color spaces of #bfa584

RGB 191165132
HSL0.090.320.63
HSV34°31°75°
CMYK 0.000.140.31   0.25
XYZ39.105839.652627.4224
Yxy39.65260.36830.3734
Hunter Lab62.97030.654018.2595
CIE-Lab69.22144.547720.6310

#bfa584 color RGB value is (191,165,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 10000100
Octal 277 245 204
Decimal 191 165 132
Hex BF A5 84

RGB Percentages of Color #bfa584

%39.14
%33.81
%27.05

CMYK Percentages of Color #bfa584

%0
%14
%31
%25

Triadic Colors of #bfa584

#bfa584 #84bfa5 #a584bf

Analogous Colors of #bfa584

#bfa584 #bcbf84 #bf8884

Monochromatic Colors of #bfa584

#bfa584

Complementary Color

#bfa584 #849ebf

#bfa584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa584 Color CSS Codes

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

#bfa584 Text Font Color

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

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


#bfa584 Background Color

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

This div background color is #bfa584


#bfa584 Border Color

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

This div border color is #bfa584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa584

#bfa584 Color Palettes


Comments

No comments written yet.

Please login to write comment.