Color Hex Logo

#b15760 Color Hex

#B15760
(177,87,96)
0 Favorites   0 Comments

Color spaces of #b15760

RGB 1778796
HSL0.980.370.52
HSV354°51°69°
CMYK 0.000.510.46   0.31
XYZ23.651017.008013.1027
Yxy17.00800.43990.3164
Hunter Lab41.240830.195910.0314
CIE-Lab48.270137.463812.0697

#b15760 color RGB value is (177,87,96).

#b15760 hex color red value is 177, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b15760 hue: 0.98 , saturation: 0.37 and the lightness value of b15760 is 0.52.

The process color (four color CMYK) of #b15760 color hex is 0.00, 0.51, 0.46, 0.31. Web safe color of #b15760 is #996666. Color #b15760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010111 01100000
Octal 261 127 140
Decimal 177 87 96
Hex B1 57 60

RGB Percentages of Color #b15760

%49.17
%24.17
%26.67

CMYK Percentages of Color #b15760

%0
%51
%46
%31

Triadic Colors of #b15760

#b15760 #60b157 #5760b1

Analogous Colors of #b15760

#b15760 #b17b57 #b1578d

Monochromatic Colors of #b15760

#b15760

Complementary Color

#b15760 #57b1a8

#b15760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15760 Color CSS Codes

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

#b15760 Text Font Color

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

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


#b15760 Background Color

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

This div background color is #b15760


#b15760 Border Color

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

This div border color is #b15760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15760


Comments

No comments written yet.

Please login to write comment.