Color Hex Logo

#b1737f Color Hex

#B1737F
(177,115,127)
0 Favorites   0 Comments

Color spaces of #b1737f

RGB 177115127
HSL0.970.280.57
HSV348°35°69°
CMYK 0.000.350.28   0.31
XYZ28.093023.140923.0646
Yxy23.14090.37810.3115
Hunter Lab48.105020.05915.2461
CIE-Lab55.217226.09003.5656

#b1737f color RGB value is (177,115,127).

#b1737f hex color red value is 177, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1737f hue: 0.97 , saturation: 0.28 and the lightness value of b1737f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 01111111
Octal 261 163 177
Decimal 177 115 127
Hex B1 73 7F

RGB Percentages of Color #b1737f

%42.24
%27.45
%30.31

CMYK Percentages of Color #b1737f

%0
%35
%28
%31

Triadic Colors of #b1737f

#b1737f #7fb173 #737fb1

Analogous Colors of #b1737f

#b1737f #b18673 #b1739e

Monochromatic Colors of #b1737f

#b1737f

Complementary Color

#b1737f #73b1a5

#b1737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1737f Color CSS Codes

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

#b1737f Text Font Color

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

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


#b1737f Background Color

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

This div background color is #b1737f


#b1737f Border Color

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

This div border color is #b1737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1737f


Comments

No comments written yet.

Please login to write comment.