Color Hex Logo

#b5705b Color Hex

#B5705B
(181,112,91)
0 Favorites   0 Comments

Color spaces of #b5705b

RGB 18111291
HSL0.040.380.53
HSV14°50°71°
CMYK 0.000.380.50   0.29
XYZ26.738622.167412.7670
Yxy22.16740.43360.3594
Hunter Lab47.082318.978416.8803
CIE-Lab54.204225.015623.1514

#b5705b color RGB value is (181,112,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110000 01011011
Octal 265 160 133
Decimal 181 112 91
Hex B5 70 5B

RGB Percentages of Color #b5705b

%47.14
%29.17
%23.70

CMYK Percentages of Color #b5705b

%0
%38
%50
%29

Triadic Colors of #b5705b

#b5705b #5bb570 #705bb5

Analogous Colors of #b5705b

#b5705b #b59d5b #b55b73

Monochromatic Colors of #b5705b

#b5705b

Complementary Color

#b5705b #5ba0b5

#b5705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5705b Color CSS Codes

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

#b5705b Text Font Color

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

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


#b5705b Background Color

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

This div background color is #b5705b


#b5705b Border Color

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

This div border color is #b5705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5705b


Comments

No comments written yet.

Please login to write comment.