Color Hex Logo

#b77520 Color Hex

#B77520
(183,117,32)
0 Favorites   0 Comments

Color spaces of #b77520

RGB 18311732
HSL0.090.700.42
HSV34°83°72°
CMYK 0.000.360.83   0.28
XYZ26.150422.89414.4072
Yxy22.89410.48920.4283
Hunter Lab47.847813.822628.0323
CIE-Lab54.963119.324253.6806

#b77520 color RGB value is (183,117,32).

#b77520 hex color red value is 183, green value is 117 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b77520 hue: 0.09 , saturation: 0.70 and the lightness value of b77520 is 0.42.

The process color (four color CMYK) of #b77520 color hex is 0.00, 0.36, 0.83, 0.28. Web safe color of #b77520 is #cc6633. Color #b77520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 00100000
Octal 267 165 40
Decimal 183 117 32
Hex B7 75 20

RGB Percentages of Color #b77520

%55.12
%35.24
%9.64

CMYK Percentages of Color #b77520

%0
%36
%83
%28

Triadic Colors of #b77520

#b77520 #20b775 #7520b7

Analogous Colors of #b77520

#b77520 #aeb720 #b72920

Monochromatic Colors of #b77520

#b77520

Complementary Color

#b77520 #2062b7

#b77520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77520 Color CSS Codes

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

#b77520 Text Font Color

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

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


#b77520 Background Color

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

This div background color is #b77520


#b77520 Border Color

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

This div border color is #b77520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77520


Comments

No comments written yet.

Please login to write comment.