Color Hex Logo

#b07555 Color Hex

#B07555
(176,117,85)
0 Favorites   0 Comments

Color spaces of #b07555

RGB 17611785
HSL0.060.370.51
HSV21°52°69°
CMYK 0.000.340.52   0.31
XYZ25.905522.608611.5929
Yxy22.60860.43100.3761
Hunter Lab47.548514.041018.8283
CIE-Lab54.666919.582627.0469

#b07555 color RGB value is (176,117,85).

#b07555 hex color red value is 176, green value is 117 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b07555 hue: 0.06 , saturation: 0.37 and the lightness value of b07555 is 0.51.

The process color (four color CMYK) of #b07555 color hex is 0.00, 0.34, 0.52, 0.31. Web safe color of #b07555 is #996666. Color #b07555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 01010101
Octal 260 165 125
Decimal 176 117 85
Hex B0 75 55

RGB Percentages of Color #b07555

%46.56
%30.95
%22.49

CMYK Percentages of Color #b07555

%0
%34
%52
%31

Triadic Colors of #b07555

#b07555 #55b075 #7555b0

Analogous Colors of #b07555

#b07555 #b0a355 #b05562

Monochromatic Colors of #b07555

#b07555

Complementary Color

#b07555 #5590b0

#b07555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07555 Color CSS Codes

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

#b07555 Text Font Color

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

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


#b07555 Background Color

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

This div background color is #b07555


#b07555 Border Color

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

This div border color is #b07555


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,117,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b07555; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b07555;
  -webkit-box-shadow: 1px 1px 3px 2px #b07555;
  box-shadow:         1px 1px 3px 2px #b07555; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,117,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07555


Comments

No comments written yet.

Please login to write comment.