Color Hex Logo

#bf797e Color Hex

#BF797E
(191,121,126)
0 Favorites   0 Comments

Color spaces of #bf797e

RGB 191121126
HSL0.990.350.61
HSV356°37°75°
CMYK 0.000.370.34   0.25
XYZ32.089126.257523.1156
Yxy26.25750.39390.3223
Hunter Lab51.242122.10779.1234
CIE-Lab58.280727.98278.7597

#bf797e color RGB value is (191,121,126).

#bf797e hex color red value is 191, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bf797e hue: 0.99 , saturation: 0.35 and the lightness value of bf797e is 0.61.

The process color (four color CMYK) of #bf797e color hex is 0.00, 0.37, 0.34, 0.25. Web safe color of #bf797e is #cc6666. Color #bf797e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111001 01111110
Octal 277 171 176
Decimal 191 121 126
Hex BF 79 7E

RGB Percentages of Color #bf797e

%43.61
%27.63
%28.77

CMYK Percentages of Color #bf797e

%0
%37
%34
%25

Triadic Colors of #bf797e

#bf797e #7ebf79 #797ebf

Analogous Colors of #bf797e

#bf797e #bf9779 #bf79a1

Monochromatic Colors of #bf797e

#bf797e

Complementary Color

#bf797e #79bfba

#bf797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf797e Color CSS Codes

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

#bf797e Text Font Color

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

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


#bf797e Background Color

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

This div background color is #bf797e


#bf797e Border Color

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

This div border color is #bf797e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf797e


Comments

No comments written yet.

Please login to write comment.