COLOR #B77E40

HEX: #B77E40
RGB: (183,126,64)

Color info

#B77E40 contains mainly red and green colors. Web safe color of #B77E40 is #CC6633 (or #C63).

RGB color model

#B77E40 color RGB value is (183,126,64).

  • red value is 183;
  • green value is 126;
  • blue value is 64.
RGB:
(183,126,64)
(72%,49%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 64 of 255 = 25%

183
126
64

R + G + B ~ 49%. #B77E40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 64 = 373 (100%)
R 183 of 373 ~ 49.06%
G 126 of 373 ~ 33.78%
B 64 of 373 ~ 17.16%

%49.06
%33.78
%17.16

CMYK color model

#B77E40 color CMYK value is (0,31,65,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(0,31,65,28)
C0M31Y65K28 
(0%,31%,65%,28%)
(0.00/0.31/0.65/0.28)	

CMYK percentages

%0
%31.15
%65.03
%28.24

Codes

Color #B77E40 in popluar color models

B77E40
RGB18312664
HSL31°48.18%48.43%
HSB/HSV31°65.03%71.76%
CMYK0.00%31.15%65.03%
28.24%

Color #B77E40 in popluar number systems.

HEXB77E40
Decimal18312664
Binary1011011111111101000000
Octal267176100

Shades and tints

Shades of #B77E40

#B77E40
(183,126,64)
#A7733B
(167,115,59)
#976836
(151,104,54)
#875D31
(135,93,49)
#77522C
(119,82,44)
#674727
(103,71,39)
#573C22
(87,60,34)
#47311D
(71,49,29)
#372618
(55,38,24)
#271B13
(39,27,19)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #B77E40

#B77E40
(183,126,64)
#BD8951
(189,137,81)
#C39462
(195,148,98)
#C99F73
(201,159,115)
#CFAA84
(207,170,132)
#D5B595
(213,181,149)
#DBC0A6
(219,192,166)
#E1CBB7
(225,203,183)
#E7D6C8
(231,214,200)
#EDE1D9
(237,225,217)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77E40 color. Also use rgb(183,126,64) instead hex code.

Text Font Color

.myTextColor { color: #B77E40; }

<p style="color:#B77E40">This sample text font color is #B77E40.</p>

This text font color is #B77E40.


Background Color

.myBgColor { background-color: #B77E40; }

<div style="background-color:#B77E40">Inner text</div>

This div background color is #B77E40.


Border color

.myBorderColor { border: 1px solid #B77E40; }

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

This div border color is #B77E40.


Opacity

.myOpacity80 { color: #B77E40; opacity: 0.8; }

<p style="color:#B77E40;opacity:0.8;">80%</p>

Text with #B77E40 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B77E40;}

<p style="text-shadow: 3px 3px 1px #B77E40">Text here.</p>

This text has shadow with #B77E40 color.

.textShadow {text-shadow: 3px 3px 1px #B77E40, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B77E40, 5px 5px 20px red">Text here.</p>

This text has shadow with #B77E40 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B77E40, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B77E40, Direction=45, Strength=4)">Text</p>

This text has shadow with #B77E40 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B77E40;
  -webkit-box-shadow:	1px 1px 3px 2px #B77E40;
  box-shadow:		1px 1px 3px 2px #B77E40;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B77E40;
-webkit-box-shadow: 1px 1px 3px 2px #B77E40;
box-shadow:1px 1px 3px 2px #B77E40;">
Div content here</div>
This div box has shadow with color #B77E40.

Preview

Color preview on black background

This text has color #B77E40 on black background.


Color preview on white background

This text has color #B77E40 on white background.



Black color preview on #B77E40 background

This text has black color on #B77E40 background.


White color preview on #B77E40 background

This text has white color on #B77E40 background.