Color Hex Logo

#b1697f Color Hex

#B1697F
(177,105,127)
0 Favorites   0 Comments

Color spaces of #b1697f

RGB 177105127
HSL0.950.320.55
HSV342°41°69°
CMYK 0.000.410.28   0.31
XYZ27.013820.982622.7049
Yxy20.98260.38210.2968
Hunter Lab45.806825.10562.6766
CIE-Lab52.930431.62590.2460

#b1697f color RGB value is (177,105,127).

#b1697f hex color red value is 177, green value is 105 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1697f hue: 0.95 , saturation: 0.32 and the lightness value of b1697f is 0.55.

The process color (four color CMYK) of #b1697f color hex is 0.00, 0.41, 0.28, 0.31. Web safe color of #b1697f is #996666. Color #b1697f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101001 01111111
Octal 261 151 177
Decimal 177 105 127
Hex B1 69 7F

RGB Percentages of Color #b1697f

%43.28
%25.67
%31.05

CMYK Percentages of Color #b1697f

%0
%41
%28
%31

Triadic Colors of #b1697f

#b1697f #7fb169 #697fb1

Analogous Colors of #b1697f

#b1697f #b17769 #b169a3

Monochromatic Colors of #b1697f

#b1697f

Complementary Color

#b1697f #69b19b

#b1697f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1697f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1697f Color CSS Codes

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

#b1697f Text Font Color

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

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


#b1697f Background Color

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

This div background color is #b1697f


#b1697f Border Color

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

This div border color is #b1697f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1697f


Comments

No comments written yet.

Please login to write comment.