Color Hex Logo

#b17003 Color Hex

#B17003
(177,112,3)
0 Favorites   0 Comments

Color spaces of #b17003

RGB 1771123
HSL0.100.970.35
HSV38°98°69°
CMYK 0.000.370.98   0.31
XYZ23.942120.94202.8665
Yxy20.94200.50140.4386
Hunter Lab45.762413.303828.3199
CIE-Lab52.886018.852959.2720

#b17003 color RGB value is (177,112,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 00000011
Octal 261 160 3
Decimal 177 112 3
Hex B1 70 3

RGB Percentages of Color #b17003

%60.62
%38.36
%1.03

CMYK Percentages of Color #b17003

%0
%37
%98
%31

Triadic Colors of #b17003

#b17003 #03b170 #7003b1

Analogous Colors of #b17003

#b17003 #9bb103 #b11903

Monochromatic Colors of #b17003

#b17003

Complementary Color

#b17003 #0344b1

#b17003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17003 Color CSS Codes

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

#b17003 Text Font Color

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

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


#b17003 Background Color

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

This div background color is #b17003


#b17003 Border Color

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

This div border color is #b17003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17003


Comments

No comments written yet.

Please login to write comment.