Color Hex Logo

#b17750 Color Hex

#B17750
(177,119,80)
2 Favorites   0 Comments

Color spaces of #b17750

RGB 17711980
HSL0.070.380.50
HSV24°55°69°
CMYK 0.000.330.55   0.31
XYZ26.176323.120010.6724
Yxy23.12000.43650.3855
Hunter Lab48.083313.028820.4985
CIE-Lab55.195718.428830.5372

#b17750 color RGB value is (177,119,80).

#b17750 hex color red value is 177, green value is 119 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b17750 hue: 0.07 , saturation: 0.38 and the lightness value of b17750 is 0.50.

The process color (four color CMYK) of #b17750 color hex is 0.00, 0.33, 0.55, 0.31. Web safe color of #b17750 is #996666. Color #b17750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 01010000
Octal 261 167 120
Decimal 177 119 80
Hex B1 77 50

RGB Percentages of Color #b17750

%47.07
%31.65
%21.28

CMYK Percentages of Color #b17750

%0
%33
%55
%31

Triadic Colors of #b17750

#b17750 #50b177 #7750b1

Analogous Colors of #b17750

#b17750 #b1a850 #b1505a

Monochromatic Colors of #b17750

#b17750

Complementary Color

#b17750 #508ab1

#b17750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17750 Color CSS Codes

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

#b17750 Text Font Color

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

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


#b17750 Background Color

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

This div background color is #b17750


#b17750 Border Color

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

This div border color is #b17750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17750


Comments

No comments written yet.

Please login to write comment.