Color Hex Logo

#b77445 Color Hex

#B77445
(183,116,69)
0 Favorites   0 Comments

Color spaces of #b77445

RGB 18311669
HSL0.070.450.49
HSV25°62°72°
CMYK 0.000.370.62   0.28
XYZ26.848022.98778.6523
Yxy22.98770.45900.3930
Hunter Lab47.945516.049922.8623
CIE-Lab55.059721.774336.5321

#b77445 color RGB value is (183,116,69).

#b77445 hex color red value is 183, green value is 116 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b77445 hue: 0.07 , saturation: 0.45 and the lightness value of b77445 is 0.49.

The process color (four color CMYK) of #b77445 color hex is 0.00, 0.37, 0.62, 0.28. Web safe color of #b77445 is #cc6633. Color #b77445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110100 01000101
Octal 267 164 105
Decimal 183 116 69
Hex B7 74 45

RGB Percentages of Color #b77445

%49.73
%31.52
%18.75

CMYK Percentages of Color #b77445

%0
%37
%62
%28

Triadic Colors of #b77445

#b77445 #45b774 #7445b7

Analogous Colors of #b77445

#b77445 #b7ad45 #b7454f

Monochromatic Colors of #b77445

#b77445

Complementary Color

#b77445 #4588b7

#b77445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77445 Color CSS Codes

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

#b77445 Text Font Color

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

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


#b77445 Background Color

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

This div background color is #b77445


#b77445 Border Color

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

This div border color is #b77445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77445


Comments

No comments written yet.

Please login to write comment.