Color Hex Logo

#bfaa88 Color Hex

#BFAA88
(191,170,136)
0 Favorites   0 Comments

Color spaces of #bfaa88

RGB 191170136
HSL0.100.300.64
HSV37°29°75°
CMYK 0.000.110.29   0.25
XYZ40.304541.603429.1985
Yxy41.60340.36280.3744
Hunter Lab64.5007-1.337118.3108
CIE-Lab70.59662.381520.3321

#bfaa88 color RGB value is (191,170,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 10001000
Octal 277 252 210
Decimal 191 170 136
Hex BF AA 88

RGB Percentages of Color #bfaa88

%38.43
%34.21
%27.36

CMYK Percentages of Color #bfaa88

%0
%11
%29
%25

Triadic Colors of #bfaa88

#bfaa88 #88bfaa #aa88bf

Analogous Colors of #bfaa88

#bfaa88 #b9bf88 #bf8f88

Monochromatic Colors of #bfaa88

#bfaa88

Complementary Color

#bfaa88 #889dbf

#bfaa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa88 Color CSS Codes

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

#bfaa88 Text Font Color

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

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


#bfaa88 Background Color

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

This div background color is #bfaa88


#bfaa88 Border Color

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

This div border color is #bfaa88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa88


Comments

No comments written yet.

Please login to write comment.