Color Hex Logo

#b5705f Color Hex

#B5705F
(181,112,95)
0 Favorites   0 Comments

Color spaces of #b5705f

RGB 18111295
HSL0.030.370.54
HSV12°48°71°
CMYK 0.000.380.48   0.29
XYZ26.915822.238313.7003
Yxy22.23830.42820.3538
Hunter Lab47.157519.355715.7852
CIE-Lab54.278925.415420.9508

#b5705f color RGB value is (181,112,95).

#b5705f hex color red value is 181, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b5705f hue: 0.03 , saturation: 0.37 and the lightness value of b5705f is 0.54.

The process color (four color CMYK) of #b5705f color hex is 0.00, 0.38, 0.48, 0.29. Web safe color of #b5705f is #cc6666. Color #b5705f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110000 01011111
Octal 265 160 137
Decimal 181 112 95
Hex B5 70 5F

RGB Percentages of Color #b5705f

%46.65
%28.87
%24.48

CMYK Percentages of Color #b5705f

%0
%38
%48
%29

Triadic Colors of #b5705f

#b5705f #5fb570 #705fb5

Analogous Colors of #b5705f

#b5705f #b59b5f #b55f79

Monochromatic Colors of #b5705f

#b5705f

Complementary Color

#b5705f #5fa4b5

#b5705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5705f Color CSS Codes

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

#b5705f Text Font Color

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

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


#b5705f Background Color

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

This div background color is #b5705f


#b5705f Border Color

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

This div border color is #b5705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5705f


Comments

No comments written yet.

Please login to write comment.