Color Hex Logo

#b1595e Color Hex

#B1595E
(177,89,94)
0 Favorites   0 Comments

Color spaces of #b1595e

RGB 1778994
HSL0.990.360.52
HSV357°50°69°
CMYK 0.000.500.47   0.31
XYZ23.724217.300012.6785
Yxy17.30000.44180.3221
Hunter Lab41.593329.025611.0425
CIE-Lab48.635836.211513.7775

#b1595e color RGB value is (177,89,94).

#b1595e hex color red value is 177, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b1595e hue: 0.99 , saturation: 0.36 and the lightness value of b1595e is 0.52.

The process color (four color CMYK) of #b1595e color hex is 0.00, 0.50, 0.47, 0.31. Web safe color of #b1595e is #996666. Color #b1595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011001 01011110
Octal 261 131 136
Decimal 177 89 94
Hex B1 59 5E

RGB Percentages of Color #b1595e

%49.17
%24.72
%26.11

CMYK Percentages of Color #b1595e

%0
%50
%47
%31

Triadic Colors of #b1595e

#b1595e #5eb159 #595eb1

Analogous Colors of #b1595e

#b1595e #b18059 #b1598a

Monochromatic Colors of #b1595e

#b1595e

Complementary Color

#b1595e #59b1ac

#b1595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1595e Color CSS Codes

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

#b1595e Text Font Color

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

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


#b1595e Background Color

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

This div background color is #b1595e


#b1595e Border Color

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

This div border color is #b1595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1595e


Comments

No comments written yet.

Please login to write comment.