Color Hex Logo

#b17534 Color Hex

#B17534
(177,117,52)
0 Favorites   0 Comments

Color spaces of #b17534

RGB 17711752
HSL0.090.550.45
HSV31°71°69°
CMYK 0.000.340.71   0.31
XYZ25.112622.31766.2330
Yxy22.31760.46800.4159
Hunter Lab47.241512.214225.2464
CIE-Lab54.362417.553444.2343

#b17534 color RGB value is (177,117,52).

#b17534 hex color red value is 177, green value is 117 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b17534 hue: 0.09 , saturation: 0.55 and the lightness value of b17534 is 0.45.

The process color (four color CMYK) of #b17534 color hex is 0.00, 0.34, 0.71, 0.31. Web safe color of #b17534 is #996633. Color #b17534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 00110100
Octal 261 165 64
Decimal 177 117 52
Hex B1 75 34

RGB Percentages of Color #b17534

%51.16
%33.82
%15.03

CMYK Percentages of Color #b17534

%0
%34
%71
%31

Triadic Colors of #b17534

#b17534 #34b175 #7534b1

Analogous Colors of #b17534

#b17534 #afb134 #b13734

Monochromatic Colors of #b17534

#b17534

Complementary Color

#b17534 #3470b1

#b17534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17534 Color CSS Codes

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

#b17534 Text Font Color

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

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


#b17534 Background Color

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

This div background color is #b17534


#b17534 Border Color

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

This div border color is #b17534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17534


Comments

No comments written yet.

Please login to write comment.