Color Hex Logo

#bfa396 Color Hex

#BFA396
(191,163,150)
0 Favorites   0 Comments

Color spaces of #bfa396

RGB 191163150
HSL0.050.240.67
HSV19°21°75°
CMYK 0.000.150.21   0.25
XYZ40.088139.472834.3603
Yxy39.47280.35190.3465
Hunter Lab62.82743.947111.5535
CIE-Lab69.09248.191810.5470

#bfa396 color RGB value is (191,163,150).

#bfa396 hex color red value is 191, green value is 163 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bfa396 hue: 0.05 , saturation: 0.24 and the lightness value of bfa396 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 10010110
Octal 277 243 226
Decimal 191 163 150
Hex BF A3 96

RGB Percentages of Color #bfa396

%37.90
%32.34
%29.76

CMYK Percentages of Color #bfa396

%0
%15
%21
%25

Triadic Colors of #bfa396

#bfa396 #96bfa3 #a396bf

Analogous Colors of #bfa396

#bfa396 #bfb896 #bf969e

Monochromatic Colors of #bfa396

#bfa396

Complementary Color

#bfa396 #96b2bf

#bfa396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa396 Color CSS Codes

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

#bfa396 Text Font Color

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

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


#bfa396 Background Color

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

This div background color is #bfa396


#bfa396 Border Color

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

This div border color is #bfa396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa396


Comments

No comments written yet.

Please login to write comment.