Color Hex Logo

#bf716a Color Hex

#BF716A
(191,113,106)
0 Favorites   0 Comments

Color spaces of #bf716a

RGB 191113106
HSL0.010.400.58
HSV45°75°
CMYK 0.000.410.45   0.25
XYZ29.992523.927216.6733
Yxy23.92720.42490.3389
Hunter Lab48.915423.845314.0312
CIE-Lab56.014829.995317.1635

#bf716a color RGB value is (191,113,106).

#bf716a hex color red value is 191, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bf716a hue: 0.01 , saturation: 0.40 and the lightness value of bf716a is 0.58.

The process color (four color CMYK) of #bf716a color hex is 0.00, 0.41, 0.45, 0.25. Web safe color of #bf716a is #cc6666. Color #bf716a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110001 01101010
Octal 277 161 152
Decimal 191 113 106
Hex BF 71 6A

RGB Percentages of Color #bf716a

%46.59
%27.56
%25.85

CMYK Percentages of Color #bf716a

%0
%41
%45
%25

Triadic Colors of #bf716a

#bf716a #6abf71 #716abf

Analogous Colors of #bf716a

#bf716a #bf9c6a #bf6a8e

Monochromatic Colors of #bf716a

#bf716a

Complementary Color

#bf716a #6ab8bf

#bf716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf716a Color CSS Codes

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

#bf716a Text Font Color

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

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


#bf716a Background Color

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

This div background color is #bf716a


#bf716a Border Color

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

This div border color is #bf716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf716a


Comments

No comments written yet.

Please login to write comment.