Color Hex Logo

#b1475e Color Hex

#B1475E
(177,71,94)
0 Favorites   0 Comments

Color spaces of #b1475e

RGB 1777194
HSL0.960.430.49
HSV347°60°69°
CMYK 0.000.600.47   0.31
XYZ22.405114.661712.2388
Yxy14.66170.45440.2974
Hunter Lab38.290637.43777.8526
CIE-Lab45.167345.21578.9396

#b1475e color RGB value is (177,71,94).

#b1475e hex color red value is 177, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b1475e hue: 0.96 , saturation: 0.43 and the lightness value of b1475e is 0.49.

The process color (four color CMYK) of #b1475e color hex is 0.00, 0.60, 0.47, 0.31. Web safe color of #b1475e is #993366. Color #b1475e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 01011110
Octal 261 107 136
Decimal 177 71 94
Hex B1 47 5E

RGB Percentages of Color #b1475e

%51.75
%20.76
%27.49

CMYK Percentages of Color #b1475e

%0
%60
%47
%31

Triadic Colors of #b1475e

#b1475e #5eb147 #475eb1

Analogous Colors of #b1475e

#b1475e #b16547 #b14793

Monochromatic Colors of #b1475e

#b1475e

Complementary Color

#b1475e #47b19a

#b1475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1475e Color CSS Codes

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

#b1475e Text Font Color

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

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


#b1475e Background Color

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

This div background color is #b1475e


#b1475e Border Color

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

This div border color is #b1475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1475e


Comments

No comments written yet.

Please login to write comment.