Color Hex Logo

#bfa796 Color Hex

#BFA796
(191,167,150)
0 Favorites   0 Comments

Color spaces of #bfa796

RGB 191167150
HSL0.070.240.67
HSV25°21°75°
CMYK 0.000.130.21   0.25
XYZ40.809640.915834.6008
Yxy40.91580.35080.3517
Hunter Lab63.96551.942412.7041
CIE-Lab70.11696.012011.9965

#bfa796 color RGB value is (191,167,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 10010110
Octal 277 247 226
Decimal 191 167 150
Hex BF A7 96

RGB Percentages of Color #bfa796

%37.60
%32.87
%29.53

CMYK Percentages of Color #bfa796

%0
%13
%21
%25

Triadic Colors of #bfa796

#bfa796 #96bfa7 #a796bf

Analogous Colors of #bfa796

#bfa796 #bfbc96 #bf969a

Monochromatic Colors of #bfa796

#bfa796

Complementary Color

#bfa796 #96aebf

#bfa796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa796 Color CSS Codes

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

#bfa796 Text Font Color

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

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


#bfa796 Background Color

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

This div background color is #bfa796


#bfa796 Border Color

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

This div border color is #bfa796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa796


Comments

No comments written yet.

Please login to write comment.