COLOR #B77E4F

HEX: #B77E4F
RGB: (183,126,79)

Color info

#B77E4F contains mainly red and green colors. Web safe color of #B77E4F is #CC6666 (or #C66).

RGB color model

#B77E4F color RGB value is (183,126,79).

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

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 79 of 255 = 31%

183
126
79

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

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 79 = 388 (100%)
R 183 of 388 ~ 47.16%
G 126 of 388 ~ 32.47%
B 79 of 388 ~ 20.36%

%47.16
%32.47
%20.36

CMYK color model

#B77E4F color CMYK value is (0,31,57,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 56.83%
  • key color value is 28.24%
CMYK:
(0,31,57,28)
C0M31Y57K28 
(0%,31%,57%,28%)
(0.00/0.31/0.57/0.28)	

CMYK percentages

%0
%31.15
%56.83
%28.24

Codes

Color #B77E4F in popluar color models

B77E4F
RGB18312679
HSL27°41.94%51.37%
HSB/HSV27°56.83%71.76%
CMYK0.00%31.15%56.83%
28.24%

Color #B77E4F in popluar number systems.

HEXB77E4F
Decimal18312679
Binary1011011111111101001111
Octal267176117

Shades and tints

Shades of #B77E4F

#B77E4F
(183,126,79)
#A77348
(167,115,72)
#976841
(151,104,65)
#875D3A
(135,93,58)
#775233
(119,82,51)
#67472C
(103,71,44)
#573C25
(87,60,37)
#47311E
(71,49,30)
#372617
(55,38,23)
#271B10
(39,27,16)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #B77E4F

#B77E4F
(183,126,79)
#BD895F
(189,137,95)
#C3946F
(195,148,111)
#C99F7F
(201,159,127)
#CFAA8F
(207,170,143)
#D5B59F
(213,181,159)
#DBC0AF
(219,192,175)
#E1CBBF
(225,203,191)
#E7D6CF
(231,214,207)
#EDE1DF
(237,225,223)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77E4F; }

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

This text font color is #B77E4F.


Background Color

.myBgColor { background-color: #B77E4F; }

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

This div background color is #B77E4F.


Border color

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

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

This div border color is #B77E4F.


Opacity

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

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

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

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

This text has shadow with #B77E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77E4F on black background.


Color preview on white background

This text has color #B77E4F on white background.



Black color preview on #B77E4F background

This text has black color on #B77E4F background.


White color preview on #B77E4F background

This text has white color on #B77E4F background.