Color Hex Logo

#b57535 Color Hex

#B57535
(181,117,53)
0 Favorites   0 Comments

Color spaces of #b57535

RGB 18111753
HSL0.080.550.46
HSV30°71°71°
CMYK 0.000.350.71   0.29
XYZ26.059922.80346.3961
Yxy22.80340.47160.4127
Hunter Lab47.752913.844125.4856
CIE-Lab54.869319.353144.4417

#b57535 color RGB value is (181,117,53).

#b57535 hex color red value is 181, green value is 117 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b57535 hue: 0.08 , saturation: 0.55 and the lightness value of b57535 is 0.46.

The process color (four color CMYK) of #b57535 color hex is 0.00, 0.35, 0.71, 0.29. Web safe color of #b57535 is #cc6633. Color #b57535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 00110101
Octal 265 165 65
Decimal 181 117 53
Hex B5 75 35

RGB Percentages of Color #b57535

%51.57
%33.33
%15.10

CMYK Percentages of Color #b57535

%0
%35
%71
%29

Triadic Colors of #b57535

#b57535 #35b575 #7535b5

Analogous Colors of #b57535

#b57535 #b5b535 #b53535

Monochromatic Colors of #b57535

#b57535

Complementary Color

#b57535 #3575b5

#b57535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57535 Color CSS Codes

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

#b57535 Text Font Color

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

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


#b57535 Background Color

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

This div background color is #b57535


#b57535 Border Color

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

This div border color is #b57535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57535


Comments

No comments written yet.

Please login to write comment.