Color Hex Logo

#b77522 Color Hex

#B77522
(183,117,34)
0 Favorites   0 Comments

Color spaces of #b77522

RGB 18311734
HSL0.090.690.43
HSV33°81°72°
CMYK 0.000.360.81   0.28
XYZ26.178522.90544.5548
Yxy22.90540.48810.4270
Hunter Lab47.859613.882627.8591
CIE-Lab54.974819.390352.9425

#b77522 color RGB value is (183,117,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 00100010
Octal 267 165 42
Decimal 183 117 34
Hex B7 75 22

RGB Percentages of Color #b77522

%54.79
%35.03
%10.18

CMYK Percentages of Color #b77522

%0
%36
%81
%28

Triadic Colors of #b77522

#b77522 #22b775 #7522b7

Analogous Colors of #b77522

#b77522 #afb722 #b72b22

Monochromatic Colors of #b77522

#b77522

Complementary Color

#b77522 #2264b7

#b77522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77522 Color CSS Codes

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

#b77522 Text Font Color

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

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


#b77522 Background Color

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

This div background color is #b77522


#b77522 Border Color

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

This div border color is #b77522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77522


Comments

No comments written yet.

Please login to write comment.