Color Hex Logo

#b97f71 Color Hex

#B97F71
(185,127,113)
0 Favorites   0 Comments

Color spaces of #b97f71

RGB 185127113
HSL0.030.340.58
HSV12°39°73°
CMYK 0.000.310.39   0.27
XYZ30.577626.685319.1619
Yxy26.68530.40010.3492
Hunter Lab51.657815.257614.1675
CIE-Lab58.681920.698716.6833

#b97f71 color RGB value is (185,127,113).

#b97f71 hex color red value is 185, green value is 127 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b97f71 hue: 0.03 , saturation: 0.34 and the lightness value of b97f71 is 0.58.

The process color (four color CMYK) of #b97f71 color hex is 0.00, 0.31, 0.39, 0.27. Web safe color of #b97f71 is #cc6666. Color #b97f71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 01110001
Octal 271 177 161
Decimal 185 127 113
Hex B9 7F 71

RGB Percentages of Color #b97f71

%43.53
%29.88
%26.59

CMYK Percentages of Color #b97f71

%0
%31
%39
%27

Triadic Colors of #b97f71

#b97f71 #71b97f #7f71b9

Analogous Colors of #b97f71

#b97f71 #b9a371 #b97187

Monochromatic Colors of #b97f71

#b97f71

Complementary Color

#b97f71 #71abb9

#b97f71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97f71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97f71 Color CSS Codes

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

#b97f71 Text Font Color

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

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


#b97f71 Background Color

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

This div background color is #b97f71


#b97f71 Border Color

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

This div border color is #b97f71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97f71


Comments

No comments written yet.

Please login to write comment.