Color Hex Logo

#b17303 Color Hex

#B17303
(177,115,3)
0 Favorites   0 Comments

Color spaces of #b17303

RGB 1771153
HSL0.110.970.35
HSV39°98°69°
CMYK 0.000.350.98   0.31
XYZ24.278621.61522.9787
Yxy21.61520.49680.4423
Hunter Lab46.492111.853028.7459
CIE-Lab53.616317.177359.7649

#b17303 color RGB value is (177,115,3).

#b17303 hex color red value is 177, green value is 115 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b17303 hue: 0.11 , saturation: 0.97 and the lightness value of b17303 is 0.35.

The process color (four color CMYK) of #b17303 color hex is 0.00, 0.35, 0.98, 0.31. Web safe color of #b17303 is #996600. Color #b17303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 00000011
Octal 261 163 3
Decimal 177 115 3
Hex B1 73 3

RGB Percentages of Color #b17303

%60.00
%38.98
%1.02

CMYK Percentages of Color #b17303

%0
%35
%98
%31

Triadic Colors of #b17303

#b17303 #03b173 #7303b1

Analogous Colors of #b17303

#b17303 #98b103 #b11c03

Monochromatic Colors of #b17303

#b17303

Complementary Color

#b17303 #0341b1

#b17303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17303 Color CSS Codes

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

#b17303 Text Font Color

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

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


#b17303 Background Color

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

This div background color is #b17303


#b17303 Border Color

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

This div border color is #b17303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17303


Comments

No comments written yet.

Please login to write comment.