Color Hex Logo

#b1725b Color Hex

#B1725B
(177,114,91)
0 Favorites   0 Comments

Color spaces of #b1725b

RGB 17711491
HSL0.040.360.53
HSV16°49°69°
CMYK 0.000.360.49   0.31
XYZ26.037122.137112.7981
Yxy22.13710.42700.3631
Hunter Lab47.050116.442716.8076
CIE-Lab54.172222.263023.0168

#b1725b color RGB value is (177,114,91).

#b1725b hex color red value is 177, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b1725b hue: 0.04 , saturation: 0.36 and the lightness value of b1725b is 0.53.

The process color (four color CMYK) of #b1725b color hex is 0.00, 0.36, 0.49, 0.31. Web safe color of #b1725b is #996666. Color #b1725b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 01011011
Octal 261 162 133
Decimal 177 114 91
Hex B1 72 5B

RGB Percentages of Color #b1725b

%46.34
%29.84
%23.82

CMYK Percentages of Color #b1725b

%0
%36
%49
%31

Triadic Colors of #b1725b

#b1725b #5bb172 #725bb1

Analogous Colors of #b1725b

#b1725b #b19d5b #b15b6f

Monochromatic Colors of #b1725b

#b1725b

Complementary Color

#b1725b #5b9ab1

#b1725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1725b Color CSS Codes

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

#b1725b Text Font Color

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

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


#b1725b Background Color

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

This div background color is #b1725b


#b1725b Border Color

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

This div border color is #b1725b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1725b


Comments

No comments written yet.

Please login to write comment.