Color Hex Logo

#b1703c Color Hex

#B1703C
(177,112,60)
0 Favorites   0 Comments

Color spaces of #b1703c

RGB 17711260
HSL0.070.490.46
HSV27°66°69°
CMYK 0.000.370.66   0.31
XYZ24.741221.26177.0749
Yxy21.26170.46610.4006
Hunter Lab46.110415.083523.1802
CIE-Lab53.234720.824438.9652

#b1703c color RGB value is (177,112,60).

#b1703c hex color red value is 177, green value is 112 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b1703c hue: 0.07 , saturation: 0.49 and the lightness value of b1703c is 0.46.

The process color (four color CMYK) of #b1703c color hex is 0.00, 0.37, 0.66, 0.31. Web safe color of #b1703c is #996633. Color #b1703c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 00111100
Octal 261 160 74
Decimal 177 112 60
Hex B1 70 3C

RGB Percentages of Color #b1703c

%50.72
%32.09
%17.19

CMYK Percentages of Color #b1703c

%0
%37
%66
%31

Triadic Colors of #b1703c

#b1703c #3cb170 #703cb1

Analogous Colors of #b1703c

#b1703c #b1ab3c #b13c43

Monochromatic Colors of #b1703c

#b1703c

Complementary Color

#b1703c #3c7db1

#b1703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1703c Color CSS Codes

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

#b1703c Text Font Color

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

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


#b1703c Background Color

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

This div background color is #b1703c


#b1703c Border Color

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

This div border color is #b1703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1703c


Comments

No comments written yet.

Please login to write comment.