Color Hex Logo

#bfa588 Color Hex

#BFA588
(191,165,136)
0 Favorites   0 Comments

Color spaces of #bfa588

RGB 191165136
HSL0.090.300.64
HSV32°29°75°
CMYK 0.000.140.29   0.25
XYZ39.384939.764228.8920
Yxy39.76420.36450.3680
Hunter Lab63.05891.133416.9760
CIE-Lab69.30135.086018.5516

#bfa588 color RGB value is (191,165,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 10001000
Octal 277 245 210
Decimal 191 165 136
Hex BF A5 88

RGB Percentages of Color #bfa588

%38.82
%33.54
%27.64

CMYK Percentages of Color #bfa588

%0
%14
%29
%25

Triadic Colors of #bfa588

#bfa588 #88bfa5 #a588bf

Analogous Colors of #bfa588

#bfa588 #bebf88 #bf8a88

Monochromatic Colors of #bfa588

#bfa588

Complementary Color

#bfa588 #88a2bf

#bfa588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa588 Color CSS Codes

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

#bfa588 Text Font Color

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

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


#bfa588 Background Color

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

This div background color is #bfa588


#bfa588 Border Color

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

This div border color is #bfa588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa588


Comments

No comments written yet.

Please login to write comment.