COLOR #B77D40

HEX: #B77D40
RGB: (183,125,64)

Color info

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

RGB color model

#B77D40 color RGB value is (183,125,64).

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

RGB channels and saturation

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

183
125
64

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

Portions of RGB colors in percentages

R + G + B =
183 + 125 + 64 = 372 (100%)
R 183 of 372 ~ 49.19%
G 125 of 372 ~ 33.6%
B 64 of 372 ~ 17.2%

%49.19
%33.6
%17.2

CMYK color model

#B77D40 color CMYK value is (0,32,65,28).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(0,32,65,28)
C0M32Y65K28 
(0%,32%,65%,28%)
(0.00/0.32/0.65/0.28)	

CMYK percentages

%0
%31.69
%65.03
%28.24

Codes

Color #B77D40 in popluar color models

B77D40
RGB18312564
HSL31°48.18%48.43%
HSB/HSV31°65.03%71.76%
CMYK0.00%31.69%65.03%
28.24%

Color #B77D40 in popluar number systems.

HEXB77D40
Decimal18312564
Binary1011011111111011000000
Octal267175100

Shades and tints

Shades of #B77D40

#B77D40
(183,125,64)
#A7723B
(167,114,59)
#976736
(151,103,54)
#875C31
(135,92,49)
#77512C
(119,81,44)
#674627
(103,70,39)
#573B22
(87,59,34)
#47301D
(71,48,29)
#372518
(55,37,24)
#271A13
(39,26,19)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #B77D40

#B77D40
(183,125,64)
#BD8851
(189,136,81)
#C39362
(195,147,98)
#C99E73
(201,158,115)
#CFA984
(207,169,132)
#D5B495
(213,180,149)
#DBBFA6
(219,191,166)
#E1CAB7
(225,202,183)
#E7D5C8
(231,213,200)
#EDE0D9
(237,224,217)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77D40; }

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

This text font color is #B77D40.


Background Color

.myBgColor { background-color: #B77D40; }

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

This div background color is #B77D40.


Border color

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

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

This div border color is #B77D40.


Opacity

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

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

Text with #B77D40 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 #B77D40;}

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

This text has shadow with #B77D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77D40 on black background.


Color preview on white background

This text has color #B77D40 on white background.



Black color preview on #B77D40 background

This text has black color on #B77D40 background.


White color preview on #B77D40 background

This text has white color on #B77D40 background.