Color Hex Logo

#b5726c Color Hex

#B5726C
(181,114,108)
0 Favorites   0 Comments

Color spaces of #b5726c

RGB 181114108
HSL0.010.330.57
HSV40°71°
CMYK 0.000.370.40   0.29
XYZ27.780122.941117.1513
Yxy22.94110.40930.3380
Hunter Lab47.896919.710212.2968
CIE-Lab55.011625.734914.4209

#b5726c color RGB value is (181,114,108).

#b5726c hex color red value is 181, green value is 114 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b5726c hue: 0.01 , saturation: 0.33 and the lightness value of b5726c is 0.57.

The process color (four color CMYK) of #b5726c color hex is 0.00, 0.37, 0.40, 0.29. Web safe color of #b5726c is #cc6666. Color #b5726c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 01101100
Octal 265 162 154
Decimal 181 114 108
Hex B5 72 6C

RGB Percentages of Color #b5726c

%44.91
%28.29
%26.80

CMYK Percentages of Color #b5726c

%0
%37
%40
%29

Triadic Colors of #b5726c

#b5726c #6cb572 #726cb5

Analogous Colors of #b5726c

#b5726c #b5976c #b56c8b

Monochromatic Colors of #b5726c

#b5726c

Complementary Color

#b5726c #6cafb5

#b5726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5726c Color CSS Codes

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

#b5726c Text Font Color

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

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


#b5726c Background Color

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

This div background color is #b5726c


#b5726c Border Color

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

This div border color is #b5726c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5726c


Comments

No comments written yet.

Please login to write comment.